Shades of Spring Rain #A2C590
Tints of Spring Rain #A2C590
RGB
CMYK
RGB Variations
Color information
#A2C590 (or 0xA2C590) is known color: Spring Rain. HEX triplet: A2, C5 and 90. RGB value is (162,197,144). Sum of RGB (Red+Green+Blue) = 162+197+144=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C590 is #5D3A6F. Grayscale: #B4B4B4. Windows color (decimal): -6109808 or 9487778. OLE color: 9487778.
HSL color Cylindrical-coordinate representation of color #A2C590: hue angle of 99.62º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C590 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 144 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.23 |
| HSL | 99.62º | 0.31% | 0.67% | - |
| HSV(B) | 99.62º | 0.27% | 0.77% | - |
| XYZ | 39.9 | 49.63 | 33.86 | - |
| YUV | 180.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 144 | 0.18 | 0 | 0.27 | 0.23 | 99.62 | 0.31 | 0.67 |
| Hex | A2 | C5 | 90 | 12 | 0 | 1B | 17 | 64 | 1F | 43 |
| Octal | 242 | 305 | 220 | 22 | 0 | 33 | 27 | 144 | 37 | 103 |
| Binary | 10100010 | 11000101 | 10010000 | 10010 | 0 | 11011 | 10111 | 1100100 | 11111 | 1000011 |
Color Harmonies of #A2C590
Complementary color
Monochromatic Colors of #A2C590
Black with #A2C590
Text Example
Text Example
White with #A2C590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C590; }
p { color: rgb(162,197,144); }
H1.HeaderClassName
{
color: #A2C590;
}
.AnyTagClassName
{
color: #A2C590;
}
</style>
background-color css
<style>
a { background-color: #A2C590; }
a { background-color: rgb(162,197,144); }
div.DivClassName
{
background-color: #A2C590;
}
.BgClassName
{
background-color: #A2C590;
}
</style>
border-color css
<style>
span { border-color: #A2C590; }
span { border-color: rgb(162,197,144); }
td.TdClassName
{
border-color: #A2C590;
}
.TagClassName
{
border-color: #A2C590;
}
</style>