Shades of Zanah #ACD1A7
Tints of Zanah #ACD1A7
RGB
CMYK
RGB Variations
Color information
#ACD1A7 (or 0xACD1A7) is known color: Zanah. HEX triplet: AC, D1 and A7. RGB value is (172,209,167). Sum of RGB (Red+Green+Blue) = 172+209+167=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD1A7 is #532E58. Grayscale: #C1C1C1. Windows color (decimal): -5451353 or 10998188. OLE color: 10998188.
HSL color Cylindrical-coordinate representation of color #ACD1A7: hue angle of 112.86º 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 #ACD1A7 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 167 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.18 |
| HSL | 112.86º | 0.31% | 0.74% | - |
| HSV(B) | 112.86º | 0.2% | 0.82% | - |
| XYZ | 46.79 | 57.16 | 45.13 | - |
| YUV | 193.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 167 | 0.18 | 0 | 0.20 | 0.18 | 112.86 | 0.31 | 0.74 |
| Hex | AC | D1 | A7 | 12 | 0 | 14 | 12 | 71 | 1F | 4A |
| Octal | 254 | 321 | 247 | 22 | 0 | 24 | 22 | 161 | 37 | 112 |
| Binary | 10101100 | 11010001 | 10100111 | 10010 | 0 | 10100 | 10010 | 1110001 | 11111 | 1001010 |
Color Harmonies of #ACD1A7
Complementary color
Monochromatic Colors of #ACD1A7
Black with #ACD1A7
Text Example
Text Example
White with #ACD1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1A7; }
p { color: rgb(172,209,167); }
H1.HeaderClassName
{
color: #ACD1A7;
}
.AnyTagClassName
{
color: #ACD1A7;
}
</style>
background-color css
<style>
a { background-color: #ACD1A7; }
a { background-color: rgb(172,209,167); }
div.DivClassName
{
background-color: #ACD1A7;
}
.BgClassName
{
background-color: #ACD1A7;
}
</style>
border-color css
<style>
span { border-color: #ACD1A7; }
span { border-color: rgb(172,209,167); }
td.TdClassName
{
border-color: #ACD1A7;
}
.TagClassName
{
border-color: #ACD1A7;
}
</style>