Html Css Color HEX #99DB9C Granny Smith Apple
📋 copy color: '#99DB9C'red 153 ◦ green 219 ◦ blue 156
Shades of Granny Smith Apple #99DB9C
Tints of Granny Smith Apple #99DB9C
RGB
CMYK
RGB Variations
Color information
#99DB9C (or 0x99DB9C) is known color: Granny Smith Apple. HEX triplet: 99, DB and 9C. RGB value is (153,219,156). Sum of RGB (Red+Green+Blue) = 153+219+156=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB9C is #662463. Grayscale: #C0C0C0. Windows color (decimal): -6693988 or 10279833. OLE color: 10279833.
HSL color Cylindrical-coordinate representation of color #99DB9C: hue angle of 122.73º 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 #99DB9C is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 156 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.14 |
| HSL | 122.73º | 0.48% | 0.73% | - |
| HSV(B) | 122.73º | 0.3% | 0.86% | - |
| XYZ | 44.47 | 59.84 | 40.66 | - |
| YUV | 192.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 156 | 0.30 | 0 | 0.29 | 0.14 | 122.73 | 0.48 | 0.73 |
| Hex | 99 | DB | 9C | 1E | 0 | 1D | E | 7B | 30 | 49 |
| Octal | 231 | 333 | 234 | 36 | 0 | 35 | 16 | 173 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10011100 | 11110 | 0 | 11101 | 1110 | 1111011 | 110000 | 1001001 |
Color Harmonies of #99DB9C
Complementary color
Monochromatic Colors of #99DB9C
Black with #99DB9C
Text Example
Text Example
White with #99DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB9C; }
p { color: rgb(153,219,156); }
H1.HeaderClassName
{
color: #99DB9C;
}
.AnyTagClassName
{
color: #99DB9C;
}
</style>
background-color css
<style>
a { background-color: #99DB9C; }
a { background-color: rgb(153,219,156); }
div.DivClassName
{
background-color: #99DB9C;
}
.BgClassName
{
background-color: #99DB9C;
}
</style>
border-color css
<style>
span { border-color: #99DB9C; }
span { border-color: rgb(153,219,156); }
td.TdClassName
{
border-color: #99DB9C;
}
.TagClassName
{
border-color: #99DB9C;
}
</style>