Shades of Gum Leaf #A2C0AC
Tints of Gum Leaf #A2C0AC
RGB
CMYK
RGB Variations
Color information
#A2C0AC (or 0xA2C0AC) is known color: Gum Leaf. HEX triplet: A2, C0 and AC. RGB value is (162,192,172). Sum of RGB (Red+Green+Blue) = 162+192+172=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C0AC is #5D3F53. Grayscale: #B4B4B4. Windows color (decimal): -6111060 or 11321506. OLE color: 11321506.
HSL color Cylindrical-coordinate representation of color #A2C0AC: hue angle of 140º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C0AC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 172 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.25 |
| HSL | 140º | 0.19% | 0.69% | - |
| HSV(B) | 140º | 0.16% | 0.75% | - |
| XYZ | 41.2 | 48.36 | 46.19 | - |
| YUV | 180.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 172 | 0.16 | 0 | 0.10 | 0.25 | 140 | 0.19 | 0.69 |
| Hex | A2 | C0 | AC | 10 | 0 | A | 19 | 8C | 13 | 45 |
| Octal | 242 | 300 | 254 | 20 | 0 | 12 | 31 | 214 | 23 | 105 |
| Binary | 10100010 | 11000000 | 10101100 | 10000 | 0 | 1010 | 11001 | 10001100 | 10011 | 1000101 |
Color Harmonies of #A2C0AC
Complementary color
Monochromatic Colors of #A2C0AC
Black with #A2C0AC
Text Example
Text Example
White with #A2C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0AC; }
p { color: rgb(162,192,172); }
H1.HeaderClassName
{
color: #A2C0AC;
}
.AnyTagClassName
{
color: #A2C0AC;
}
</style>
background-color css
<style>
a { background-color: #A2C0AC; }
a { background-color: rgb(162,192,172); }
div.DivClassName
{
background-color: #A2C0AC;
}
.BgClassName
{
background-color: #A2C0AC;
}
</style>
border-color css
<style>
span { border-color: #A2C0AC; }
span { border-color: rgb(162,192,172); }
td.TdClassName
{
border-color: #A2C0AC;
}
.TagClassName
{
border-color: #A2C0AC;
}
</style>