Shades of Zanah #ACD1A5
Tints of Zanah #ACD1A5
RGB
CMYK
RGB Variations
Color information
#ACD1A5 (or 0xACD1A5) is known color: Zanah. HEX triplet: AC, D1 and A5. RGB value is (172,209,165). Sum of RGB (Red+Green+Blue) = 172+209+165=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD1A5 is #532E5A. Grayscale: #C1C1C1. Windows color (decimal): -5451355 or 10867116. OLE color: 10867116.
HSL color Cylindrical-coordinate representation of color #ACD1A5: hue angle of 110.45º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD1A5 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 165 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.18 |
| HSL | 110.45º | 0.32% | 0.73% | - |
| HSV(B) | 110.45º | 0.21% | 0.82% | - |
| XYZ | 46.61 | 57.09 | 44.16 | - |
| YUV | 192.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 165 | 0.18 | 0 | 0.21 | 0.18 | 110.45 | 0.32 | 0.73 |
| Hex | AC | D1 | A5 | 12 | 0 | 15 | 12 | 6E | 20 | 49 |
| Octal | 254 | 321 | 245 | 22 | 0 | 25 | 22 | 156 | 40 | 111 |
| Binary | 10101100 | 11010001 | 10100101 | 10010 | 0 | 10101 | 10010 | 1101110 | 100000 | 1001001 |
Color Harmonies of #ACD1A5
Complementary color
Monochromatic Colors of #ACD1A5
Black with #ACD1A5
Text Example
Text Example
White with #ACD1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1A5; }
p { color: rgb(172,209,165); }
H1.HeaderClassName
{
color: #ACD1A5;
}
.AnyTagClassName
{
color: #ACD1A5;
}
</style>
background-color css
<style>
a { background-color: #ACD1A5; }
a { background-color: rgb(172,209,165); }
div.DivClassName
{
background-color: #ACD1A5;
}
.BgClassName
{
background-color: #ACD1A5;
}
</style>
border-color css
<style>
span { border-color: #ACD1A5; }
span { border-color: rgb(172,209,165); }
td.TdClassName
{
border-color: #ACD1A5;
}
.TagClassName
{
border-color: #ACD1A5;
}
</style>