Shades of Spring Rain #A2C29D
Tints of Spring Rain #A2C29D
RGB
CMYK
RGB Variations
Color information
#A2C29D (or 0xA2C29D) is known color: Spring Rain. HEX triplet: A2, C2 and 9D. RGB value is (162,194,157). Sum of RGB (Red+Green+Blue) = 162+194+157=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C29D is #5D3D62. Grayscale: #B4B4B4. Windows color (decimal): -6110563 or 10338978. OLE color: 10338978.
HSL color Cylindrical-coordinate representation of color #A2C29D: hue angle of 111.89º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C29D is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 157 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.24 |
| HSL | 111.89º | 0.23% | 0.69% | - |
| HSV(B) | 111.89º | 0.19% | 0.76% | - |
| XYZ | 40.28 | 48.7 | 39.18 | - |
| YUV | 180.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 157 | 0.16 | 0 | 0.19 | 0.24 | 111.89 | 0.23 | 0.69 |
| Hex | A2 | C2 | 9D | 10 | 0 | 13 | 18 | 70 | 17 | 45 |
| Octal | 242 | 302 | 235 | 20 | 0 | 23 | 30 | 160 | 27 | 105 |
| Binary | 10100010 | 11000010 | 10011101 | 10000 | 0 | 10011 | 11000 | 1110000 | 10111 | 1000101 |
Color Harmonies of #A2C29D
Complementary color
Monochromatic Colors of #A2C29D
Black with #A2C29D
Text Example
Text Example
White with #A2C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C29D; }
p { color: rgb(162,194,157); }
H1.HeaderClassName
{
color: #A2C29D;
}
.AnyTagClassName
{
color: #A2C29D;
}
</style>
background-color css
<style>
a { background-color: #A2C29D; }
a { background-color: rgb(162,194,157); }
div.DivClassName
{
background-color: #A2C29D;
}
.BgClassName
{
background-color: #A2C29D;
}
</style>
border-color css
<style>
span { border-color: #A2C29D; }
span { border-color: rgb(162,194,157); }
td.TdClassName
{
border-color: #A2C29D;
}
.TagClassName
{
border-color: #A2C29D;
}
</style>