Shades of Spring Rain #A2C29B
Tints of Spring Rain #A2C29B
RGB
CMYK
RGB Variations
Color information
#A2C29B (or 0xA2C29B) is known color: Spring Rain. HEX triplet: A2, C2 and 9B. RGB value is (162,194,155). Sum of RGB (Red+Green+Blue) = 162+194+155=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C29B is #5D3D64. Grayscale: #B4B4B4. Windows color (decimal): -6110565 or 10207906. OLE color: 10207906.
HSL color Cylindrical-coordinate representation of color #A2C29B: hue angle of 109.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2C29B is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 155 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.24 |
| HSL | 109.23º | 0.24% | 0.68% | - |
| HSV(B) | 109.23º | 0.2% | 0.76% | - |
| XYZ | 40.11 | 48.63 | 38.28 | - |
| YUV | 179.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 155 | 0.16 | 0 | 0.20 | 0.24 | 109.23 | 0.24 | 0.68 |
| Hex | A2 | C2 | 9B | 10 | 0 | 14 | 18 | 6D | 18 | 44 |
| Octal | 242 | 302 | 233 | 20 | 0 | 24 | 30 | 155 | 30 | 104 |
| Binary | 10100010 | 11000010 | 10011011 | 10000 | 0 | 10100 | 11000 | 1101101 | 11000 | 1000100 |
Color Harmonies of #A2C29B
Complementary color
Monochromatic Colors of #A2C29B
Black with #A2C29B
Text Example
Text Example
White with #A2C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C29B; }
p { color: rgb(162,194,155); }
H1.HeaderClassName
{
color: #A2C29B;
}
.AnyTagClassName
{
color: #A2C29B;
}
</style>
background-color css
<style>
a { background-color: #A2C29B; }
a { background-color: rgb(162,194,155); }
div.DivClassName
{
background-color: #A2C29B;
}
.BgClassName
{
background-color: #A2C29B;
}
</style>
border-color css
<style>
span { border-color: #A2C29B; }
span { border-color: rgb(162,194,155); }
td.TdClassName
{
border-color: #A2C29B;
}
.TagClassName
{
border-color: #A2C29B;
}
</style>