Shades of Spring Rain #A0C399
Tints of Spring Rain #A0C399
RGB
CMYK
RGB Variations
Color information
#A0C399 (or 0xA0C399) is known color: Spring Rain. HEX triplet: A0, C3 and 99. RGB value is (160,195,153). Sum of RGB (Red+Green+Blue) = 160+195+153=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C399 is #5F3C66. Grayscale: #B3B3B3. Windows color (decimal): -6241383 or 10077088. OLE color: 10077088.
HSL color Cylindrical-coordinate representation of color #A0C399: hue angle of 110º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C399 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 153 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.24 |
| HSL | 110º | 0.26% | 0.68% | - |
| HSV(B) | 110º | 0.22% | 0.76% | - |
| XYZ | 39.76 | 48.8 | 37.46 | - |
| YUV | 179.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 153 | 0.18 | 0 | 0.22 | 0.24 | 110 | 0.26 | 0.68 |
| Hex | A0 | C3 | 99 | 12 | 0 | 16 | 18 | 6E | 1A | 44 |
| Octal | 240 | 303 | 231 | 22 | 0 | 26 | 30 | 156 | 32 | 104 |
| Binary | 10100000 | 11000011 | 10011001 | 10010 | 0 | 10110 | 11000 | 1101110 | 11010 | 1000100 |
Color Harmonies of #A0C399
Complementary color
Monochromatic Colors of #A0C399
Black with #A0C399
Text Example
Text Example
White with #A0C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C399; }
p { color: rgb(160,195,153); }
H1.HeaderClassName
{
color: #A0C399;
}
.AnyTagClassName
{
color: #A0C399;
}
</style>
background-color css
<style>
a { background-color: #A0C399; }
a { background-color: rgb(160,195,153); }
div.DivClassName
{
background-color: #A0C399;
}
.BgClassName
{
background-color: #A0C399;
}
</style>
border-color css
<style>
span { border-color: #A0C399; }
span { border-color: rgb(160,195,153); }
td.TdClassName
{
border-color: #A0C399;
}
.TagClassName
{
border-color: #A0C399;
}
</style>