Shades of Spring Rain #A2C596
Tints of Spring Rain #A2C596
RGB
CMYK
RGB Variations
Color information
#A2C596 (or 0xA2C596) is known color: Spring Rain. HEX triplet: A2, C5 and 96. RGB value is (162,197,150). Sum of RGB (Red+Green+Blue) = 162+197+150=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C596 is #5D3A69. Grayscale: #B5B5B5. Windows color (decimal): -6109802 or 9880994. OLE color: 9880994.
HSL color Cylindrical-coordinate representation of color #A2C596: hue angle of 104.68º 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 #A2C596 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 150 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.23 |
| HSL | 104.68º | 0.29% | 0.68% | - |
| HSV(B) | 104.68º | 0.24% | 0.77% | - |
| XYZ | 40.37 | 49.82 | 36.34 | - |
| YUV | 181.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 150 | 0.18 | 0 | 0.24 | 0.23 | 104.68 | 0.29 | 0.68 |
| Hex | A2 | C5 | 96 | 12 | 0 | 18 | 17 | 69 | 1D | 44 |
| Octal | 242 | 305 | 226 | 22 | 0 | 30 | 27 | 151 | 35 | 104 |
| Binary | 10100010 | 11000101 | 10010110 | 10010 | 0 | 11000 | 10111 | 1101001 | 11101 | 1000100 |
Color Harmonies of #A2C596
Complementary color
Monochromatic Colors of #A2C596
Black with #A2C596
Text Example
Text Example
White with #A2C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C596; }
p { color: rgb(162,197,150); }
H1.HeaderClassName
{
color: #A2C596;
}
.AnyTagClassName
{
color: #A2C596;
}
</style>
background-color css
<style>
a { background-color: #A2C596; }
a { background-color: rgb(162,197,150); }
div.DivClassName
{
background-color: #A2C596;
}
.BgClassName
{
background-color: #A2C596;
}
</style>
border-color css
<style>
span { border-color: #A2C596; }
span { border-color: rgb(162,197,150); }
td.TdClassName
{
border-color: #A2C596;
}
.TagClassName
{
border-color: #A2C596;
}
</style>