Shades of Zanah #ACCDA8
Tints of Zanah #ACCDA8
RGB
CMYK
RGB Variations
Color information
#ACCDA8 (or 0xACCDA8) is known color: Zanah. HEX triplet: AC, CD and A8. RGB value is (172,205,168). Sum of RGB (Red+Green+Blue) = 172+205+168=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDA8 is #533257. Grayscale: #BFBFBF. Windows color (decimal): -5452376 or 11062700. OLE color: 11062700.
HSL color Cylindrical-coordinate representation of color #ACCDA8: hue angle of 113.51º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCDA8 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 168 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.20 |
| HSL | 113.51º | 0.27% | 0.73% | - |
| HSV(B) | 113.51º | 0.18% | 0.8% | - |
| XYZ | 45.91 | 55.26 | 45.29 | - |
| YUV | 190.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 168 | 0.16 | 0 | 0.18 | 0.20 | 113.51 | 0.27 | 0.73 |
| Hex | AC | CD | A8 | 10 | 0 | 12 | 14 | 72 | 1B | 49 |
| Octal | 254 | 315 | 250 | 20 | 0 | 22 | 24 | 162 | 33 | 111 |
| Binary | 10101100 | 11001101 | 10101000 | 10000 | 0 | 10010 | 10100 | 1110010 | 11011 | 1001001 |
Color Harmonies of #ACCDA8
Complementary color
Monochromatic Colors of #ACCDA8
Black with #ACCDA8
Text Example
Text Example
White with #ACCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDA8; }
p { color: rgb(172,205,168); }
H1.HeaderClassName
{
color: #ACCDA8;
}
.AnyTagClassName
{
color: #ACCDA8;
}
</style>
background-color css
<style>
a { background-color: #ACCDA8; }
a { background-color: rgb(172,205,168); }
div.DivClassName
{
background-color: #ACCDA8;
}
.BgClassName
{
background-color: #ACCDA8;
}
</style>
border-color css
<style>
span { border-color: #ACCDA8; }
span { border-color: rgb(172,205,168); }
td.TdClassName
{
border-color: #ACCDA8;
}
.TagClassName
{
border-color: #ACCDA8;
}
</style>