Shades of Gum Leaf #A6C5AC
Tints of Gum Leaf #A6C5AC
RGB
CMYK
RGB Variations
Color information
#A6C5AC (or 0xA6C5AC) is known color: Gum Leaf. HEX triplet: A6, C5 and AC. RGB value is (166,197,172). Sum of RGB (Red+Green+Blue) = 166+197+172=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C5AC is #593A53. Grayscale: #B8B8B8. Windows color (decimal): -5847636 or 11322790. OLE color: 11322790.
HSL color Cylindrical-coordinate representation of color #A6C5AC: hue angle of 131.61º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C5AC is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 172 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.23 |
| HSL | 131.61º | 0.21% | 0.71% | - |
| HSV(B) | 131.61º | 0.16% | 0.77% | - |
| XYZ | 43.14 | 51.02 | 46.6 | - |
| YUV | 184.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 172 | 0.16 | 0 | 0.13 | 0.23 | 131.61 | 0.21 | 0.71 |
| Hex | A6 | C5 | AC | 10 | 0 | D | 17 | 84 | 15 | 47 |
| Octal | 246 | 305 | 254 | 20 | 0 | 15 | 27 | 204 | 25 | 107 |
| Binary | 10100110 | 11000101 | 10101100 | 10000 | 0 | 1101 | 10111 | 10000100 | 10101 | 1000111 |
Color Harmonies of #A6C5AC
Complementary color
Monochromatic Colors of #A6C5AC
Black with #A6C5AC
Text Example
Text Example
White with #A6C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C5AC; }
p { color: rgb(166,197,172); }
H1.HeaderClassName
{
color: #A6C5AC;
}
.AnyTagClassName
{
color: #A6C5AC;
}
</style>
background-color css
<style>
a { background-color: #A6C5AC; }
a { background-color: rgb(166,197,172); }
div.DivClassName
{
background-color: #A6C5AC;
}
.BgClassName
{
background-color: #A6C5AC;
}
</style>
border-color css
<style>
span { border-color: #A6C5AC; }
span { border-color: rgb(166,197,172); }
td.TdClassName
{
border-color: #A6C5AC;
}
.TagClassName
{
border-color: #A6C5AC;
}
</style>