Shades of Gum Leaf #A9C5AD
Tints of Gum Leaf #A9C5AD
RGB
CMYK
RGB Variations
Color information
#A9C5AD (or 0xA9C5AD) is known color: Gum Leaf. HEX triplet: A9, C5 and AD. RGB value is (169,197,173). Sum of RGB (Red+Green+Blue) = 169+197+173=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C5AD is #563A52. Grayscale: #B9B9B9. Windows color (decimal): -5651027 or 11388329. OLE color: 11388329.
HSL color Cylindrical-coordinate representation of color #A9C5AD: hue angle of 128.57º 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 #A9C5AD is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 173 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.23 |
| HSL | 128.57º | 0.19% | 0.72% | - |
| HSV(B) | 128.57º | 0.14% | 0.77% | - |
| XYZ | 43.87 | 51.38 | 47.14 | - |
| YUV | 185.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 173 | 0.14 | 0 | 0.12 | 0.23 | 128.57 | 0.19 | 0.72 |
| Hex | A9 | C5 | AD | E | 0 | C | 17 | 81 | 13 | 48 |
| Octal | 251 | 305 | 255 | 16 | 0 | 14 | 27 | 201 | 23 | 110 |
| Binary | 10101001 | 11000101 | 10101101 | 1110 | 0 | 1100 | 10111 | 10000001 | 10011 | 1001000 |
Color Harmonies of #A9C5AD
Complementary color
Monochromatic Colors of #A9C5AD
Black with #A9C5AD
Text Example
Text Example
White with #A9C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C5AD; }
p { color: rgb(169,197,173); }
H1.HeaderClassName
{
color: #A9C5AD;
}
.AnyTagClassName
{
color: #A9C5AD;
}
</style>
background-color css
<style>
a { background-color: #A9C5AD; }
a { background-color: rgb(169,197,173); }
div.DivClassName
{
background-color: #A9C5AD;
}
.BgClassName
{
background-color: #A9C5AD;
}
</style>
border-color css
<style>
span { border-color: #A9C5AD; }
span { border-color: rgb(169,197,173); }
td.TdClassName
{
border-color: #A9C5AD;
}
.TagClassName
{
border-color: #A9C5AD;
}
</style>