Shades of Gum Leaf #A2C6AC
Tints of Gum Leaf #A2C6AC
RGB
CMYK
RGB Variations
Color information
#A2C6AC (or 0xA2C6AC) is known color: Gum Leaf. HEX triplet: A2, C6 and AC. RGB value is (162,198,172). Sum of RGB (Red+Green+Blue) = 162+198+172=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C6AC is #5D3953. Grayscale: #B8B8B8. Windows color (decimal): -6109524 or 11323042. OLE color: 11323042.
HSL color Cylindrical-coordinate representation of color #A2C6AC: hue angle of 136.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2C6AC is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 172 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.22 |
| HSL | 136.67º | 0.24% | 0.71% | - |
| HSV(B) | 136.67º | 0.18% | 0.78% | - |
| XYZ | 42.54 | 51.05 | 46.64 | - |
| YUV | 184.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 172 | 0.18 | 0 | 0.13 | 0.22 | 136.67 | 0.24 | 0.71 |
| Hex | A2 | C6 | AC | 12 | 0 | D | 16 | 89 | 18 | 47 |
| Octal | 242 | 306 | 254 | 22 | 0 | 15 | 26 | 211 | 30 | 107 |
| Binary | 10100010 | 11000110 | 10101100 | 10010 | 0 | 1101 | 10110 | 10001001 | 11000 | 1000111 |
Color Harmonies of #A2C6AC
Complementary color
Monochromatic Colors of #A2C6AC
Black with #A2C6AC
Text Example
Text Example
White with #A2C6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C6AC; }
p { color: rgb(162,198,172); }
H1.HeaderClassName
{
color: #A2C6AC;
}
.AnyTagClassName
{
color: #A2C6AC;
}
</style>
background-color css
<style>
a { background-color: #A2C6AC; }
a { background-color: rgb(162,198,172); }
div.DivClassName
{
background-color: #A2C6AC;
}
.BgClassName
{
background-color: #A2C6AC;
}
</style>
border-color css
<style>
span { border-color: #A2C6AC; }
span { border-color: rgb(162,198,172); }
td.TdClassName
{
border-color: #A2C6AC;
}
.TagClassName
{
border-color: #A2C6AC;
}
</style>