Shades of Spring Rain #A0C39F
Tints of Spring Rain #A0C39F
RGB
CMYK
RGB Variations
Color information
#A0C39F (or 0xA0C39F) is known color: Spring Rain. HEX triplet: A0, C3 and 9F. RGB value is (160,195,159). Sum of RGB (Red+Green+Blue) = 160+195+159=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C39F is #5F3C60. Grayscale: #B4B4B4. Windows color (decimal): -6241377 or 10470304. OLE color: 10470304.
HSL color Cylindrical-coordinate representation of color #A0C39F: hue angle of 118.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C39F is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 159 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.24 |
| HSL | 118.33º | 0.23% | 0.69% | - |
| HSV(B) | 118.33º | 0.18% | 0.76% | - |
| XYZ | 40.27 | 49.01 | 40.14 | - |
| YUV | 180.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 159 | 0.18 | 0 | 0.18 | 0.24 | 118.33 | 0.23 | 0.69 |
| Hex | A0 | C3 | 9F | 12 | 0 | 12 | 18 | 76 | 17 | 45 |
| Octal | 240 | 303 | 237 | 22 | 0 | 22 | 30 | 166 | 27 | 105 |
| Binary | 10100000 | 11000011 | 10011111 | 10010 | 0 | 10010 | 11000 | 1110110 | 10111 | 1000101 |
Color Harmonies of #A0C39F
Complementary color
Monochromatic Colors of #A0C39F
Black with #A0C39F
Text Example
Text Example
White with #A0C39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C39F; }
p { color: rgb(160,195,159); }
H1.HeaderClassName
{
color: #A0C39F;
}
.AnyTagClassName
{
color: #A0C39F;
}
</style>
background-color css
<style>
a { background-color: #A0C39F; }
a { background-color: rgb(160,195,159); }
div.DivClassName
{
background-color: #A0C39F;
}
.BgClassName
{
background-color: #A0C39F;
}
</style>
border-color css
<style>
span { border-color: #A0C39F; }
span { border-color: rgb(160,195,159); }
td.TdClassName
{
border-color: #A0C39F;
}
.TagClassName
{
border-color: #A0C39F;
}
</style>