Shades of Zanah #ACCDAC
Tints of Zanah #ACCDAC
RGB
CMYK
RGB Variations
Color information
#ACCDAC (or 0xACCDAC) is known color: Zanah. HEX triplet: AC, CD and AC. RGB value is (172,205,172). Sum of RGB (Red+Green+Blue) = 172+205+172=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDAC is #533253. Grayscale: #BFBFBF. Windows color (decimal): -5452372 or 11324844. OLE color: 11324844.
HSL color Cylindrical-coordinate representation of color #ACCDAC: hue angle of 120º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDAC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 172 | - |
CMYK | 0.16 | 0 | 0.16 | 0.20 |
HSL | 120º | 0.25% | 0.74% | - |
HSV(B) | 120º | 0.16% | 0.8% | - |
XYZ | 46.29 | 55.41 | 47.29 | - |
YUV | 191.37 | 117.07 | 114.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 172 | 0.16 | 0 | 0.16 | 0.20 | 120 | 0.25 | 0.74 |
Hex | AC | CD | AC | 10 | 0 | 10 | 14 | 78 | 19 | 4A |
Octal | 254 | 315 | 254 | 20 | 0 | 20 | 24 | 170 | 31 | 112 |
Binary | 10101100 | 11001101 | 10101100 | 10000 | 0 | 10000 | 10100 | 1111000 | 11001 | 1001010 |
Color Harmonies of #ACCDAC
Complementary color
Monochromatic Colors of #ACCDAC
Black with #ACCDAC
Text Example
Text Example
White with #ACCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDAC; }
p { color: rgb(172,205,172); }
H1.HeaderClassName
{
color: #ACCDAC;
}
.AnyTagClassName
{
color: #ACCDAC;
}
</style>
background-color css
<style>
a { background-color: #ACCDAC; }
a { background-color: rgb(172,205,172); }
div.DivClassName
{
background-color: #ACCDAC;
}
.BgClassName
{
background-color: #ACCDAC;
}
</style>
border-color css
<style>
span { border-color: #ACCDAC; }
span { border-color: rgb(172,205,172); }
td.TdClassName
{
border-color: #ACCDAC;
}
.TagClassName
{
border-color: #ACCDAC;
}
</style>