Shades of Spring Rain #A5CEA0
Tints of Spring Rain #A5CEA0
RGB
CMYK
RGB Variations
Color information
#A5CEA0 (or 0xA5CEA0) is known color: Spring Rain. HEX triplet: A5, CE and A0. RGB value is (165,206,160). Sum of RGB (Red+Green+Blue) = 165+206+160=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CEA0 is #5A315F. Grayscale: #BCBCBC. Windows color (decimal): -5910880 or 10538661. OLE color: 10538661.
HSL color Cylindrical-coordinate representation of color #A5CEA0: hue angle of 113.48º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5CEA0 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 160 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.19 |
| HSL | 113.48º | 0.32% | 0.72% | - |
| HSV(B) | 113.48º | 0.22% | 0.81% | - |
| XYZ | 43.93 | 54.68 | 41.5 | - |
| YUV | 188.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 160 | 0.20 | 0 | 0.22 | 0.19 | 113.48 | 0.32 | 0.72 |
| Hex | A5 | CE | A0 | 14 | 0 | 16 | 13 | 71 | 20 | 48 |
| Octal | 245 | 316 | 240 | 24 | 0 | 26 | 23 | 161 | 40 | 110 |
| Binary | 10100101 | 11001110 | 10100000 | 10100 | 0 | 10110 | 10011 | 1110001 | 100000 | 1001000 |
Color Harmonies of #A5CEA0
Complementary color
Monochromatic Colors of #A5CEA0
Black with #A5CEA0
Text Example
Text Example
White with #A5CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CEA0; }
p { color: rgb(165,206,160); }
H1.HeaderClassName
{
color: #A5CEA0;
}
.AnyTagClassName
{
color: #A5CEA0;
}
</style>
background-color css
<style>
a { background-color: #A5CEA0; }
a { background-color: rgb(165,206,160); }
div.DivClassName
{
background-color: #A5CEA0;
}
.BgClassName
{
background-color: #A5CEA0;
}
</style>
border-color css
<style>
span { border-color: #A5CEA0; }
span { border-color: rgb(165,206,160); }
td.TdClassName
{
border-color: #A5CEA0;
}
.TagClassName
{
border-color: #A5CEA0;
}
</style>