Shades of Spring Rain #A1C895
Tints of Spring Rain #A1C895
RGB
CMYK
RGB Variations
Color information
#A1C895 (or 0xA1C895) is known color: Spring Rain. HEX triplet: A1, C8 and 95. RGB value is (161,200,149). Sum of RGB (Red+Green+Blue) = 161+200+149=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C895 is #5E376A. Grayscale: #B6B6B6. Windows color (decimal): -6174571 or 9816225. OLE color: 9816225.
HSL color Cylindrical-coordinate representation of color #A1C895: hue angle of 105.88º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1C895 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 149 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.22 |
| HSL | 105.88º | 0.32% | 0.68% | - |
| HSV(B) | 105.88º | 0.26% | 0.78% | - |
| XYZ | 40.78 | 51.06 | 36.14 | - |
| YUV | 182.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 149 | 0.19 | 0 | 0.26 | 0.22 | 105.88 | 0.32 | 0.68 |
| Hex | A1 | C8 | 95 | 13 | 0 | 1A | 16 | 6A | 20 | 44 |
| Octal | 241 | 310 | 225 | 23 | 0 | 32 | 26 | 152 | 40 | 104 |
| Binary | 10100001 | 11001000 | 10010101 | 10011 | 0 | 11010 | 10110 | 1101010 | 100000 | 1000100 |
Color Harmonies of #A1C895
Complementary color
Monochromatic Colors of #A1C895
Black with #A1C895
Text Example
Text Example
White with #A1C895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C895; }
p { color: rgb(161,200,149); }
H1.HeaderClassName
{
color: #A1C895;
}
.AnyTagClassName
{
color: #A1C895;
}
</style>
background-color css
<style>
a { background-color: #A1C895; }
a { background-color: rgb(161,200,149); }
div.DivClassName
{
background-color: #A1C895;
}
.BgClassName
{
background-color: #A1C895;
}
</style>
border-color css
<style>
span { border-color: #A1C895; }
span { border-color: rgb(161,200,149); }
td.TdClassName
{
border-color: #A1C895;
}
.TagClassName
{
border-color: #A1C895;
}
</style>