Shades of Spring Rain #A2CA99
Tints of Spring Rain #A2CA99
RGB
CMYK
RGB Variations
Color information
#A2CA99 (or 0xA2CA99) is known color: Spring Rain. HEX triplet: A2, CA and 99. RGB value is (162,202,153). Sum of RGB (Red+Green+Blue) = 162+202+153=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CA99 is #5D3566. Grayscale: #B8B8B8. Windows color (decimal): -6108519 or 10078882. OLE color: 10078882.
HSL color Cylindrical-coordinate representation of color #A2CA99: hue angle of 108.98º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2CA99 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 153 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.21 |
| HSL | 108.98º | 0.32% | 0.7% | - |
| HSV(B) | 108.98º | 0.24% | 0.79% | - |
| XYZ | 41.77 | 52.22 | 38.02 | - |
| YUV | 184.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 153 | 0.20 | 0 | 0.24 | 0.21 | 108.98 | 0.32 | 0.7 |
| Hex | A2 | CA | 99 | 14 | 0 | 18 | 15 | 6D | 20 | 46 |
| Octal | 242 | 312 | 231 | 24 | 0 | 30 | 25 | 155 | 40 | 106 |
| Binary | 10100010 | 11001010 | 10011001 | 10100 | 0 | 11000 | 10101 | 1101101 | 100000 | 1000110 |
Color Harmonies of #A2CA99
Complementary color
Monochromatic Colors of #A2CA99
Black with #A2CA99
Text Example
Text Example
White with #A2CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA99; }
p { color: rgb(162,202,153); }
H1.HeaderClassName
{
color: #A2CA99;
}
.AnyTagClassName
{
color: #A2CA99;
}
</style>
background-color css
<style>
a { background-color: #A2CA99; }
a { background-color: rgb(162,202,153); }
div.DivClassName
{
background-color: #A2CA99;
}
.BgClassName
{
background-color: #A2CA99;
}
</style>
border-color css
<style>
span { border-color: #A2CA99; }
span { border-color: rgb(162,202,153); }
td.TdClassName
{
border-color: #A2CA99;
}
.TagClassName
{
border-color: #A2CA99;
}
</style>