Shades of Spring Rain #A0C49E
Tints of Spring Rain #A0C49E
RGB
CMYK
RGB Variations
Color information
#A0C49E (or 0xA0C49E) is known color: Spring Rain. HEX triplet: A0, C4 and 9E. RGB value is (160,196,158). Sum of RGB (Red+Green+Blue) = 160+196+158=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C49E is #5F3B61. Grayscale: #B5B5B5. Windows color (decimal): -6241122 or 10405024. OLE color: 10405024.
HSL color Cylindrical-coordinate representation of color #A0C49E: hue angle of 116.84º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C49E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 158 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.23 |
| HSL | 116.84º | 0.24% | 0.69% | - |
| HSV(B) | 116.84º | 0.19% | 0.77% | - |
| XYZ | 40.41 | 49.42 | 39.76 | - |
| YUV | 180.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 158 | 0.18 | 0 | 0.19 | 0.23 | 116.84 | 0.24 | 0.69 |
| Hex | A0 | C4 | 9E | 12 | 0 | 13 | 17 | 75 | 18 | 45 |
| Octal | 240 | 304 | 236 | 22 | 0 | 23 | 27 | 165 | 30 | 105 |
| Binary | 10100000 | 11000100 | 10011110 | 10010 | 0 | 10011 | 10111 | 1110101 | 11000 | 1000101 |
Color Harmonies of #A0C49E
Complementary color
Monochromatic Colors of #A0C49E
Black with #A0C49E
Text Example
Text Example
White with #A0C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C49E; }
p { color: rgb(160,196,158); }
H1.HeaderClassName
{
color: #A0C49E;
}
.AnyTagClassName
{
color: #A0C49E;
}
</style>
background-color css
<style>
a { background-color: #A0C49E; }
a { background-color: rgb(160,196,158); }
div.DivClassName
{
background-color: #A0C49E;
}
.BgClassName
{
background-color: #A0C49E;
}
</style>
border-color css
<style>
span { border-color: #A0C49E; }
span { border-color: rgb(160,196,158); }
td.TdClassName
{
border-color: #A0C49E;
}
.TagClassName
{
border-color: #A0C49E;
}
</style>