Shades of Spring Rain #A5C59E
Tints of Spring Rain #A5C59E
RGB
CMYK
RGB Variations
Color information
#A5C59E (or 0xA5C59E) is known color: Spring Rain. HEX triplet: A5, C5 and 9E. RGB value is (165,197,158). Sum of RGB (Red+Green+Blue) = 165+197+158=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C59E is #5A3A61. Grayscale: #B7B7B7. Windows color (decimal): -5913186 or 10405285. OLE color: 10405285.
HSL color Cylindrical-coordinate representation of color #A5C59E: hue angle of 109.23º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5C59E is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 158 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.23 |
| HSL | 109.23º | 0.25% | 0.7% | - |
| HSV(B) | 109.23º | 0.2% | 0.77% | - |
| XYZ | 41.65 | 50.4 | 39.88 | - |
| YUV | 182.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 158 | 0.16 | 0 | 0.20 | 0.23 | 109.23 | 0.25 | 0.7 |
| Hex | A5 | C5 | 9E | 10 | 0 | 14 | 17 | 6D | 19 | 46 |
| Octal | 245 | 305 | 236 | 20 | 0 | 24 | 27 | 155 | 31 | 106 |
| Binary | 10100101 | 11000101 | 10011110 | 10000 | 0 | 10100 | 10111 | 1101101 | 11001 | 1000110 |
Color Harmonies of #A5C59E
Complementary color
Monochromatic Colors of #A5C59E
Black with #A5C59E
Text Example
Text Example
White with #A5C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C59E; }
p { color: rgb(165,197,158); }
H1.HeaderClassName
{
color: #A5C59E;
}
.AnyTagClassName
{
color: #A5C59E;
}
</style>
background-color css
<style>
a { background-color: #A5C59E; }
a { background-color: rgb(165,197,158); }
div.DivClassName
{
background-color: #A5C59E;
}
.BgClassName
{
background-color: #A5C59E;
}
</style>
border-color css
<style>
span { border-color: #A5C59E; }
span { border-color: rgb(165,197,158); }
td.TdClassName
{
border-color: #A5C59E;
}
.TagClassName
{
border-color: #A5C59E;
}
</style>