Shades of Gum Leaf #A8CAAA
Tints of Gum Leaf #A8CAAA
RGB
CMYK
RGB Variations
Color information
#A8CAAA (or 0xA8CAAA) is known color: Gum Leaf. HEX triplet: A8, CA and AA. RGB value is (168,202,170). Sum of RGB (Red+Green+Blue) = 168+202+170=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAAA is #573555. Grayscale: #BCBCBC. Windows color (decimal): -5715286 or 11193000. OLE color: 11193000.
HSL color Cylindrical-coordinate representation of color #A8CAAA: hue angle of 123.53º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAAA is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 170 | - |
CMYK | 0.17 | 0 | 0.16 | 0.21 |
HSL | 123.53º | 0.24% | 0.73% | - |
HSV(B) | 123.53º | 0.17% | 0.79% | - |
XYZ | 44.52 | 53.47 | 46 | - |
YUV | 188.19 | 117.74 | 113.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 170 | 0.17 | 0 | 0.16 | 0.21 | 123.53 | 0.24 | 0.73 |
Hex | A8 | CA | AA | 11 | 0 | 10 | 15 | 7C | 18 | 49 |
Octal | 250 | 312 | 252 | 21 | 0 | 20 | 25 | 174 | 30 | 111 |
Binary | 10101000 | 11001010 | 10101010 | 10001 | 0 | 10000 | 10101 | 1111100 | 11000 | 1001001 |
Color Harmonies of #A8CAAA
Complementary color
Monochromatic Colors of #A8CAAA
Black with #A8CAAA
Text Example
Text Example
White with #A8CAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAAA; }
p { color: rgb(168,202,170); }
H1.HeaderClassName
{
color: #A8CAAA;
}
.AnyTagClassName
{
color: #A8CAAA;
}
</style>
background-color css
<style>
a { background-color: #A8CAAA; }
a { background-color: rgb(168,202,170); }
div.DivClassName
{
background-color: #A8CAAA;
}
.BgClassName
{
background-color: #A8CAAA;
}
</style>
border-color css
<style>
span { border-color: #A8CAAA; }
span { border-color: rgb(168,202,170); }
td.TdClassName
{
border-color: #A8CAAA;
}
.TagClassName
{
border-color: #A8CAAA;
}
</style>