Html Css Color HEX #A9DB95 Granny Smith Apple
📋 copy color: '#A9DB95'red 169 ◦ green 219 ◦ blue 149
Shades of Granny Smith Apple #A9DB95
Tints of Granny Smith Apple #A9DB95
RGB
CMYK
RGB Variations
Color information
#A9DB95 (or 0xA9DB95) is known color: Granny Smith Apple. HEX triplet: A9, DB and 95. RGB value is (169,219,149). Sum of RGB (Red+Green+Blue) = 169+219+149=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DB95 is #56246A. Grayscale: #C4C4C4. Windows color (decimal): -5645419 or 9821097. OLE color: 9821097.
HSL color Cylindrical-coordinate representation of color #A9DB95: hue angle of 102.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9DB95 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 149 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.14 |
| HSL | 102.86º | 0.49% | 0.72% | - |
| HSV(B) | 102.86º | 0.32% | 0.86% | - |
| XYZ | 47.12 | 61.27 | 37.78 | - |
| YUV | 196.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 149 | 0.23 | 0 | 0.32 | 0.14 | 102.86 | 0.49 | 0.72 |
| Hex | A9 | DB | 95 | 17 | 0 | 20 | E | 67 | 31 | 48 |
| Octal | 251 | 333 | 225 | 27 | 0 | 40 | 16 | 147 | 61 | 110 |
| Binary | 10101001 | 11011011 | 10010101 | 10111 | 0 | 100000 | 1110 | 1100111 | 110001 | 1001000 |
Color Harmonies of #A9DB95
Complementary color
Monochromatic Colors of #A9DB95
Black with #A9DB95
Text Example
Text Example
White with #A9DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB95; }
p { color: rgb(169,219,149); }
H1.HeaderClassName
{
color: #A9DB95;
}
.AnyTagClassName
{
color: #A9DB95;
}
</style>
background-color css
<style>
a { background-color: #A9DB95; }
a { background-color: rgb(169,219,149); }
div.DivClassName
{
background-color: #A9DB95;
}
.BgClassName
{
background-color: #A9DB95;
}
</style>
border-color css
<style>
span { border-color: #A9DB95; }
span { border-color: rgb(169,219,149); }
td.TdClassName
{
border-color: #A9DB95;
}
.TagClassName
{
border-color: #A9DB95;
}
</style>