Html Css Color HEX #94DA8E Granny Smith Apple
📋 copy color: '#94DA8E'red 148 ◦ green 218 ◦ blue 142
Shades of Granny Smith Apple #94DA8E
Tints of Granny Smith Apple #94DA8E
RGB
CMYK
RGB Variations
Color information
#94DA8E (or 0x94DA8E) is known color: Granny Smith Apple. HEX triplet: 94, DA and 8E. RGB value is (148,218,142). Sum of RGB (Red+Green+Blue) = 148+218+142=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA8E is #6B2571. Grayscale: #BCBCBC. Windows color (decimal): -7021938 or 9362068. OLE color: 9362068.
HSL color Cylindrical-coordinate representation of color #94DA8E: hue angle of 115.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94DA8E is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 218 | 142 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.15 |
| HSL | 115.26º | 0.51% | 0.71% | - |
| HSV(B) | 115.26º | 0.35% | 0.85% | - |
| XYZ | 42.17 | 58.39 | 34.64 | - |
| YUV | 188.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 218 | 142 | 0.32 | 0 | 0.35 | 0.15 | 115.26 | 0.51 | 0.71 |
| Hex | 94 | DA | 8E | 20 | 0 | 23 | F | 73 | 33 | 47 |
| Octal | 224 | 332 | 216 | 40 | 0 | 43 | 17 | 163 | 63 | 107 |
| Binary | 10010100 | 11011010 | 10001110 | 100000 | 0 | 100011 | 1111 | 1110011 | 110011 | 1000111 |
Color Harmonies of #94DA8E
Complementary color
Monochromatic Colors of #94DA8E
Black with #94DA8E
Text Example
Text Example
White with #94DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DA8E; }
p { color: rgb(148,218,142); }
H1.HeaderClassName
{
color: #94DA8E;
}
.AnyTagClassName
{
color: #94DA8E;
}
</style>
background-color css
<style>
a { background-color: #94DA8E; }
a { background-color: rgb(148,218,142); }
div.DivClassName
{
background-color: #94DA8E;
}
.BgClassName
{
background-color: #94DA8E;
}
</style>
border-color css
<style>
span { border-color: #94DA8E; }
span { border-color: rgb(148,218,142); }
td.TdClassName
{
border-color: #94DA8E;
}
.TagClassName
{
border-color: #94DA8E;
}
</style>