Shades of Gum Leaf #A6D1AE
Tints of Gum Leaf #A6D1AE
RGB
CMYK
RGB Variations
Color information
#A6D1AE (or 0xA6D1AE) is known color: Gum Leaf. HEX triplet: A6, D1 and AE. RGB value is (166,209,174). Sum of RGB (Red+Green+Blue) = 166+209+174=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D1AE is #592E51. Grayscale: #C0C0C0. Windows color (decimal): -5844562 or 11456934. OLE color: 11456934.
HSL color Cylindrical-coordinate representation of color #A6D1AE: hue angle of 131.16º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D1AE is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 209 | 174 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.18 |
| HSL | 131.16º | 0.32% | 0.74% | - |
| HSV(B) | 131.16º | 0.21% | 0.82% | - |
| XYZ | 46.17 | 56.76 | 48.57 | - |
| YUV | 192.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 174 | 0.21 | 0 | 0.17 | 0.18 | 131.16 | 0.32 | 0.74 |
| Hex | A6 | D1 | AE | 15 | 0 | 11 | 12 | 83 | 20 | 4A |
| Octal | 246 | 321 | 256 | 25 | 0 | 21 | 22 | 203 | 40 | 112 |
| Binary | 10100110 | 11010001 | 10101110 | 10101 | 0 | 10001 | 10010 | 10000011 | 100000 | 1001010 |
Color Harmonies of #A6D1AE
Complementary color
Monochromatic Colors of #A6D1AE
Black with #A6D1AE
Text Example
Text Example
White with #A6D1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1AE; }
p { color: rgb(166,209,174); }
H1.HeaderClassName
{
color: #A6D1AE;
}
.AnyTagClassName
{
color: #A6D1AE;
}
</style>
background-color css
<style>
a { background-color: #A6D1AE; }
a { background-color: rgb(166,209,174); }
div.DivClassName
{
background-color: #A6D1AE;
}
.BgClassName
{
background-color: #A6D1AE;
}
</style>
border-color css
<style>
span { border-color: #A6D1AE; }
span { border-color: rgb(166,209,174); }
td.TdClassName
{
border-color: #A6D1AE;
}
.TagClassName
{
border-color: #A6D1AE;
}
</style>