HEX: #60AE4F
RGB: (96,174,79)
#60AE4F enthält hauptsächlich grüne Farbe. Für #60AE4F ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #60AE4F wird in RGB als (96,174,79) definiert.
RGB: (96,174,79)
(38%, 68%, 31%)
R 96 von 255 = 38%
G 174 von 255 = 68%
B 79 von 255 = 31%
R + G + B ~ 46%. #60AE4F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 96 + 174 + 79 = 349 (100%)
R 96 von 349 ~ 27.51%
G 174 von 349 ~ 49.86%
B 79 von 349 ~ 22.64'%
Die Farbe #60AE4F wird in CMYK als (45,0,55,32) definiert.
CMYK: (45,0,55,32)
C45M0Y55K32 (45%, 0%, 55%, 32%)
(0.45 / 0.00 / 0.55 / 0.32)
Farbe #60AE4F in den populären Farbmodellen.
60 | AE | 4F | |
---|---|---|---|
RGB | 96 | 174 | 79 |
HSL | 109° | 37.55% | 49.61% |
HSB/HSV | 109° | 54.60% | 68.24% |
CMYK | 44.83% | 0.00% | 54.60% |
31.76% |
Die Farbe #60AE4F in den populären Zahlensystemen.
Hexadezimal | 60 | AE | 4F |
Dezimal | 96 | 174 | 79 |
Binär | 1100000 | 10101110 | 1001111 |
Oktal | 140 | 256 | 117 |
Dunkle Töne der Farbe #60AE4F
Helle Töne der Farbe #60AE4F
Beispiele css- und html für Elemente in der Farbe #60AE4F. Bitte benutzen Sie auch rgb(96,174,79) statt hex-Code.
.myTextColor { color: #60AE4F; }
<p style="color:#60AE4F">This sample text font color is #60AE4F.</p>
Die Farbe dieses Textes ist #60AE4F.
.myBgColor { background-color: #60AE4F; }
<div style="background-color:#60AE4F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #60AE4F.
.myBorderColor { border: 1px solid #60AE4F; }
<div style="border:3px solid #60AE4F">Div</div>
Die Grenzen von diesem div sind in Farbe #60AE4F.
.myOpacity80 { color: #60AE4F; opacity: 0.8; }
<p style="color:#60AE4F;opacity:0.8;">80%</p>
Text in Farbe #60AE4F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #60AE4F;}
<p style="text-shadow: 3px 3px 1px #60AE4F">Text here.</p>
Dieser Text hat den Schatten in Farbe #60AE4F.
.textShadow {text-shadow: 3px 3px 1px #60AE4F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #60AE4F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #60AE4F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#60AE4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#60AE4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #60AE4F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #60AE4F;
-webkit-box-shadow: 1px 1px 3px 2px #60AE4F;
box-shadow: 1px 1px 3px 2px #60AE4F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #60AE4F; -webkit-box-shadow: 1px 1px 3px 2px #60AE4F; box-shadow:1px 1px 3px 2px #60AE4F;">
Div content here
</div>
Dieser Text ist in der Farbe #60AE4F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #60AE4F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #60AE4F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #60AE4F.
Kontrastfarbe für #hex ist #9F51B0.