Html Css Color HEX #A9DD96 Granny Smith Apple
📋 copy color: '#A9DD96'red 169 ◦ green 221 ◦ blue 150
Shades of Granny Smith Apple #A9DD96
Tints of Granny Smith Apple #A9DD96
RGB
CMYK
RGB Variations
Color information
#A9DD96 (or 0xA9DD96) is known color: Granny Smith Apple. HEX triplet: A9, DD and 96. RGB value is (169,221,150). Sum of RGB (Red+Green+Blue) = 169+221+150=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DD96 is #562269. Grayscale: #C5C5C5. Windows color (decimal): -5644906 or 9887145. OLE color: 9887145.
HSL color Cylindrical-coordinate representation of color #A9DD96: hue angle of 103.94º 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 #A9DD96 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 150 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.13 |
| HSL | 103.94º | 0.51% | 0.73% | - |
| HSV(B) | 103.94º | 0.32% | 0.87% | - |
| XYZ | 47.72 | 62.35 | 38.37 | - |
| YUV | 197.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 150 | 0.24 | 0 | 0.32 | 0.13 | 103.94 | 0.51 | 0.73 |
| Hex | A9 | DD | 96 | 18 | 0 | 20 | D | 68 | 33 | 49 |
| Octal | 251 | 335 | 226 | 30 | 0 | 40 | 15 | 150 | 63 | 111 |
| Binary | 10101001 | 11011101 | 10010110 | 11000 | 0 | 100000 | 1101 | 1101000 | 110011 | 1001001 |
Color Harmonies of #A9DD96
Complementary color
Monochromatic Colors of #A9DD96
Black with #A9DD96
Text Example
Text Example
White with #A9DD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DD96; }
p { color: rgb(169,221,150); }
H1.HeaderClassName
{
color: #A9DD96;
}
.AnyTagClassName
{
color: #A9DD96;
}
</style>
background-color css
<style>
a { background-color: #A9DD96; }
a { background-color: rgb(169,221,150); }
div.DivClassName
{
background-color: #A9DD96;
}
.BgClassName
{
background-color: #A9DD96;
}
</style>
border-color css
<style>
span { border-color: #A9DD96; }
span { border-color: rgb(169,221,150); }
td.TdClassName
{
border-color: #A9DD96;
}
.TagClassName
{
border-color: #A9DD96;
}
</style>