Shades of Spring Rain #A4C595
Tints of Spring Rain #A4C595
RGB
CMYK
RGB Variations
Color information
#A4C595 (or 0xA4C595) is known color: Spring Rain. HEX triplet: A4, C5 and 95. RGB value is (164,197,149). Sum of RGB (Red+Green+Blue) = 164+197+149=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C595 is #5B3A6A. Grayscale: #B5B5B5. Windows color (decimal): -5978731 or 9815460. OLE color: 9815460.
HSL color Cylindrical-coordinate representation of color #A4C595: hue angle of 101.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4C595 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 149 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.23 |
| HSL | 101.25º | 0.29% | 0.68% | - |
| HSV(B) | 101.25º | 0.24% | 0.77% | - |
| XYZ | 40.7 | 49.99 | 35.94 | - |
| YUV | 181.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 149 | 0.17 | 0 | 0.24 | 0.23 | 101.25 | 0.29 | 0.68 |
| Hex | A4 | C5 | 95 | 11 | 0 | 18 | 17 | 65 | 1D | 44 |
| Octal | 244 | 305 | 225 | 21 | 0 | 30 | 27 | 145 | 35 | 104 |
| Binary | 10100100 | 11000101 | 10010101 | 10001 | 0 | 11000 | 10111 | 1100101 | 11101 | 1000100 |
Color Harmonies of #A4C595
Complementary color
Monochromatic Colors of #A4C595
Black with #A4C595
Text Example
Text Example
White with #A4C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C595; }
p { color: rgb(164,197,149); }
H1.HeaderClassName
{
color: #A4C595;
}
.AnyTagClassName
{
color: #A4C595;
}
</style>
background-color css
<style>
a { background-color: #A4C595; }
a { background-color: rgb(164,197,149); }
div.DivClassName
{
background-color: #A4C595;
}
.BgClassName
{
background-color: #A4C595;
}
</style>
border-color css
<style>
span { border-color: #A4C595; }
span { border-color: rgb(164,197,149); }
td.TdClassName
{
border-color: #A4C595;
}
.TagClassName
{
border-color: #A4C595;
}
</style>