Shades of Gum Leaf #A9C9AD
Tints of Gum Leaf #A9C9AD
RGB
CMYK
RGB Variations
Color information
#A9C9AD (or 0xA9C9AD) is known color: Gum Leaf. HEX triplet: A9, C9 and AD. RGB value is (169,201,173). Sum of RGB (Red+Green+Blue) = 169+201+173=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C9AD is #563652. Grayscale: #BCBCBC. Windows color (decimal): -5650003 or 11389353. OLE color: 11389353.
HSL color Cylindrical-coordinate representation of color #A9C9AD: hue angle of 127.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9AD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 173 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.21 |
| HSL | 127.5º | 0.23% | 0.73% | - |
| HSV(B) | 127.5º | 0.16% | 0.79% | - |
| XYZ | 44.79 | 53.23 | 47.45 | - |
| YUV | 188.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 173 | 0.16 | 0 | 0.14 | 0.21 | 127.5 | 0.23 | 0.73 |
| Hex | A9 | C9 | AD | 10 | 0 | E | 15 | 80 | 17 | 49 |
| Octal | 251 | 311 | 255 | 20 | 0 | 16 | 25 | 200 | 27 | 111 |
| Binary | 10101001 | 11001001 | 10101101 | 10000 | 0 | 1110 | 10101 | 10000000 | 10111 | 1001001 |
Color Harmonies of #A9C9AD
Complementary color
Monochromatic Colors of #A9C9AD
Black with #A9C9AD
Text Example
Text Example
White with #A9C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C9AD; }
p { color: rgb(169,201,173); }
H1.HeaderClassName
{
color: #A9C9AD;
}
.AnyTagClassName
{
color: #A9C9AD;
}
</style>
background-color css
<style>
a { background-color: #A9C9AD; }
a { background-color: rgb(169,201,173); }
div.DivClassName
{
background-color: #A9C9AD;
}
.BgClassName
{
background-color: #A9C9AD;
}
</style>
border-color css
<style>
span { border-color: #A9C9AD; }
span { border-color: rgb(169,201,173); }
td.TdClassName
{
border-color: #A9C9AD;
}
.TagClassName
{
border-color: #A9C9AD;
}
</style>