Shades of Spring Rain #A0C29C
Tints of Spring Rain #A0C29C
RGB
CMYK
RGB Variations
Color information
#A0C29C (or 0xA0C29C) is known color: Spring Rain. HEX triplet: A0, C2 and 9C. RGB value is (160,194,156). Sum of RGB (Red+Green+Blue) = 160+194+156=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C29C is #5F3D63. Grayscale: #B3B3B3. Windows color (decimal): -6241636 or 10273440. OLE color: 10273440.
HSL color Cylindrical-coordinate representation of color #A0C29C: hue angle of 113.68º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C29C is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 156 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.24 |
| HSL | 113.68º | 0.24% | 0.69% | - |
| HSV(B) | 113.68º | 0.2% | 0.76% | - |
| XYZ | 39.79 | 48.46 | 38.71 | - |
| YUV | 179.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 156 | 0.18 | 0 | 0.20 | 0.24 | 113.68 | 0.24 | 0.69 |
| Hex | A0 | C2 | 9C | 12 | 0 | 14 | 18 | 72 | 18 | 45 |
| Octal | 240 | 302 | 234 | 22 | 0 | 24 | 30 | 162 | 30 | 105 |
| Binary | 10100000 | 11000010 | 10011100 | 10010 | 0 | 10100 | 11000 | 1110010 | 11000 | 1000101 |
Color Harmonies of #A0C29C
Complementary color
Monochromatic Colors of #A0C29C
Black with #A0C29C
Text Example
Text Example
White with #A0C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C29C; }
p { color: rgb(160,194,156); }
H1.HeaderClassName
{
color: #A0C29C;
}
.AnyTagClassName
{
color: #A0C29C;
}
</style>
background-color css
<style>
a { background-color: #A0C29C; }
a { background-color: rgb(160,194,156); }
div.DivClassName
{
background-color: #A0C29C;
}
.BgClassName
{
background-color: #A0C29C;
}
</style>
border-color css
<style>
span { border-color: #A0C29C; }
span { border-color: rgb(160,194,156); }
td.TdClassName
{
border-color: #A0C29C;
}
.TagClassName
{
border-color: #A0C29C;
}
</style>