Shades of Gum Leaf #A8CFAA
Tints of Gum Leaf #A8CFAA
RGB
CMYK
RGB Variations
Color information
#A8CFAA (or 0xA8CFAA) is known color: Gum Leaf. HEX triplet: A8, CF and AA. RGB value is (168,207,170). Sum of RGB (Red+Green+Blue) = 168+207+170=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CFAA is #573055. Grayscale: #BFBFBF. Windows color (decimal): -5714006 or 11194280. OLE color: 11194280.
HSL color Cylindrical-coordinate representation of color #A8CFAA: hue angle of 123.08º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFAA is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 170 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.19 |
| HSL | 123.08º | 0.29% | 0.74% | - |
| HSV(B) | 123.08º | 0.19% | 0.81% | - |
| XYZ | 45.72 | 55.85 | 46.4 | - |
| YUV | 191.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 170 | 0.19 | 0 | 0.18 | 0.19 | 123.08 | 0.29 | 0.74 |
| Hex | A8 | CF | AA | 13 | 0 | 12 | 13 | 7B | 1D | 4A |
| Octal | 250 | 317 | 252 | 23 | 0 | 22 | 23 | 173 | 35 | 112 |
| Binary | 10101000 | 11001111 | 10101010 | 10011 | 0 | 10010 | 10011 | 1111011 | 11101 | 1001010 |
Color Harmonies of #A8CFAA
Complementary color
Monochromatic Colors of #A8CFAA
Black with #A8CFAA
Text Example
Text Example
White with #A8CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFAA; }
p { color: rgb(168,207,170); }
H1.HeaderClassName
{
color: #A8CFAA;
}
.AnyTagClassName
{
color: #A8CFAA;
}
</style>
background-color css
<style>
a { background-color: #A8CFAA; }
a { background-color: rgb(168,207,170); }
div.DivClassName
{
background-color: #A8CFAA;
}
.BgClassName
{
background-color: #A8CFAA;
}
</style>
border-color css
<style>
span { border-color: #A8CFAA; }
span { border-color: rgb(168,207,170); }
td.TdClassName
{
border-color: #A8CFAA;
}
.TagClassName
{
border-color: #A8CFAA;
}
</style>