Shades of Gum Leaf #A8C9AA
Tints of Gum Leaf #A8C9AA
RGB
CMYK
RGB Variations
Color information
#A8C9AA (or 0xA8C9AA) is known color: Gum Leaf. HEX triplet: A8, C9 and AA. RGB value is (168,201,170). Sum of RGB (Red+Green+Blue) = 168+201+170=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C9AA is #573655. Grayscale: #BBBBBB. Windows color (decimal): -5715542 or 11192744. OLE color: 11192744.
HSL color Cylindrical-coordinate representation of color #A8C9AA: hue angle of 123.64º 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 #A8C9AA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 201 | 170 | - |
CMYK | 0.16 | 0 | 0.15 | 0.21 |
HSL | 123.64º | 0.23% | 0.72% | - |
HSV(B) | 123.64º | 0.16% | 0.79% | - |
XYZ | 44.29 | 53 | 45.93 | - |
YUV | 187.6 | 118.07 | 114.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 201 | 170 | 0.16 | 0 | 0.15 | 0.21 | 123.64 | 0.23 | 0.72 |
Hex | A8 | C9 | AA | 10 | 0 | F | 15 | 7C | 17 | 48 |
Octal | 250 | 311 | 252 | 20 | 0 | 17 | 25 | 174 | 27 | 110 |
Binary | 10101000 | 11001001 | 10101010 | 10000 | 0 | 1111 | 10101 | 1111100 | 10111 | 1001000 |
Color Harmonies of #A8C9AA
Complementary color
Monochromatic Colors of #A8C9AA
Black with #A8C9AA
Text Example
Text Example
White with #A8C9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9AA; }
p { color: rgb(168,201,170); }
H1.HeaderClassName
{
color: #A8C9AA;
}
.AnyTagClassName
{
color: #A8C9AA;
}
</style>
background-color css
<style>
a { background-color: #A8C9AA; }
a { background-color: rgb(168,201,170); }
div.DivClassName
{
background-color: #A8C9AA;
}
.BgClassName
{
background-color: #A8C9AA;
}
</style>
border-color css
<style>
span { border-color: #A8C9AA; }
span { border-color: rgb(168,201,170); }
td.TdClassName
{
border-color: #A8C9AA;
}
.TagClassName
{
border-color: #A8C9AA;
}
</style>