Shades of Spring Rain #A1C390
Tints of Spring Rain #A1C390
RGB
CMYK
RGB Variations
Color information
#A1C390 (or 0xA1C390) is known color: Spring Rain. HEX triplet: A1, C3 and 90. RGB value is (161,195,144). Sum of RGB (Red+Green+Blue) = 161+195+144=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C390 is #5E3C6F. Grayscale: #B3B3B3. Windows color (decimal): -6175856 or 9487265. OLE color: 9487265.
HSL color Cylindrical-coordinate representation of color #A1C390: hue angle of 100º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1C390 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 144 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.24 |
| HSL | 100º | 0.3% | 0.66% | - |
| HSV(B) | 100º | 0.26% | 0.76% | - |
| XYZ | 39.25 | 48.62 | 33.7 | - |
| YUV | 179.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 144 | 0.17 | 0 | 0.26 | 0.24 | 100 | 0.3 | 0.66 |
| Hex | A1 | C3 | 90 | 11 | 0 | 1A | 18 | 64 | 1E | 42 |
| Octal | 241 | 303 | 220 | 21 | 0 | 32 | 30 | 144 | 36 | 102 |
| Binary | 10100001 | 11000011 | 10010000 | 10001 | 0 | 11010 | 11000 | 1100100 | 11110 | 1000010 |
Color Harmonies of #A1C390
Complementary color
Monochromatic Colors of #A1C390
Black with #A1C390
Text Example
Text Example
White with #A1C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C390; }
p { color: rgb(161,195,144); }
H1.HeaderClassName
{
color: #A1C390;
}
.AnyTagClassName
{
color: #A1C390;
}
</style>
background-color css
<style>
a { background-color: #A1C390; }
a { background-color: rgb(161,195,144); }
div.DivClassName
{
background-color: #A1C390;
}
.BgClassName
{
background-color: #A1C390;
}
</style>
border-color css
<style>
span { border-color: #A1C390; }
span { border-color: rgb(161,195,144); }
td.TdClassName
{
border-color: #A1C390;
}
.TagClassName
{
border-color: #A1C390;
}
</style>