Shades of Gum Leaf #A4C2A8
Tints of Gum Leaf #A4C2A8
RGB
CMYK
RGB Variations
Color information
#A4C2A8 (or 0xA4C2A8) is known color: Gum Leaf. HEX triplet: A4, C2 and A8. RGB value is (164,194,168). Sum of RGB (Red+Green+Blue) = 164+194+168=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C2A8 is #5B3D57. Grayscale: #B6B6B6. Windows color (decimal): -5979480 or 11059876. OLE color: 11059876.
HSL color Cylindrical-coordinate representation of color #A4C2A8: hue angle of 128º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4C2A8 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 168 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.24 |
| HSL | 128º | 0.2% | 0.7% | - |
| HSV(B) | 128º | 0.15% | 0.76% | - |
| XYZ | 41.67 | 49.3 | 44.37 | - |
| YUV | 182.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 168 | 0.15 | 0 | 0.13 | 0.24 | 128 | 0.2 | 0.7 |
| Hex | A4 | C2 | A8 | F | 0 | D | 18 | 80 | 14 | 46 |
| Octal | 244 | 302 | 250 | 17 | 0 | 15 | 30 | 200 | 24 | 106 |
| Binary | 10100100 | 11000010 | 10101000 | 1111 | 0 | 1101 | 11000 | 10000000 | 10100 | 1000110 |
Color Harmonies of #A4C2A8
Complementary color
Monochromatic Colors of #A4C2A8
Black with #A4C2A8
Text Example
Text Example
White with #A4C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C2A8; }
p { color: rgb(164,194,168); }
H1.HeaderClassName
{
color: #A4C2A8;
}
.AnyTagClassName
{
color: #A4C2A8;
}
</style>
background-color css
<style>
a { background-color: #A4C2A8; }
a { background-color: rgb(164,194,168); }
div.DivClassName
{
background-color: #A4C2A8;
}
.BgClassName
{
background-color: #A4C2A8;
}
</style>
border-color css
<style>
span { border-color: #A4C2A8; }
span { border-color: rgb(164,194,168); }
td.TdClassName
{
border-color: #A4C2A8;
}
.TagClassName
{
border-color: #A4C2A8;
}
</style>