Shades of Gum Leaf #A2C2AB
Tints of Gum Leaf #A2C2AB
RGB
CMYK
RGB Variations
Color information
#A2C2AB (or 0xA2C2AB) is known color: Gum Leaf. HEX triplet: A2, C2 and AB. RGB value is (162,194,171). Sum of RGB (Red+Green+Blue) = 162+194+171=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C2AB is #5D3D54. Grayscale: #B5B5B5. Windows color (decimal): -6110549 or 11256482. OLE color: 11256482.
HSL color Cylindrical-coordinate representation of color #A2C2AB: hue angle of 136.88º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C2AB is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 171 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.24 |
| HSL | 136.88º | 0.21% | 0.7% | - |
| HSV(B) | 136.88º | 0.16% | 0.76% | - |
| XYZ | 41.54 | 49.21 | 45.84 | - |
| YUV | 181.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 171 | 0.16 | 0 | 0.12 | 0.24 | 136.88 | 0.21 | 0.7 |
| Hex | A2 | C2 | AB | 10 | 0 | C | 18 | 89 | 15 | 46 |
| Octal | 242 | 302 | 253 | 20 | 0 | 14 | 30 | 211 | 25 | 106 |
| Binary | 10100010 | 11000010 | 10101011 | 10000 | 0 | 1100 | 11000 | 10001001 | 10101 | 1000110 |
Color Harmonies of #A2C2AB
Complementary color
Monochromatic Colors of #A2C2AB
Black with #A2C2AB
Text Example
Text Example
White with #A2C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2AB; }
p { color: rgb(162,194,171); }
H1.HeaderClassName
{
color: #A2C2AB;
}
.AnyTagClassName
{
color: #A2C2AB;
}
</style>
background-color css
<style>
a { background-color: #A2C2AB; }
a { background-color: rgb(162,194,171); }
div.DivClassName
{
background-color: #A2C2AB;
}
.BgClassName
{
background-color: #A2C2AB;
}
</style>
border-color css
<style>
span { border-color: #A2C2AB; }
span { border-color: rgb(162,194,171); }
td.TdClassName
{
border-color: #A2C2AB;
}
.TagClassName
{
border-color: #A2C2AB;
}
</style>