Shades of Gum Leaf #A9C4AD
Tints of Gum Leaf #A9C4AD
RGB
CMYK
RGB Variations
Color information
#A9C4AD (or 0xA9C4AD) is known color: Gum Leaf. HEX triplet: A9, C4 and AD. RGB value is (169,196,173). Sum of RGB (Red+Green+Blue) = 169+196+173=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C4AD is #563B52. Grayscale: #B9B9B9. Windows color (decimal): -5651283 or 11388073. OLE color: 11388073.
HSL color Cylindrical-coordinate representation of color #A9C4AD: hue angle of 128.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9C4AD is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 196 | 173 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.23 |
| HSL | 128.89º | 0.19% | 0.72% | - |
| HSV(B) | 128.89º | 0.14% | 0.77% | - |
| XYZ | 43.64 | 50.93 | 47.07 | - |
| YUV | 185.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 173 | 0.14 | 0 | 0.12 | 0.23 | 128.89 | 0.19 | 0.72 |
| Hex | A9 | C4 | AD | E | 0 | C | 17 | 81 | 13 | 48 |
| Octal | 251 | 304 | 255 | 16 | 0 | 14 | 27 | 201 | 23 | 110 |
| Binary | 10101001 | 11000100 | 10101101 | 1110 | 0 | 1100 | 10111 | 10000001 | 10011 | 1001000 |
Color Harmonies of #A9C4AD
Complementary color
Monochromatic Colors of #A9C4AD
Black with #A9C4AD
Text Example
Text Example
White with #A9C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C4AD; }
p { color: rgb(169,196,173); }
H1.HeaderClassName
{
color: #A9C4AD;
}
.AnyTagClassName
{
color: #A9C4AD;
}
</style>
background-color css
<style>
a { background-color: #A9C4AD; }
a { background-color: rgb(169,196,173); }
div.DivClassName
{
background-color: #A9C4AD;
}
.BgClassName
{
background-color: #A9C4AD;
}
</style>
border-color css
<style>
span { border-color: #A9C4AD; }
span { border-color: rgb(169,196,173); }
td.TdClassName
{
border-color: #A9C4AD;
}
.TagClassName
{
border-color: #A9C4AD;
}
</style>