Shades of Spring Rain #A2CA9F
Tints of Spring Rain #A2CA9F
RGB
CMYK
RGB Variations
Color information
#A2CA9F (or 0xA2CA9F) is known color: Spring Rain. HEX triplet: A2, CA and 9F. RGB value is (162,202,159). Sum of RGB (Red+Green+Blue) = 162+202+159=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CA9F is #5D3560. Grayscale: #B9B9B9. Windows color (decimal): -6108513 or 10472098. OLE color: 10472098.
HSL color Cylindrical-coordinate representation of color #A2CA9F: hue angle of 115.81º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CA9F is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 159 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.21 |
| HSL | 115.81º | 0.29% | 0.71% | - |
| HSV(B) | 115.81º | 0.21% | 0.79% | - |
| XYZ | 42.28 | 52.43 | 40.69 | - |
| YUV | 185.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 159 | 0.20 | 0 | 0.21 | 0.21 | 115.81 | 0.29 | 0.71 |
| Hex | A2 | CA | 9F | 14 | 0 | 15 | 15 | 74 | 1D | 47 |
| Octal | 242 | 312 | 237 | 24 | 0 | 25 | 25 | 164 | 35 | 107 |
| Binary | 10100010 | 11001010 | 10011111 | 10100 | 0 | 10101 | 10101 | 1110100 | 11101 | 1000111 |
Color Harmonies of #A2CA9F
Complementary color
Monochromatic Colors of #A2CA9F
Black with #A2CA9F
Text Example
Text Example
White with #A2CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA9F; }
p { color: rgb(162,202,159); }
H1.HeaderClassName
{
color: #A2CA9F;
}
.AnyTagClassName
{
color: #A2CA9F;
}
</style>
background-color css
<style>
a { background-color: #A2CA9F; }
a { background-color: rgb(162,202,159); }
div.DivClassName
{
background-color: #A2CA9F;
}
.BgClassName
{
background-color: #A2CA9F;
}
</style>
border-color css
<style>
span { border-color: #A2CA9F; }
span { border-color: rgb(162,202,159); }
td.TdClassName
{
border-color: #A2CA9F;
}
.TagClassName
{
border-color: #A2CA9F;
}
</style>