Html Css Color HEX #99DD9A Granny Smith Apple
📋 copy color: '#99DD9A'red 153 ◦ green 221 ◦ blue 154
Shades of Granny Smith Apple #99DD9A
Tints of Granny Smith Apple #99DD9A
RGB
CMYK
RGB Variations
Color information
#99DD9A (or 0x99DD9A) is known color: Granny Smith Apple. HEX triplet: 99, DD and 9A. RGB value is (153,221,154). Sum of RGB (Red+Green+Blue) = 153+221+154=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD9A is #662265. Grayscale: #C1C1C1. Windows color (decimal): -6693478 or 10149273. OLE color: 10149273.
HSL color Cylindrical-coordinate representation of color #99DD9A: hue angle of 120.88º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DD9A is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 154 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.13 |
| HSL | 120.88º | 0.5% | 0.73% | - |
| HSV(B) | 120.88º | 0.31% | 0.87% | - |
| XYZ | 44.83 | 60.82 | 39.95 | - |
| YUV | 193.03 | 105.97 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 154 | 0.31 | 0 | 0.30 | 0.13 | 120.88 | 0.5 | 0.73 |
| Hex | 99 | DD | 9A | 1F | 0 | 1E | D | 79 | 32 | 49 |
| Octal | 231 | 335 | 232 | 37 | 0 | 36 | 15 | 171 | 62 | 111 |
| Binary | 10011001 | 11011101 | 10011010 | 11111 | 0 | 11110 | 1101 | 1111001 | 110010 | 1001001 |
Color Harmonies of #99DD9A
Complementary color
Monochromatic Colors of #99DD9A
Black with #99DD9A
Text Example
Text Example
White with #99DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DD9A; }
p { color: rgb(153,221,154); }
H1.HeaderClassName
{
color: #99DD9A;
}
.AnyTagClassName
{
color: #99DD9A;
}
</style>
background-color css
<style>
a { background-color: #99DD9A; }
a { background-color: rgb(153,221,154); }
div.DivClassName
{
background-color: #99DD9A;
}
.BgClassName
{
background-color: #99DD9A;
}
</style>
border-color css
<style>
span { border-color: #99DD9A; }
span { border-color: rgb(153,221,154); }
td.TdClassName
{
border-color: #99DD9A;
}
.TagClassName
{
border-color: #99DD9A;
}
</style>