Shades of Gum Leaf #A6C6A8
Tints of Gum Leaf #A6C6A8
RGB
CMYK
RGB Variations
Color information
#A6C6A8 (or 0xA6C6A8) is known color: Gum Leaf. HEX triplet: A6, C6 and A8. RGB value is (166,198,168). Sum of RGB (Red+Green+Blue) = 166+198+168=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C6A8 is #593957. Grayscale: #B9B9B9. Windows color (decimal): -5847384 or 11060902. OLE color: 11060902.
HSL color Cylindrical-coordinate representation of color #A6C6A8: hue angle of 123.75º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C6A8 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 198 | 168 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.22 |
| HSL | 123.75º | 0.22% | 0.71% | - |
| HSV(B) | 123.75º | 0.16% | 0.78% | - |
| XYZ | 42.99 | 51.32 | 44.69 | - |
| YUV | 185.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 198 | 168 | 0.16 | 0 | 0.15 | 0.22 | 123.75 | 0.22 | 0.71 |
| Hex | A6 | C6 | A8 | 10 | 0 | F | 16 | 7C | 16 | 47 |
| Octal | 246 | 306 | 250 | 20 | 0 | 17 | 26 | 174 | 26 | 107 |
| Binary | 10100110 | 11000110 | 10101000 | 10000 | 0 | 1111 | 10110 | 1111100 | 10110 | 1000111 |
Color Harmonies of #A6C6A8
Complementary color
Monochromatic Colors of #A6C6A8
Black with #A6C6A8
Text Example
Text Example
White with #A6C6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C6A8; }
p { color: rgb(166,198,168); }
H1.HeaderClassName
{
color: #A6C6A8;
}
.AnyTagClassName
{
color: #A6C6A8;
}
</style>
background-color css
<style>
a { background-color: #A6C6A8; }
a { background-color: rgb(166,198,168); }
div.DivClassName
{
background-color: #A6C6A8;
}
.BgClassName
{
background-color: #A6C6A8;
}
</style>
border-color css
<style>
span { border-color: #A6C6A8; }
span { border-color: rgb(166,198,168); }
td.TdClassName
{
border-color: #A6C6A8;
}
.TagClassName
{
border-color: #A6C6A8;
}
</style>