Shades of Spring Rain #A0C195
Tints of Spring Rain #A0C195
RGB
CMYK
RGB Variations
Color information
#A0C195 (or 0xA0C195) is known color: Spring Rain. HEX triplet: A0, C1 and 95. RGB value is (160,193,149). Sum of RGB (Red+Green+Blue) = 160+193+149=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C195 is #5F3E6A. Grayscale: #B2B2B2. Windows color (decimal): -6241899 or 9814432. OLE color: 9814432.
HSL color Cylindrical-coordinate representation of color #A0C195: hue angle of 105º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C195 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 149 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.24 |
| HSL | 105º | 0.26% | 0.67% | - |
| HSV(B) | 105º | 0.23% | 0.76% | - |
| XYZ | 38.99 | 47.78 | 35.6 | - |
| YUV | 178.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 149 | 0.17 | 0 | 0.23 | 0.24 | 105 | 0.26 | 0.67 |
| Hex | A0 | C1 | 95 | 11 | 0 | 17 | 18 | 69 | 1A | 43 |
| Octal | 240 | 301 | 225 | 21 | 0 | 27 | 30 | 151 | 32 | 103 |
| Binary | 10100000 | 11000001 | 10010101 | 10001 | 0 | 10111 | 11000 | 1101001 | 11010 | 1000011 |
Color Harmonies of #A0C195
Complementary color
Monochromatic Colors of #A0C195
Black with #A0C195
Text Example
Text Example
White with #A0C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C195; }
p { color: rgb(160,193,149); }
H1.HeaderClassName
{
color: #A0C195;
}
.AnyTagClassName
{
color: #A0C195;
}
</style>
background-color css
<style>
a { background-color: #A0C195; }
a { background-color: rgb(160,193,149); }
div.DivClassName
{
background-color: #A0C195;
}
.BgClassName
{
background-color: #A0C195;
}
</style>
border-color css
<style>
span { border-color: #A0C195; }
span { border-color: rgb(160,193,149); }
td.TdClassName
{
border-color: #A0C195;
}
.TagClassName
{
border-color: #A0C195;
}
</style>