Shades of Zanah #AACEAA
Tints of Zanah #AACEAA
RGB
CMYK
RGB Variations
Color information
#AACEAA (or 0xAACEAA) is known color: Zanah. HEX triplet: AA, CE and AA. RGB value is (170,206,170). Sum of RGB (Red+Green+Blue) = 170+206+170=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEAA is #553155. Grayscale: #BFBFBF. Windows color (decimal): -5583190 or 11194026. OLE color: 11194026.
HSL color Cylindrical-coordinate representation of color #AACEAA: hue angle of 120º 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 #AACEAA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 170 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.19 |
| HSL | 120º | 0.27% | 0.74% | - |
| HSV(B) | 120º | 0.17% | 0.81% | - |
| XYZ | 45.9 | 55.59 | 46.34 | - |
| YUV | 191.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 170 | 0.17 | 0 | 0.17 | 0.19 | 120 | 0.27 | 0.74 |
| Hex | AA | CE | AA | 11 | 0 | 11 | 13 | 78 | 1B | 4A |
| Octal | 252 | 316 | 252 | 21 | 0 | 21 | 23 | 170 | 33 | 112 |
| Binary | 10101010 | 11001110 | 10101010 | 10001 | 0 | 10001 | 10011 | 1111000 | 11011 | 1001010 |
Color Harmonies of #AACEAA
Complementary color
Monochromatic Colors of #AACEAA
Black with #AACEAA
Text Example
Text Example
White with #AACEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEAA; }
p { color: rgb(170,206,170); }
H1.HeaderClassName
{
color: #AACEAA;
}
.AnyTagClassName
{
color: #AACEAA;
}
</style>
background-color css
<style>
a { background-color: #AACEAA; }
a { background-color: rgb(170,206,170); }
div.DivClassName
{
background-color: #AACEAA;
}
.BgClassName
{
background-color: #AACEAA;
}
</style>
border-color css
<style>
span { border-color: #AACEAA; }
span { border-color: rgb(170,206,170); }
td.TdClassName
{
border-color: #AACEAA;
}
.TagClassName
{
border-color: #AACEAA;
}
</style>