Shades of Spring Rain #A0C49F
Tints of Spring Rain #A0C49F
RGB
CMYK
RGB Variations
Color information
#A0C49F (or 0xA0C49F) is known color: Spring Rain. HEX triplet: A0, C4 and 9F. RGB value is (160,196,159). Sum of RGB (Red+Green+Blue) = 160+196+159=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C49F is #5F3B60. Grayscale: #B5B5B5. Windows color (decimal): -6241121 or 10470560. OLE color: 10470560.
HSL color Cylindrical-coordinate representation of color #A0C49F: hue angle of 118.38º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C49F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 159 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.23 |
| HSL | 118.38º | 0.24% | 0.7% | - |
| HSV(B) | 118.38º | 0.19% | 0.77% | - |
| XYZ | 40.5 | 49.46 | 40.21 | - |
| YUV | 181.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 159 | 0.18 | 0 | 0.19 | 0.23 | 118.38 | 0.24 | 0.7 |
| Hex | A0 | C4 | 9F | 12 | 0 | 13 | 17 | 76 | 18 | 46 |
| Octal | 240 | 304 | 237 | 22 | 0 | 23 | 27 | 166 | 30 | 106 |
| Binary | 10100000 | 11000100 | 10011111 | 10010 | 0 | 10011 | 10111 | 1110110 | 11000 | 1000110 |
Color Harmonies of #A0C49F
Complementary color
Monochromatic Colors of #A0C49F
Black with #A0C49F
Text Example
Text Example
White with #A0C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C49F; }
p { color: rgb(160,196,159); }
H1.HeaderClassName
{
color: #A0C49F;
}
.AnyTagClassName
{
color: #A0C49F;
}
</style>
background-color css
<style>
a { background-color: #A0C49F; }
a { background-color: rgb(160,196,159); }
div.DivClassName
{
background-color: #A0C49F;
}
.BgClassName
{
background-color: #A0C49F;
}
</style>
border-color css
<style>
span { border-color: #A0C49F; }
span { border-color: rgb(160,196,159); }
td.TdClassName
{
border-color: #A0C49F;
}
.TagClassName
{
border-color: #A0C49F;
}
</style>