Shades of Zanah #ACD1A8
Tints of Zanah #ACD1A8
RGB
CMYK
RGB Variations
Color information
#ACD1A8 (or 0xACD1A8) is known color: Zanah. HEX triplet: AC, D1 and A8. RGB value is (172,209,168). Sum of RGB (Red+Green+Blue) = 172+209+168=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD1A8 is #532E57. Grayscale: #C1C1C1. Windows color (decimal): -5451352 or 11063724. OLE color: 11063724.
HSL color Cylindrical-coordinate representation of color #ACD1A8: hue angle of 114.15º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD1A8 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 168 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.18 |
| HSL | 114.15º | 0.31% | 0.74% | - |
| HSV(B) | 114.15º | 0.2% | 0.82% | - |
| XYZ | 46.88 | 57.2 | 45.62 | - |
| YUV | 193.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 168 | 0.18 | 0 | 0.20 | 0.18 | 114.15 | 0.31 | 0.74 |
| Hex | AC | D1 | A8 | 12 | 0 | 14 | 12 | 72 | 1F | 4A |
| Octal | 254 | 321 | 250 | 22 | 0 | 24 | 22 | 162 | 37 | 112 |
| Binary | 10101100 | 11010001 | 10101000 | 10010 | 0 | 10100 | 10010 | 1110010 | 11111 | 1001010 |
Color Harmonies of #ACD1A8
Complementary color
Monochromatic Colors of #ACD1A8
Black with #ACD1A8
Text Example
Text Example
White with #ACD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1A8; }
p { color: rgb(172,209,168); }
H1.HeaderClassName
{
color: #ACD1A8;
}
.AnyTagClassName
{
color: #ACD1A8;
}
</style>
background-color css
<style>
a { background-color: #ACD1A8; }
a { background-color: rgb(172,209,168); }
div.DivClassName
{
background-color: #ACD1A8;
}
.BgClassName
{
background-color: #ACD1A8;
}
</style>
border-color css
<style>
span { border-color: #ACD1A8; }
span { border-color: rgb(172,209,168); }
td.TdClassName
{
border-color: #ACD1A8;
}
.TagClassName
{
border-color: #ACD1A8;
}
</style>