Shades of Zanah #A4C5A4
Tints of Zanah #A4C5A4
RGB
CMYK
RGB Variations
Color information
#A4C5A4 (or 0xA4C5A4) is known color: Zanah. HEX triplet: A4, C5 and A4. RGB value is (164,197,164). Sum of RGB (Red+Green+Blue) = 164+197+164=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C5A4 is #5B3A5B. Grayscale: #B7B7B7. Windows color (decimal): -5978716 or 10798500. OLE color: 10798500.
HSL color Cylindrical-coordinate representation of color #A4C5A4: hue angle of 120º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C5A4 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 164 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.23 |
| HSL | 120º | 0.22% | 0.71% | - |
| HSV(B) | 120º | 0.17% | 0.77% | - |
| XYZ | 41.98 | 50.51 | 42.66 | - |
| YUV | 183.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 164 | 0.17 | 0 | 0.17 | 0.23 | 120 | 0.22 | 0.71 |
| Hex | A4 | C5 | A4 | 11 | 0 | 11 | 17 | 78 | 16 | 47 |
| Octal | 244 | 305 | 244 | 21 | 0 | 21 | 27 | 170 | 26 | 107 |
| Binary | 10100100 | 11000101 | 10100100 | 10001 | 0 | 10001 | 10111 | 1111000 | 10110 | 1000111 |
Color Harmonies of #A4C5A4
Complementary color
Monochromatic Colors of #A4C5A4
Black with #A4C5A4
Text Example
Text Example
White with #A4C5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C5A4; }
p { color: rgb(164,197,164); }
H1.HeaderClassName
{
color: #A4C5A4;
}
.AnyTagClassName
{
color: #A4C5A4;
}
</style>
background-color css
<style>
a { background-color: #A4C5A4; }
a { background-color: rgb(164,197,164); }
div.DivClassName
{
background-color: #A4C5A4;
}
.BgClassName
{
background-color: #A4C5A4;
}
</style>
border-color css
<style>
span { border-color: #A4C5A4; }
span { border-color: rgb(164,197,164); }
td.TdClassName
{
border-color: #A4C5A4;
}
.TagClassName
{
border-color: #A4C5A4;
}
</style>