Shades of Spring Rain #A0C39A
Tints of Spring Rain #A0C39A
RGB
CMYK
RGB Variations
Color information
#A0C39A (or 0xA0C39A) is known color: Spring Rain. HEX triplet: A0, C3 and 9A. RGB value is (160,195,154). Sum of RGB (Red+Green+Blue) = 160+195+154=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C39A is #5F3C65. Grayscale: #B3B3B3. Windows color (decimal): -6241382 or 10142624. OLE color: 10142624.
HSL color Cylindrical-coordinate representation of color #A0C39A: hue angle of 111.22º 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 #A0C39A is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 154 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.24 |
| HSL | 111.22º | 0.25% | 0.68% | - |
| HSV(B) | 111.22º | 0.21% | 0.76% | - |
| XYZ | 39.85 | 48.84 | 37.9 | - |
| YUV | 179.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 154 | 0.18 | 0 | 0.21 | 0.24 | 111.22 | 0.25 | 0.68 |
| Hex | A0 | C3 | 9A | 12 | 0 | 15 | 18 | 6F | 19 | 44 |
| Octal | 240 | 303 | 232 | 22 | 0 | 25 | 30 | 157 | 31 | 104 |
| Binary | 10100000 | 11000011 | 10011010 | 10010 | 0 | 10101 | 11000 | 1101111 | 11001 | 1000100 |
Color Harmonies of #A0C39A
Complementary color
Monochromatic Colors of #A0C39A
Black with #A0C39A
Text Example
Text Example
White with #A0C39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C39A; }
p { color: rgb(160,195,154); }
H1.HeaderClassName
{
color: #A0C39A;
}
.AnyTagClassName
{
color: #A0C39A;
}
</style>
background-color css
<style>
a { background-color: #A0C39A; }
a { background-color: rgb(160,195,154); }
div.DivClassName
{
background-color: #A0C39A;
}
.BgClassName
{
background-color: #A0C39A;
}
</style>
border-color css
<style>
span { border-color: #A0C39A; }
span { border-color: rgb(160,195,154); }
td.TdClassName
{
border-color: #A0C39A;
}
.TagClassName
{
border-color: #A0C39A;
}
</style>