Shades of Spring Rain #A2C39B
Tints of Spring Rain #A2C39B
RGB
CMYK
RGB Variations
Color information
#A2C39B (or 0xA2C39B) is known color: Spring Rain. HEX triplet: A2, C3 and 9B. RGB value is (162,195,155). Sum of RGB (Red+Green+Blue) = 162+195+155=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C39B is #5D3C64. Grayscale: #B4B4B4. Windows color (decimal): -6110309 or 10208162. OLE color: 10208162.
HSL color Cylindrical-coordinate representation of color #A2C39B: hue angle of 109.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2C39B is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 155 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.24 |
| HSL | 109.5º | 0.25% | 0.69% | - |
| HSV(B) | 109.5º | 0.21% | 0.76% | - |
| XYZ | 40.33 | 49.08 | 38.36 | - |
| YUV | 180.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 155 | 0.17 | 0 | 0.21 | 0.24 | 109.5 | 0.25 | 0.69 |
| Hex | A2 | C3 | 9B | 11 | 0 | 15 | 18 | 6E | 19 | 45 |
| Octal | 242 | 303 | 233 | 21 | 0 | 25 | 30 | 156 | 31 | 105 |
| Binary | 10100010 | 11000011 | 10011011 | 10001 | 0 | 10101 | 11000 | 1101110 | 11001 | 1000101 |
Color Harmonies of #A2C39B
Complementary color
Monochromatic Colors of #A2C39B
Black with #A2C39B
Text Example
Text Example
White with #A2C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C39B; }
p { color: rgb(162,195,155); }
H1.HeaderClassName
{
color: #A2C39B;
}
.AnyTagClassName
{
color: #A2C39B;
}
</style>
background-color css
<style>
a { background-color: #A2C39B; }
a { background-color: rgb(162,195,155); }
div.DivClassName
{
background-color: #A2C39B;
}
.BgClassName
{
background-color: #A2C39B;
}
</style>
border-color css
<style>
span { border-color: #A2C39B; }
span { border-color: rgb(162,195,155); }
td.TdClassName
{
border-color: #A2C39B;
}
.TagClassName
{
border-color: #A2C39B;
}
</style>