Shades of Spring Rain #A2CA97
Tints of Spring Rain #A2CA97
RGB
CMYK
RGB Variations
Color information
#A2CA97 (or 0xA2CA97) is known color: Spring Rain. HEX triplet: A2, CA and 97. RGB value is (162,202,151). Sum of RGB (Red+Green+Blue) = 162+202+151=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CA97 is #5D3568. Grayscale: #B8B8B8. Windows color (decimal): -6108521 or 9947810. OLE color: 9947810.
HSL color Cylindrical-coordinate representation of color #A2CA97: hue angle of 107.06º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2CA97 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 151 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.21 |
| HSL | 107.06º | 0.32% | 0.69% | - |
| HSV(B) | 107.06º | 0.25% | 0.79% | - |
| XYZ | 41.61 | 52.16 | 37.15 | - |
| YUV | 184.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 151 | 0.20 | 0 | 0.25 | 0.21 | 107.06 | 0.32 | 0.69 |
| Hex | A2 | CA | 97 | 14 | 0 | 19 | 15 | 6B | 20 | 45 |
| Octal | 242 | 312 | 227 | 24 | 0 | 31 | 25 | 153 | 40 | 105 |
| Binary | 10100010 | 11001010 | 10010111 | 10100 | 0 | 11001 | 10101 | 1101011 | 100000 | 1000101 |
Color Harmonies of #A2CA97
Complementary color
Monochromatic Colors of #A2CA97
Black with #A2CA97
Text Example
Text Example
White with #A2CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA97; }
p { color: rgb(162,202,151); }
H1.HeaderClassName
{
color: #A2CA97;
}
.AnyTagClassName
{
color: #A2CA97;
}
</style>
background-color css
<style>
a { background-color: #A2CA97; }
a { background-color: rgb(162,202,151); }
div.DivClassName
{
background-color: #A2CA97;
}
.BgClassName
{
background-color: #A2CA97;
}
</style>
border-color css
<style>
span { border-color: #A2CA97; }
span { border-color: rgb(162,202,151); }
td.TdClassName
{
border-color: #A2CA97;
}
.TagClassName
{
border-color: #A2CA97;
}
</style>