Html Css Color HEX #99EA8C Granny Smith Apple
📋 copy color: '#99EA8C'red 153 ◦ green 234 ◦ blue 140
Shades of Granny Smith Apple #99EA8C
Tints of Granny Smith Apple #99EA8C
RGB
CMYK
RGB Variations
Color information
#99EA8C (or 0x99EA8C) is known color: Granny Smith Apple. HEX triplet: 99, EA and 8C. RGB value is (153,234,140). Sum of RGB (Red+Green+Blue) = 153+234+140=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EA8C is #661573. Grayscale: #C7C7C7. Windows color (decimal): -6690164 or 9235097. OLE color: 9235097.
HSL color Cylindrical-coordinate representation of color #99EA8C: hue angle of 111.7º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99EA8C is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 140 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.08 |
| HSL | 111.7º | 0.69% | 0.73% | - |
| HSV(B) | 111.7º | 0.4% | 0.92% | - |
| XYZ | 47.29 | 67.51 | 35.35 | - |
| YUV | 199.07 | 94.66 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 140 | 0.35 | 0 | 0.40 | 0.08 | 111.7 | 0.69 | 0.73 |
| Hex | 99 | EA | 8C | 23 | 0 | 28 | 8 | 70 | 45 | 49 |
| Octal | 231 | 352 | 214 | 43 | 0 | 50 | 10 | 160 | 105 | 111 |
| Binary | 10011001 | 11101010 | 10001100 | 100011 | 0 | 101000 | 1000 | 1110000 | 1000101 | 1001001 |
Color Harmonies of #99EA8C
Complementary color
Monochromatic Colors of #99EA8C
Black with #99EA8C
Text Example
Text Example
White with #99EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EA8C; }
p { color: rgb(153,234,140); }
H1.HeaderClassName
{
color: #99EA8C;
}
.AnyTagClassName
{
color: #99EA8C;
}
</style>
background-color css
<style>
a { background-color: #99EA8C; }
a { background-color: rgb(153,234,140); }
div.DivClassName
{
background-color: #99EA8C;
}
.BgClassName
{
background-color: #99EA8C;
}
</style>
border-color css
<style>
span { border-color: #99EA8C; }
span { border-color: rgb(153,234,140); }
td.TdClassName
{
border-color: #99EA8C;
}
.TagClassName
{
border-color: #99EA8C;
}
</style>