Shades of Zanah #ACCEAA
Tints of Zanah #ACCEAA
RGB
CMYK
RGB Variations
Color information
#ACCEAA (or 0xACCEAA) is known color: Zanah. HEX triplet: AC, CE and AA. RGB value is (172,206,170). Sum of RGB (Red+Green+Blue) = 172+206+170=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEAA is #533155. Grayscale: #BFBFBF. Windows color (decimal): -5452118 or 11194028. OLE color: 11194028.
HSL color Cylindrical-coordinate representation of color #ACCEAA: hue angle of 116.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEAA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 170 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.19 |
| HSL | 116.67º | 0.27% | 0.74% | - |
| HSV(B) | 116.67º | 0.17% | 0.81% | - |
| XYZ | 46.34 | 55.82 | 46.36 | - |
| YUV | 191.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 170 | 0.17 | 0 | 0.17 | 0.19 | 116.67 | 0.27 | 0.74 |
| Hex | AC | CE | AA | 11 | 0 | 11 | 13 | 75 | 1B | 4A |
| Octal | 254 | 316 | 252 | 21 | 0 | 21 | 23 | 165 | 33 | 112 |
| Binary | 10101100 | 11001110 | 10101010 | 10001 | 0 | 10001 | 10011 | 1110101 | 11011 | 1001010 |
Color Harmonies of #ACCEAA
Complementary color
Monochromatic Colors of #ACCEAA
Black with #ACCEAA
Text Example
Text Example
White with #ACCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEAA; }
p { color: rgb(172,206,170); }
H1.HeaderClassName
{
color: #ACCEAA;
}
.AnyTagClassName
{
color: #ACCEAA;
}
</style>
background-color css
<style>
a { background-color: #ACCEAA; }
a { background-color: rgb(172,206,170); }
div.DivClassName
{
background-color: #ACCEAA;
}
.BgClassName
{
background-color: #ACCEAA;
}
</style>
border-color css
<style>
span { border-color: #ACCEAA; }
span { border-color: rgb(172,206,170); }
td.TdClassName
{
border-color: #ACCEAA;
}
.TagClassName
{
border-color: #ACCEAA;
}
</style>