Shades of Spring Rain #A2CBA1
Tints of Spring Rain #A2CBA1
RGB
CMYK
RGB Variations
Color information
#A2CBA1 (or 0xA2CBA1) is known color: Spring Rain. HEX triplet: A2, CB and A1. RGB value is (162,203,161). Sum of RGB (Red+Green+Blue) = 162+203+161=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CBA1 is #5D345E. Grayscale: #BABABA. Windows color (decimal): -6108255 or 10603426. OLE color: 10603426.
HSL color Cylindrical-coordinate representation of color #A2CBA1: hue angle of 118.57º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CBA1 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 161 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.20 |
| HSL | 118.57º | 0.29% | 0.71% | - |
| HSV(B) | 118.57º | 0.21% | 0.8% | - |
| XYZ | 42.69 | 52.97 | 41.69 | - |
| YUV | 185.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 161 | 0.20 | 0 | 0.21 | 0.20 | 118.57 | 0.29 | 0.71 |
| Hex | A2 | CB | A1 | 14 | 0 | 15 | 14 | 77 | 1D | 47 |
| Octal | 242 | 313 | 241 | 24 | 0 | 25 | 24 | 167 | 35 | 107 |
| Binary | 10100010 | 11001011 | 10100001 | 10100 | 0 | 10101 | 10100 | 1110111 | 11101 | 1000111 |
Color Harmonies of #A2CBA1
Complementary color
Monochromatic Colors of #A2CBA1
Black with #A2CBA1
Text Example
Text Example
White with #A2CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CBA1; }
p { color: rgb(162,203,161); }
H1.HeaderClassName
{
color: #A2CBA1;
}
.AnyTagClassName
{
color: #A2CBA1;
}
</style>
background-color css
<style>
a { background-color: #A2CBA1; }
a { background-color: rgb(162,203,161); }
div.DivClassName
{
background-color: #A2CBA1;
}
.BgClassName
{
background-color: #A2CBA1;
}
</style>
border-color css
<style>
span { border-color: #A2CBA1; }
span { border-color: rgb(162,203,161); }
td.TdClassName
{
border-color: #A2CBA1;
}
.TagClassName
{
border-color: #A2CBA1;
}
</style>