Html Css Color HEX #99DC91 Granny Smith Apple
📋 copy color: '#99DC91'red 153 ◦ green 220 ◦ blue 145
Shades of Granny Smith Apple #99DC91
Tints of Granny Smith Apple #99DC91
RGB
CMYK
RGB Variations
Color information
#99DC91 (or 0x99DC91) is known color: Granny Smith Apple. HEX triplet: 99, DC and 91. RGB value is (153,220,145). Sum of RGB (Red+Green+Blue) = 153+220+145=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC91 is #66236E. Grayscale: #BFBFBF. Windows color (decimal): -6693743 or 9559193. OLE color: 9559193.
HSL color Cylindrical-coordinate representation of color #99DC91: hue angle of 113.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99DC91 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 145 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.14 |
| HSL | 113.6º | 0.52% | 0.72% | - |
| HSV(B) | 113.6º | 0.34% | 0.86% | - |
| XYZ | 43.84 | 60 | 36.06 | - |
| YUV | 191.42 | 101.8 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 145 | 0.30 | 0 | 0.34 | 0.14 | 113.6 | 0.52 | 0.72 |
| Hex | 99 | DC | 91 | 1E | 0 | 22 | E | 72 | 34 | 48 |
| Octal | 231 | 334 | 221 | 36 | 0 | 42 | 16 | 162 | 64 | 110 |
| Binary | 10011001 | 11011100 | 10010001 | 11110 | 0 | 100010 | 1110 | 1110010 | 110100 | 1001000 |
Color Harmonies of #99DC91
Complementary color
Monochromatic Colors of #99DC91
Black with #99DC91
Text Example
Text Example
White with #99DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC91; }
p { color: rgb(153,220,145); }
H1.HeaderClassName
{
color: #99DC91;
}
.AnyTagClassName
{
color: #99DC91;
}
</style>
background-color css
<style>
a { background-color: #99DC91; }
a { background-color: rgb(153,220,145); }
div.DivClassName
{
background-color: #99DC91;
}
.BgClassName
{
background-color: #99DC91;
}
</style>
border-color css
<style>
span { border-color: #99DC91; }
span { border-color: rgb(153,220,145); }
td.TdClassName
{
border-color: #99DC91;
}
.TagClassName
{
border-color: #99DC91;
}
</style>