Shades of Gum Leaf #A8D0AB
Tints of Gum Leaf #A8D0AB
RGB
CMYK
RGB Variations
Color information
#A8D0AB (or 0xA8D0AB) is known color: Gum Leaf. HEX triplet: A8, D0 and AB. RGB value is (168,208,171). Sum of RGB (Red+Green+Blue) = 168+208+171=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D0AB is #572F54. Grayscale: #BFBFBF. Windows color (decimal): -5713749 or 11260072. OLE color: 11260072.
HSL color Cylindrical-coordinate representation of color #A8D0AB: hue angle of 124.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8D0AB is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 171 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.18 |
| HSL | 124.5º | 0.3% | 0.74% | - |
| HSV(B) | 124.5º | 0.19% | 0.82% | - |
| XYZ | 46.06 | 56.38 | 46.98 | - |
| YUV | 191.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 171 | 0.19 | 0 | 0.18 | 0.18 | 124.5 | 0.3 | 0.74 |
| Hex | A8 | D0 | AB | 13 | 0 | 12 | 12 | 7C | 1E | 4A |
| Octal | 250 | 320 | 253 | 23 | 0 | 22 | 22 | 174 | 36 | 112 |
| Binary | 10101000 | 11010000 | 10101011 | 10011 | 0 | 10010 | 10010 | 1111100 | 11110 | 1001010 |
Color Harmonies of #A8D0AB
Complementary color
Monochromatic Colors of #A8D0AB
Black with #A8D0AB
Text Example
Text Example
White with #A8D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0AB; }
p { color: rgb(168,208,171); }
H1.HeaderClassName
{
color: #A8D0AB;
}
.AnyTagClassName
{
color: #A8D0AB;
}
</style>
background-color css
<style>
a { background-color: #A8D0AB; }
a { background-color: rgb(168,208,171); }
div.DivClassName
{
background-color: #A8D0AB;
}
.BgClassName
{
background-color: #A8D0AB;
}
</style>
border-color css
<style>
span { border-color: #A8D0AB; }
span { border-color: rgb(168,208,171); }
td.TdClassName
{
border-color: #A8D0AB;
}
.TagClassName
{
border-color: #A8D0AB;
}
</style>