Shades of Zanah #A6CEA6
Tints of Zanah #A6CEA6
RGB
CMYK
RGB Variations
Color information
#A6CEA6 (or 0xA6CEA6) is known color: Zanah. HEX triplet: A6, CE and A6. RGB value is (166,206,166). Sum of RGB (Red+Green+Blue) = 166+206+166=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEA6 is #593159. Grayscale: #BDBDBD. Windows color (decimal): -5845338 or 10931878. OLE color: 10931878.
HSL color Cylindrical-coordinate representation of color #A6CEA6: hue angle of 120º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEA6 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 166 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.19 |
| HSL | 120º | 0.29% | 0.73% | - |
| HSV(B) | 120º | 0.19% | 0.81% | - |
| XYZ | 44.68 | 55 | 44.34 | - |
| YUV | 189.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 166 | 0.19 | 0 | 0.19 | 0.19 | 120 | 0.29 | 0.73 |
| Hex | A6 | CE | A6 | 13 | 0 | 13 | 13 | 78 | 1D | 49 |
| Octal | 246 | 316 | 246 | 23 | 0 | 23 | 23 | 170 | 35 | 111 |
| Binary | 10100110 | 11001110 | 10100110 | 10011 | 0 | 10011 | 10011 | 1111000 | 11101 | 1001001 |
Color Harmonies of #A6CEA6
Complementary color
Monochromatic Colors of #A6CEA6
Black with #A6CEA6
Text Example
Text Example
White with #A6CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEA6; }
p { color: rgb(166,206,166); }
H1.HeaderClassName
{
color: #A6CEA6;
}
.AnyTagClassName
{
color: #A6CEA6;
}
</style>
background-color css
<style>
a { background-color: #A6CEA6; }
a { background-color: rgb(166,206,166); }
div.DivClassName
{
background-color: #A6CEA6;
}
.BgClassName
{
background-color: #A6CEA6;
}
</style>
border-color css
<style>
span { border-color: #A6CEA6; }
span { border-color: rgb(166,206,166); }
td.TdClassName
{
border-color: #A6CEA6;
}
.TagClassName
{
border-color: #A6CEA6;
}
</style>