Shades of Gum Leaf #A2C4AB
Tints of Gum Leaf #A2C4AB
RGB
CMYK
RGB Variations
Color information
#A2C4AB (or 0xA2C4AB) is known color: Gum Leaf. HEX triplet: A2, C4 and AB. RGB value is (162,196,171). Sum of RGB (Red+Green+Blue) = 162+196+171=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C4AB is #5D3B54. Grayscale: #B7B7B7. Windows color (decimal): -6110037 or 11256994. OLE color: 11256994.
HSL color Cylindrical-coordinate representation of color #A2C4AB: hue angle of 135.88º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2C4AB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 171 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.23 |
| HSL | 135.88º | 0.22% | 0.7% | - |
| HSV(B) | 135.88º | 0.17% | 0.77% | - |
| XYZ | 41.99 | 50.1 | 45.99 | - |
| YUV | 182.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 171 | 0.17 | 0 | 0.13 | 0.23 | 135.88 | 0.22 | 0.7 |
| Hex | A2 | C4 | AB | 11 | 0 | D | 17 | 88 | 16 | 46 |
| Octal | 242 | 304 | 253 | 21 | 0 | 15 | 27 | 210 | 26 | 106 |
| Binary | 10100010 | 11000100 | 10101011 | 10001 | 0 | 1101 | 10111 | 10001000 | 10110 | 1000110 |
Color Harmonies of #A2C4AB
Complementary color
Monochromatic Colors of #A2C4AB
Black with #A2C4AB
Text Example
Text Example
White with #A2C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C4AB; }
p { color: rgb(162,196,171); }
H1.HeaderClassName
{
color: #A2C4AB;
}
.AnyTagClassName
{
color: #A2C4AB;
}
</style>
background-color css
<style>
a { background-color: #A2C4AB; }
a { background-color: rgb(162,196,171); }
div.DivClassName
{
background-color: #A2C4AB;
}
.BgClassName
{
background-color: #A2C4AB;
}
</style>
border-color css
<style>
span { border-color: #A2C4AB; }
span { border-color: rgb(162,196,171); }
td.TdClassName
{
border-color: #A2C4AB;
}
.TagClassName
{
border-color: #A2C4AB;
}
</style>