Html Css Color HEX #99DD96 Granny Smith Apple
📋 copy color: '#99DD96'red 153 ◦ green 221 ◦ blue 150
Shades of Granny Smith Apple #99DD96
Tints of Granny Smith Apple #99DD96
RGB
CMYK
RGB Variations
Color information
#99DD96 (or 0x99DD96) is known color: Granny Smith Apple. HEX triplet: 99, DD and 96. RGB value is (153,221,150). Sum of RGB (Red+Green+Blue) = 153+221+150=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD96 is #662269. Grayscale: #C0C0C0. Windows color (decimal): -6693482 or 9887129. OLE color: 9887129.
HSL color Cylindrical-coordinate representation of color #99DD96: hue angle of 117.46º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99DD96 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 150 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.13 |
| HSL | 117.46º | 0.51% | 0.73% | - |
| HSV(B) | 117.46º | 0.32% | 0.87% | - |
| XYZ | 44.5 | 60.69 | 38.22 | - |
| YUV | 192.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 150 | 0.31 | 0 | 0.32 | 0.13 | 117.46 | 0.51 | 0.73 |
| Hex | 99 | DD | 96 | 1F | 0 | 20 | D | 75 | 33 | 49 |
| Octal | 231 | 335 | 226 | 37 | 0 | 40 | 15 | 165 | 63 | 111 |
| Binary | 10011001 | 11011101 | 10010110 | 11111 | 0 | 100000 | 1101 | 1110101 | 110011 | 1001001 |
Color Harmonies of #99DD96
Complementary color
Monochromatic Colors of #99DD96
Black with #99DD96
Text Example
Text Example
White with #99DD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DD96; }
p { color: rgb(153,221,150); }
H1.HeaderClassName
{
color: #99DD96;
}
.AnyTagClassName
{
color: #99DD96;
}
</style>
background-color css
<style>
a { background-color: #99DD96; }
a { background-color: rgb(153,221,150); }
div.DivClassName
{
background-color: #99DD96;
}
.BgClassName
{
background-color: #99DD96;
}
</style>
border-color css
<style>
span { border-color: #99DD96; }
span { border-color: rgb(153,221,150); }
td.TdClassName
{
border-color: #99DD96;
}
.TagClassName
{
border-color: #99DD96;
}
</style>