Shades of Spring Rain #A2CA9D
Tints of Spring Rain #A2CA9D
RGB
CMYK
RGB Variations
Color information
#A2CA9D (or 0xA2CA9D) is known color: Spring Rain. HEX triplet: A2, CA and 9D. RGB value is (162,202,157). Sum of RGB (Red+Green+Blue) = 162+202+157=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CA9D is #5D3562. Grayscale: #B9B9B9. Windows color (decimal): -6108515 or 10341026. OLE color: 10341026.
HSL color Cylindrical-coordinate representation of color #A2CA9D: hue angle of 113.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CA9D is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 157 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.21 |
| HSL | 113.33º | 0.3% | 0.7% | - |
| HSV(B) | 113.33º | 0.22% | 0.79% | - |
| XYZ | 42.11 | 52.36 | 39.78 | - |
| YUV | 184.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 157 | 0.20 | 0 | 0.22 | 0.21 | 113.33 | 0.3 | 0.7 |
| Hex | A2 | CA | 9D | 14 | 0 | 16 | 15 | 71 | 1E | 46 |
| Octal | 242 | 312 | 235 | 24 | 0 | 26 | 25 | 161 | 36 | 106 |
| Binary | 10100010 | 11001010 | 10011101 | 10100 | 0 | 10110 | 10101 | 1110001 | 11110 | 1000110 |
Color Harmonies of #A2CA9D
Complementary color
Monochromatic Colors of #A2CA9D
Black with #A2CA9D
Text Example
Text Example
White with #A2CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA9D; }
p { color: rgb(162,202,157); }
H1.HeaderClassName
{
color: #A2CA9D;
}
.AnyTagClassName
{
color: #A2CA9D;
}
</style>
background-color css
<style>
a { background-color: #A2CA9D; }
a { background-color: rgb(162,202,157); }
div.DivClassName
{
background-color: #A2CA9D;
}
.BgClassName
{
background-color: #A2CA9D;
}
</style>
border-color css
<style>
span { border-color: #A2CA9D; }
span { border-color: rgb(162,202,157); }
td.TdClassName
{
border-color: #A2CA9D;
}
.TagClassName
{
border-color: #A2CA9D;
}
</style>