Shades of Gum Leaf #A0C2AC
Tints of Gum Leaf #A0C2AC
RGB
CMYK
RGB Variations
Color information
#A0C2AC (or 0xA0C2AC) is known color: Gum Leaf. HEX triplet: A0, C2 and AC. RGB value is (160,194,172). Sum of RGB (Red+Green+Blue) = 160+194+172=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C2AC is #5F3D53. Grayscale: #B5B5B5. Windows color (decimal): -6241620 or 11322016. OLE color: 11322016.
HSL color Cylindrical-coordinate representation of color #A0C2AC: hue angle of 141.18º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C2AC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 172 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.24 |
| HSL | 141.18º | 0.22% | 0.69% | - |
| HSV(B) | 141.18º | 0.18% | 0.76% | - |
| XYZ | 41.24 | 49.04 | 46.32 | - |
| YUV | 181.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 172 | 0.18 | 0 | 0.11 | 0.24 | 141.18 | 0.22 | 0.69 |
| Hex | A0 | C2 | AC | 12 | 0 | B | 18 | 8D | 16 | 45 |
| Octal | 240 | 302 | 254 | 22 | 0 | 13 | 30 | 215 | 26 | 105 |
| Binary | 10100000 | 11000010 | 10101100 | 10010 | 0 | 1011 | 11000 | 10001101 | 10110 | 1000101 |
Color Harmonies of #A0C2AC
Complementary color
Monochromatic Colors of #A0C2AC
Black with #A0C2AC
Text Example
Text Example
White with #A0C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C2AC; }
p { color: rgb(160,194,172); }
H1.HeaderClassName
{
color: #A0C2AC;
}
.AnyTagClassName
{
color: #A0C2AC;
}
</style>
background-color css
<style>
a { background-color: #A0C2AC; }
a { background-color: rgb(160,194,172); }
div.DivClassName
{
background-color: #A0C2AC;
}
.BgClassName
{
background-color: #A0C2AC;
}
</style>
border-color css
<style>
span { border-color: #A0C2AC; }
span { border-color: rgb(160,194,172); }
td.TdClassName
{
border-color: #A0C2AC;
}
.TagClassName
{
border-color: #A0C2AC;
}
</style>