Shades of Zanah #ACD1A9
Tints of Zanah #ACD1A9
RGB
CMYK
RGB Variations
Color information
#ACD1A9 (or 0xACD1A9) is known color: Zanah. HEX triplet: AC, D1 and A9. RGB value is (172,209,169). Sum of RGB (Red+Green+Blue) = 172+209+169=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD1A9 is #532E56. Grayscale: #C1C1C1. Windows color (decimal): -5451351 or 11129260. OLE color: 11129260.
HSL color Cylindrical-coordinate representation of color #ACD1A9: hue angle of 115.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD1A9 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 169 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.18 |
| HSL | 115.5º | 0.3% | 0.74% | - |
| HSV(B) | 115.5º | 0.19% | 0.82% | - |
| XYZ | 46.98 | 57.24 | 46.11 | - |
| YUV | 193.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 169 | 0.18 | 0 | 0.19 | 0.18 | 115.5 | 0.3 | 0.74 |
| Hex | AC | D1 | A9 | 12 | 0 | 13 | 12 | 74 | 1E | 4A |
| Octal | 254 | 321 | 251 | 22 | 0 | 23 | 22 | 164 | 36 | 112 |
| Binary | 10101100 | 11010001 | 10101001 | 10010 | 0 | 10011 | 10010 | 1110100 | 11110 | 1001010 |
Color Harmonies of #ACD1A9
Complementary color
Monochromatic Colors of #ACD1A9
Black with #ACD1A9
Text Example
Text Example
White with #ACD1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1A9; }
p { color: rgb(172,209,169); }
H1.HeaderClassName
{
color: #ACD1A9;
}
.AnyTagClassName
{
color: #ACD1A9;
}
</style>
background-color css
<style>
a { background-color: #ACD1A9; }
a { background-color: rgb(172,209,169); }
div.DivClassName
{
background-color: #ACD1A9;
}
.BgClassName
{
background-color: #ACD1A9;
}
</style>
border-color css
<style>
span { border-color: #ACD1A9; }
span { border-color: rgb(172,209,169); }
td.TdClassName
{
border-color: #ACD1A9;
}
.TagClassName
{
border-color: #ACD1A9;
}
</style>