Shades of Gum Leaf #A8C9AD
Tints of Gum Leaf #A8C9AD
RGB
CMYK
RGB Variations
Color information
#A8C9AD (or 0xA8C9AD) is known color: Gum Leaf. HEX triplet: A8, C9 and AD. RGB value is (168,201,173). Sum of RGB (Red+Green+Blue) = 168+201+173=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C9AD is #573652. Grayscale: #BCBCBC. Windows color (decimal): -5715539 or 11389352. OLE color: 11389352.
HSL color Cylindrical-coordinate representation of color #A8C9AD: hue angle of 129.09º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C9AD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 173 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.21 |
| HSL | 129.09º | 0.23% | 0.72% | - |
| HSV(B) | 129.09º | 0.16% | 0.79% | - |
| XYZ | 44.58 | 53.12 | 47.44 | - |
| YUV | 187.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 173 | 0.16 | 0 | 0.14 | 0.21 | 129.09 | 0.23 | 0.72 |
| Hex | A8 | C9 | AD | 10 | 0 | E | 15 | 81 | 17 | 48 |
| Octal | 250 | 311 | 255 | 20 | 0 | 16 | 25 | 201 | 27 | 110 |
| Binary | 10101000 | 11001001 | 10101101 | 10000 | 0 | 1110 | 10101 | 10000001 | 10111 | 1001000 |
Color Harmonies of #A8C9AD
Complementary color
Monochromatic Colors of #A8C9AD
Black with #A8C9AD
Text Example
Text Example
White with #A8C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9AD; }
p { color: rgb(168,201,173); }
H1.HeaderClassName
{
color: #A8C9AD;
}
.AnyTagClassName
{
color: #A8C9AD;
}
</style>
background-color css
<style>
a { background-color: #A8C9AD; }
a { background-color: rgb(168,201,173); }
div.DivClassName
{
background-color: #A8C9AD;
}
.BgClassName
{
background-color: #A8C9AD;
}
</style>
border-color css
<style>
span { border-color: #A8C9AD; }
span { border-color: rgb(168,201,173); }
td.TdClassName
{
border-color: #A8C9AD;
}
.TagClassName
{
border-color: #A8C9AD;
}
</style>