Html Css Color HEX #99DB9A Granny Smith Apple
📋 copy color: '#99DB9A'red 153 ◦ green 219 ◦ blue 154
Shades of Granny Smith Apple #99DB9A
Tints of Granny Smith Apple #99DB9A
RGB
CMYK
RGB Variations
Color information
#99DB9A (or 0x99DB9A) is known color: Granny Smith Apple. HEX triplet: 99, DB and 9A. RGB value is (153,219,154). Sum of RGB (Red+Green+Blue) = 153+219+154=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB9A is #662465. Grayscale: #C0C0C0. Windows color (decimal): -6693990 or 10148761. OLE color: 10148761.
HSL color Cylindrical-coordinate representation of color #99DB9A: hue angle of 120.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DB9A is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 154 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.14 |
| HSL | 120.91º | 0.48% | 0.73% | - |
| HSV(B) | 120.91º | 0.3% | 0.86% | - |
| XYZ | 44.3 | 59.77 | 39.77 | - |
| YUV | 191.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 154 | 0.30 | 0 | 0.30 | 0.14 | 120.91 | 0.48 | 0.73 |
| Hex | 99 | DB | 9A | 1E | 0 | 1E | E | 79 | 30 | 49 |
| Octal | 231 | 333 | 232 | 36 | 0 | 36 | 16 | 171 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10011010 | 11110 | 0 | 11110 | 1110 | 1111001 | 110000 | 1001001 |
Color Harmonies of #99DB9A
Complementary color
Monochromatic Colors of #99DB9A
Black with #99DB9A
Text Example
Text Example
White with #99DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB9A; }
p { color: rgb(153,219,154); }
H1.HeaderClassName
{
color: #99DB9A;
}
.AnyTagClassName
{
color: #99DB9A;
}
</style>
background-color css
<style>
a { background-color: #99DB9A; }
a { background-color: rgb(153,219,154); }
div.DivClassName
{
background-color: #99DB9A;
}
.BgClassName
{
background-color: #99DB9A;
}
</style>
border-color css
<style>
span { border-color: #99DB9A; }
span { border-color: rgb(153,219,154); }
td.TdClassName
{
border-color: #99DB9A;
}
.TagClassName
{
border-color: #99DB9A;
}
</style>