Shades of Zanah #A5CEA5
Tints of Zanah #A5CEA5
RGB
CMYK
RGB Variations
Color information
#A5CEA5 (or 0xA5CEA5) is known color: Zanah. HEX triplet: A5, CE and A5. RGB value is (165,206,165). Sum of RGB (Red+Green+Blue) = 165+206+165=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CEA5 is #5A315A. Grayscale: #BDBDBD. Windows color (decimal): -5910875 or 10866341. OLE color: 10866341.
HSL color Cylindrical-coordinate representation of color #A5CEA5: hue angle of 120º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CEA5 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 165 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.19 |
| HSL | 120º | 0.29% | 0.73% | - |
| HSV(B) | 120º | 0.2% | 0.81% | - |
| XYZ | 44.38 | 54.86 | 43.85 | - |
| YUV | 189.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 165 | 0.20 | 0 | 0.20 | 0.19 | 120 | 0.29 | 0.73 |
| Hex | A5 | CE | A5 | 14 | 0 | 14 | 13 | 78 | 1D | 49 |
| Octal | 245 | 316 | 245 | 24 | 0 | 24 | 23 | 170 | 35 | 111 |
| Binary | 10100101 | 11001110 | 10100101 | 10100 | 0 | 10100 | 10011 | 1111000 | 11101 | 1001001 |
Color Harmonies of #A5CEA5
Complementary color
Monochromatic Colors of #A5CEA5
Black with #A5CEA5
Text Example
Text Example
White with #A5CEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CEA5; }
p { color: rgb(165,206,165); }
H1.HeaderClassName
{
color: #A5CEA5;
}
.AnyTagClassName
{
color: #A5CEA5;
}
</style>
background-color css
<style>
a { background-color: #A5CEA5; }
a { background-color: rgb(165,206,165); }
div.DivClassName
{
background-color: #A5CEA5;
}
.BgClassName
{
background-color: #A5CEA5;
}
</style>
border-color css
<style>
span { border-color: #A5CEA5; }
span { border-color: rgb(165,206,165); }
td.TdClassName
{
border-color: #A5CEA5;
}
.TagClassName
{
border-color: #A5CEA5;
}
</style>