Shades of Spring Rain #A2CA9B
Tints of Spring Rain #A2CA9B
RGB
CMYK
RGB Variations
Color information
#A2CA9B (or 0xA2CA9B) is known color: Spring Rain. HEX triplet: A2, CA and 9B. RGB value is (162,202,155). Sum of RGB (Red+Green+Blue) = 162+202+155=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CA9B is #5D3564. Grayscale: #B8B8B8. Windows color (decimal): -6108517 or 10209954. OLE color: 10209954.
HSL color Cylindrical-coordinate representation of color #A2CA9B: hue angle of 111.06º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2CA9B is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 155 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.21 |
| HSL | 111.06º | 0.31% | 0.7% | - |
| HSV(B) | 111.06º | 0.23% | 0.79% | - |
| XYZ | 41.94 | 52.29 | 38.89 | - |
| YUV | 184.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 155 | 0.20 | 0 | 0.23 | 0.21 | 111.06 | 0.31 | 0.7 |
| Hex | A2 | CA | 9B | 14 | 0 | 17 | 15 | 6F | 1F | 46 |
| Octal | 242 | 312 | 233 | 24 | 0 | 27 | 25 | 157 | 37 | 106 |
| Binary | 10100010 | 11001010 | 10011011 | 10100 | 0 | 10111 | 10101 | 1101111 | 11111 | 1000110 |
Color Harmonies of #A2CA9B
Complementary color
Monochromatic Colors of #A2CA9B
Black with #A2CA9B
Text Example
Text Example
White with #A2CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA9B; }
p { color: rgb(162,202,155); }
H1.HeaderClassName
{
color: #A2CA9B;
}
.AnyTagClassName
{
color: #A2CA9B;
}
</style>
background-color css
<style>
a { background-color: #A2CA9B; }
a { background-color: rgb(162,202,155); }
div.DivClassName
{
background-color: #A2CA9B;
}
.BgClassName
{
background-color: #A2CA9B;
}
</style>
border-color css
<style>
span { border-color: #A2CA9B; }
span { border-color: rgb(162,202,155); }
td.TdClassName
{
border-color: #A2CA9B;
}
.TagClassName
{
border-color: #A2CA9B;
}
</style>