Shades of Gum Leaf #A6D0AD
Tints of Gum Leaf #A6D0AD
RGB
CMYK
RGB Variations
Color information
#A6D0AD (or 0xA6D0AD) is known color: Gum Leaf. HEX triplet: A6, D0 and AD. RGB value is (166,208,173). Sum of RGB (Red+Green+Blue) = 166+208+173=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D0AD is #592F52. Grayscale: #BFBFBF. Windows color (decimal): -5844819 or 11391142. OLE color: 11391142.
HSL color Cylindrical-coordinate representation of color #A6D0AD: hue angle of 130º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6D0AD is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 173 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.18 |
| HSL | 130º | 0.31% | 0.73% | - |
| HSV(B) | 130º | 0.2% | 0.82% | - |
| XYZ | 45.82 | 56.24 | 47.97 | - |
| YUV | 191.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 173 | 0.20 | 0 | 0.17 | 0.18 | 130 | 0.31 | 0.73 |
| Hex | A6 | D0 | AD | 14 | 0 | 11 | 12 | 82 | 1F | 49 |
| Octal | 246 | 320 | 255 | 24 | 0 | 21 | 22 | 202 | 37 | 111 |
| Binary | 10100110 | 11010000 | 10101101 | 10100 | 0 | 10001 | 10010 | 10000010 | 11111 | 1001001 |
Color Harmonies of #A6D0AD
Complementary color
Monochromatic Colors of #A6D0AD
Black with #A6D0AD
Text Example
Text Example
White with #A6D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D0AD; }
p { color: rgb(166,208,173); }
H1.HeaderClassName
{
color: #A6D0AD;
}
.AnyTagClassName
{
color: #A6D0AD;
}
</style>
background-color css
<style>
a { background-color: #A6D0AD; }
a { background-color: rgb(166,208,173); }
div.DivClassName
{
background-color: #A6D0AD;
}
.BgClassName
{
background-color: #A6D0AD;
}
</style>
border-color css
<style>
span { border-color: #A6D0AD; }
span { border-color: rgb(166,208,173); }
td.TdClassName
{
border-color: #A6D0AD;
}
.TagClassName
{
border-color: #A6D0AD;
}
</style>