Shades of Spring Rain #A0C596
Tints of Spring Rain #A0C596
RGB
CMYK
RGB Variations
Color information
#A0C596 (or 0xA0C596) is known color: Spring Rain. HEX triplet: A0, C5 and 96. RGB value is (160,197,150). Sum of RGB (Red+Green+Blue) = 160+197+150=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C596 is #5F3A69. Grayscale: #B4B4B4. Windows color (decimal): -6240874 or 9880992. OLE color: 9880992.
HSL color Cylindrical-coordinate representation of color #A0C596: hue angle of 107.23º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0C596 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 150 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.23 |
| HSL | 107.23º | 0.29% | 0.68% | - |
| HSV(B) | 107.23º | 0.24% | 0.77% | - |
| XYZ | 39.97 | 49.61 | 36.32 | - |
| YUV | 180.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 150 | 0.19 | 0 | 0.24 | 0.23 | 107.23 | 0.29 | 0.68 |
| Hex | A0 | C5 | 96 | 13 | 0 | 18 | 17 | 6B | 1D | 44 |
| Octal | 240 | 305 | 226 | 23 | 0 | 30 | 27 | 153 | 35 | 104 |
| Binary | 10100000 | 11000101 | 10010110 | 10011 | 0 | 11000 | 10111 | 1101011 | 11101 | 1000100 |
Color Harmonies of #A0C596
Complementary color
Monochromatic Colors of #A0C596
Black with #A0C596
Text Example
Text Example
White with #A0C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C596; }
p { color: rgb(160,197,150); }
H1.HeaderClassName
{
color: #A0C596;
}
.AnyTagClassName
{
color: #A0C596;
}
</style>
background-color css
<style>
a { background-color: #A0C596; }
a { background-color: rgb(160,197,150); }
div.DivClassName
{
background-color: #A0C596;
}
.BgClassName
{
background-color: #A0C596;
}
</style>
border-color css
<style>
span { border-color: #A0C596; }
span { border-color: rgb(160,197,150); }
td.TdClassName
{
border-color: #A0C596;
}
.TagClassName
{
border-color: #A0C596;
}
</style>