Shades of Zanah #ACCEAD
Tints of Zanah #ACCEAD
RGB
CMYK
RGB Variations
Color information
#ACCEAD (or 0xACCEAD) is known color: Zanah. HEX triplet: AC, CE and AD. RGB value is (172,206,173). Sum of RGB (Red+Green+Blue) = 172+206+173=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEAD is #533152. Grayscale: #C0C0C0. Windows color (decimal): -5452115 or 11390636. OLE color: 11390636.
HSL color Cylindrical-coordinate representation of color #ACCEAD: hue angle of 121.76º degrees, saturation: 0.26, 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 #ACCEAD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 173 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.19 |
| HSL | 121.76º | 0.26% | 0.74% | - |
| HSV(B) | 121.76º | 0.17% | 0.81% | - |
| XYZ | 46.63 | 55.93 | 47.87 | - |
| YUV | 192.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 173 | 0.17 | 0 | 0.16 | 0.19 | 121.76 | 0.26 | 0.74 |
| Hex | AC | CE | AD | 11 | 0 | 10 | 13 | 7A | 1A | 4A |
| Octal | 254 | 316 | 255 | 21 | 0 | 20 | 23 | 172 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10101101 | 10001 | 0 | 10000 | 10011 | 1111010 | 11010 | 1001010 |
Color Harmonies of #ACCEAD
Complementary color
Monochromatic Colors of #ACCEAD
Black with #ACCEAD
Text Example
Text Example
White with #ACCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEAD; }
p { color: rgb(172,206,173); }
H1.HeaderClassName
{
color: #ACCEAD;
}
.AnyTagClassName
{
color: #ACCEAD;
}
</style>
background-color css
<style>
a { background-color: #ACCEAD; }
a { background-color: rgb(172,206,173); }
div.DivClassName
{
background-color: #ACCEAD;
}
.BgClassName
{
background-color: #ACCEAD;
}
</style>
border-color css
<style>
span { border-color: #ACCEAD; }
span { border-color: rgb(172,206,173); }
td.TdClassName
{
border-color: #ACCEAD;
}
.TagClassName
{
border-color: #ACCEAD;
}
</style>