Html Css Color HEX #99EA8D Granny Smith Apple
📋 copy color: '#99EA8D'red 153 ◦ green 234 ◦ blue 141
Shades of Granny Smith Apple #99EA8D
Tints of Granny Smith Apple #99EA8D
RGB
CMYK
RGB Variations
Color information
#99EA8D (or 0x99EA8D) is known color: Granny Smith Apple. HEX triplet: 99, EA and 8D. RGB value is (153,234,141). Sum of RGB (Red+Green+Blue) = 153+234+141=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99EA8D is #661572. Grayscale: #C7C7C7. Windows color (decimal): -6690163 or 9300633. OLE color: 9300633.
HSL color Cylindrical-coordinate representation of color #99EA8D: hue angle of 112.26º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99EA8D is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 141 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.08 |
| HSL | 112.26º | 0.69% | 0.74% | - |
| HSV(B) | 112.26º | 0.4% | 0.92% | - |
| XYZ | 47.37 | 67.54 | 35.74 | - |
| YUV | 199.18 | 95.16 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 141 | 0.35 | 0 | 0.40 | 0.08 | 112.26 | 0.69 | 0.74 |
| Hex | 99 | EA | 8D | 23 | 0 | 28 | 8 | 70 | 45 | 4A |
| Octal | 231 | 352 | 215 | 43 | 0 | 50 | 10 | 160 | 105 | 112 |
| Binary | 10011001 | 11101010 | 10001101 | 100011 | 0 | 101000 | 1000 | 1110000 | 1000101 | 1001010 |
Color Harmonies of #99EA8D
Complementary color
Monochromatic Colors of #99EA8D
Black with #99EA8D
Text Example
Text Example
White with #99EA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EA8D; }
p { color: rgb(153,234,141); }
H1.HeaderClassName
{
color: #99EA8D;
}
.AnyTagClassName
{
color: #99EA8D;
}
</style>
background-color css
<style>
a { background-color: #99EA8D; }
a { background-color: rgb(153,234,141); }
div.DivClassName
{
background-color: #99EA8D;
}
.BgClassName
{
background-color: #99EA8D;
}
</style>
border-color css
<style>
span { border-color: #99EA8D; }
span { border-color: rgb(153,234,141); }
td.TdClassName
{
border-color: #99EA8D;
}
.TagClassName
{
border-color: #99EA8D;
}
</style>