Shades of Spring Rain #A0C49A
Tints of Spring Rain #A0C49A
RGB
CMYK
RGB Variations
Color information
#A0C49A (or 0xA0C49A) is known color: Spring Rain. HEX triplet: A0, C4 and 9A. RGB value is (160,196,154). Sum of RGB (Red+Green+Blue) = 160+196+154=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C49A is #5F3B65. Grayscale: #B4B4B4. Windows color (decimal): -6241126 or 10142880. OLE color: 10142880.
HSL color Cylindrical-coordinate representation of color #A0C49A: hue angle of 111.43º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C49A is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 154 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.23 |
| HSL | 111.43º | 0.26% | 0.69% | - |
| HSV(B) | 111.43º | 0.21% | 0.77% | - |
| XYZ | 40.07 | 49.29 | 37.97 | - |
| YUV | 180.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 154 | 0.18 | 0 | 0.21 | 0.23 | 111.43 | 0.26 | 0.69 |
| Hex | A0 | C4 | 9A | 12 | 0 | 15 | 17 | 6F | 1A | 45 |
| Octal | 240 | 304 | 232 | 22 | 0 | 25 | 27 | 157 | 32 | 105 |
| Binary | 10100000 | 11000100 | 10011010 | 10010 | 0 | 10101 | 10111 | 1101111 | 11010 | 1000101 |
Color Harmonies of #A0C49A
Complementary color
Monochromatic Colors of #A0C49A
Black with #A0C49A
Text Example
Text Example
White with #A0C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C49A; }
p { color: rgb(160,196,154); }
H1.HeaderClassName
{
color: #A0C49A;
}
.AnyTagClassName
{
color: #A0C49A;
}
</style>
background-color css
<style>
a { background-color: #A0C49A; }
a { background-color: rgb(160,196,154); }
div.DivClassName
{
background-color: #A0C49A;
}
.BgClassName
{
background-color: #A0C49A;
}
</style>
border-color css
<style>
span { border-color: #A0C49A; }
span { border-color: rgb(160,196,154); }
td.TdClassName
{
border-color: #A0C49A;
}
.TagClassName
{
border-color: #A0C49A;
}
</style>