Shades of Spring Rain #A0C29A
Tints of Spring Rain #A0C29A
RGB
CMYK
RGB Variations
Color information
#A0C29A (or 0xA0C29A) is known color: Spring Rain. HEX triplet: A0, C2 and 9A. RGB value is (160,194,154). Sum of RGB (Red+Green+Blue) = 160+194+154=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C29A is #5F3D65. Grayscale: #B3B3B3. Windows color (decimal): -6241638 or 10142368. OLE color: 10142368.
HSL color Cylindrical-coordinate representation of color #A0C29A: hue angle of 111º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C29A is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 154 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.24 |
| HSL | 111º | 0.25% | 0.68% | - |
| HSV(B) | 111º | 0.21% | 0.76% | - |
| XYZ | 39.62 | 48.39 | 37.82 | - |
| YUV | 179.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 154 | 0.18 | 0 | 0.21 | 0.24 | 111 | 0.25 | 0.68 |
| Hex | A0 | C2 | 9A | 12 | 0 | 15 | 18 | 6F | 19 | 44 |
| Octal | 240 | 302 | 232 | 22 | 0 | 25 | 30 | 157 | 31 | 104 |
| Binary | 10100000 | 11000010 | 10011010 | 10010 | 0 | 10101 | 11000 | 1101111 | 11001 | 1000100 |
Color Harmonies of #A0C29A
Complementary color
Monochromatic Colors of #A0C29A
Black with #A0C29A
Text Example
Text Example
White with #A0C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C29A; }
p { color: rgb(160,194,154); }
H1.HeaderClassName
{
color: #A0C29A;
}
.AnyTagClassName
{
color: #A0C29A;
}
</style>
background-color css
<style>
a { background-color: #A0C29A; }
a { background-color: rgb(160,194,154); }
div.DivClassName
{
background-color: #A0C29A;
}
.BgClassName
{
background-color: #A0C29A;
}
</style>
border-color css
<style>
span { border-color: #A0C29A; }
span { border-color: rgb(160,194,154); }
td.TdClassName
{
border-color: #A0C29A;
}
.TagClassName
{
border-color: #A0C29A;
}
</style>