Shades of Spring Rain #A1C595
Tints of Spring Rain #A1C595
RGB
CMYK
RGB Variations
Color information
#A1C595 (or 0xA1C595) is known color: Spring Rain. HEX triplet: A1, C5 and 95. RGB value is (161,197,149). Sum of RGB (Red+Green+Blue) = 161+197+149=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C595 is #5E3A6A. Grayscale: #B4B4B4. Windows color (decimal): -6175339 or 9815457. OLE color: 9815457.
HSL color Cylindrical-coordinate representation of color #A1C595: hue angle of 105º 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 #A1C595 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 149 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.23 |
| HSL | 105º | 0.29% | 0.68% | - |
| HSV(B) | 105º | 0.24% | 0.77% | - |
| XYZ | 40.09 | 49.68 | 35.91 | - |
| YUV | 180.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 149 | 0.18 | 0 | 0.24 | 0.23 | 105 | 0.29 | 0.68 |
| Hex | A1 | C5 | 95 | 12 | 0 | 18 | 17 | 69 | 1D | 44 |
| Octal | 241 | 305 | 225 | 22 | 0 | 30 | 27 | 151 | 35 | 104 |
| Binary | 10100001 | 11000101 | 10010101 | 10010 | 0 | 11000 | 10111 | 1101001 | 11101 | 1000100 |
Color Harmonies of #A1C595
Complementary color
Monochromatic Colors of #A1C595
Black with #A1C595
Text Example
Text Example
White with #A1C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C595; }
p { color: rgb(161,197,149); }
H1.HeaderClassName
{
color: #A1C595;
}
.AnyTagClassName
{
color: #A1C595;
}
</style>
background-color css
<style>
a { background-color: #A1C595; }
a { background-color: rgb(161,197,149); }
div.DivClassName
{
background-color: #A1C595;
}
.BgClassName
{
background-color: #A1C595;
}
</style>
border-color css
<style>
span { border-color: #A1C595; }
span { border-color: rgb(161,197,149); }
td.TdClassName
{
border-color: #A1C595;
}
.TagClassName
{
border-color: #A1C595;
}
</style>