Shades of Gum Leaf #A6C2A9
Tints of Gum Leaf #A6C2A9
RGB
CMYK
RGB Variations
Color information
#A6C2A9 (or 0xA6C2A9) is known color: Gum Leaf. HEX triplet: A6, C2 and A9. RGB value is (166,194,169). Sum of RGB (Red+Green+Blue) = 166+194+169=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C2A9 is #593D56. Grayscale: #B6B6B6. Windows color (decimal): -5848407 or 11125414. OLE color: 11125414.
HSL color Cylindrical-coordinate representation of color #A6C2A9: hue angle of 126.43º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C2A9 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 169 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.24 |
| HSL | 126.43º | 0.19% | 0.71% | - |
| HSV(B) | 126.43º | 0.14% | 0.76% | - |
| XYZ | 42.18 | 49.56 | 44.88 | - |
| YUV | 182.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 169 | 0.14 | 0 | 0.13 | 0.24 | 126.43 | 0.19 | 0.71 |
| Hex | A6 | C2 | A9 | E | 0 | D | 18 | 7E | 13 | 47 |
| Octal | 246 | 302 | 251 | 16 | 0 | 15 | 30 | 176 | 23 | 107 |
| Binary | 10100110 | 11000010 | 10101001 | 1110 | 0 | 1101 | 11000 | 1111110 | 10011 | 1000111 |
Color Harmonies of #A6C2A9
Complementary color
Monochromatic Colors of #A6C2A9
Black with #A6C2A9
Text Example
Text Example
White with #A6C2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C2A9; }
p { color: rgb(166,194,169); }
H1.HeaderClassName
{
color: #A6C2A9;
}
.AnyTagClassName
{
color: #A6C2A9;
}
</style>
background-color css
<style>
a { background-color: #A6C2A9; }
a { background-color: rgb(166,194,169); }
div.DivClassName
{
background-color: #A6C2A9;
}
.BgClassName
{
background-color: #A6C2A9;
}
</style>
border-color css
<style>
span { border-color: #A6C2A9; }
span { border-color: rgb(166,194,169); }
td.TdClassName
{
border-color: #A6C2A9;
}
.TagClassName
{
border-color: #A6C2A9;
}
</style>