Shades of Spring Rain #A2CB9D
Tints of Spring Rain #A2CB9D
RGB
CMYK
RGB Variations
Color information
#A2CB9D (or 0xA2CB9D) is known color: Spring Rain. HEX triplet: A2, CB and 9D. RGB value is (162,203,157). Sum of RGB (Red+Green+Blue) = 162+203+157=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB9D is #5D3462. Grayscale: #B9B9B9. Windows color (decimal): -6108259 or 10341282. OLE color: 10341282.
HSL color Cylindrical-coordinate representation of color #A2CB9D: hue angle of 113.48º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2CB9D is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 157 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.20 |
| HSL | 113.48º | 0.31% | 0.71% | - |
| HSV(B) | 113.48º | 0.23% | 0.8% | - |
| XYZ | 42.34 | 52.83 | 39.86 | - |
| YUV | 185.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 157 | 0.20 | 0 | 0.23 | 0.20 | 113.48 | 0.31 | 0.71 |
| Hex | A2 | CB | 9D | 14 | 0 | 17 | 14 | 71 | 1F | 47 |
| Octal | 242 | 313 | 235 | 24 | 0 | 27 | 24 | 161 | 37 | 107 |
| Binary | 10100010 | 11001011 | 10011101 | 10100 | 0 | 10111 | 10100 | 1110001 | 11111 | 1000111 |
Color Harmonies of #A2CB9D
Complementary color
Monochromatic Colors of #A2CB9D
Black with #A2CB9D
Text Example
Text Example
White with #A2CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB9D; }
p { color: rgb(162,203,157); }
H1.HeaderClassName
{
color: #A2CB9D;
}
.AnyTagClassName
{
color: #A2CB9D;
}
</style>
background-color css
<style>
a { background-color: #A2CB9D; }
a { background-color: rgb(162,203,157); }
div.DivClassName
{
background-color: #A2CB9D;
}
.BgClassName
{
background-color: #A2CB9D;
}
</style>
border-color css
<style>
span { border-color: #A2CB9D; }
span { border-color: rgb(162,203,157); }
td.TdClassName
{
border-color: #A2CB9D;
}
.TagClassName
{
border-color: #A2CB9D;
}
</style>