Html Css Color HEX #99D99A Granny Smith Apple
📋 copy color: '#99D99A'red 153 ◦ green 217 ◦ blue 154
Shades of Granny Smith Apple #99D99A
Tints of Granny Smith Apple #99D99A
RGB
CMYK
RGB Variations
Color information
#99D99A (or 0x99D99A) is known color: Granny Smith Apple. HEX triplet: 99, D9 and 9A. RGB value is (153,217,154). Sum of RGB (Red+Green+Blue) = 153+217+154=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #99D99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D99A is #662665. Grayscale: #BEBEBE. Windows color (decimal): -6694502 or 10148249. OLE color: 10148249.
HSL color Cylindrical-coordinate representation of color #99D99A: hue angle of 120.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D99A is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 154 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.15 |
| HSL | 120.94º | 0.46% | 0.73% | - |
| HSV(B) | 120.94º | 0.29% | 0.85% | - |
| XYZ | 43.78 | 58.73 | 39.6 | - |
| YUV | 190.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 154 | 0.29 | 0 | 0.29 | 0.15 | 120.94 | 0.46 | 0.73 |
| Hex | 99 | D9 | 9A | 1D | 0 | 1D | F | 79 | 2E | 49 |
| Octal | 231 | 331 | 232 | 35 | 0 | 35 | 17 | 171 | 56 | 111 |
| Binary | 10011001 | 11011001 | 10011010 | 11101 | 0 | 11101 | 1111 | 1111001 | 101110 | 1001001 |
Color Harmonies of #99D99A
Complementary color
Monochromatic Colors of #99D99A
Black with #99D99A
Text Example
Text Example
White with #99D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D99A; }
p { color: rgb(153,217,154); }
H1.HeaderClassName
{
color: #99D99A;
}
.AnyTagClassName
{
color: #99D99A;
}
</style>
background-color css
<style>
a { background-color: #99D99A; }
a { background-color: rgb(153,217,154); }
div.DivClassName
{
background-color: #99D99A;
}
.BgClassName
{
background-color: #99D99A;
}
</style>
border-color css
<style>
span { border-color: #99D99A; }
span { border-color: rgb(153,217,154); }
td.TdClassName
{
border-color: #99D99A;
}
.TagClassName
{
border-color: #99D99A;
}
</style>