Shades of Spring Rain #A0C093
Tints of Spring Rain #A0C093
RGB
CMYK
RGB Variations
Color information
#A0C093 (or 0xA0C093) is known color: Spring Rain. HEX triplet: A0, C0 and 93. RGB value is (160,192,147). Sum of RGB (Red+Green+Blue) = 160+192+147=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C093 is #5F3F6C. Grayscale: #B1B1B1. Windows color (decimal): -6242157 or 9683104. OLE color: 9683104.
HSL color Cylindrical-coordinate representation of color #A0C093: hue angle of 102.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C093 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 147 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.25 |
| HSL | 102.67º | 0.26% | 0.66% | - |
| HSV(B) | 102.67º | 0.23% | 0.75% | - |
| XYZ | 38.61 | 47.28 | 34.69 | - |
| YUV | 177.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 147 | 0.17 | 0 | 0.23 | 0.25 | 102.67 | 0.26 | 0.66 |
| Hex | A0 | C0 | 93 | 11 | 0 | 17 | 19 | 67 | 1A | 42 |
| Octal | 240 | 300 | 223 | 21 | 0 | 27 | 31 | 147 | 32 | 102 |
| Binary | 10100000 | 11000000 | 10010011 | 10001 | 0 | 10111 | 11001 | 1100111 | 11010 | 1000010 |
Color Harmonies of #A0C093
Complementary color
Monochromatic Colors of #A0C093
Black with #A0C093
Text Example
Text Example
White with #A0C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C093; }
p { color: rgb(160,192,147); }
H1.HeaderClassName
{
color: #A0C093;
}
.AnyTagClassName
{
color: #A0C093;
}
</style>
background-color css
<style>
a { background-color: #A0C093; }
a { background-color: rgb(160,192,147); }
div.DivClassName
{
background-color: #A0C093;
}
.BgClassName
{
background-color: #A0C093;
}
</style>
border-color css
<style>
span { border-color: #A0C093; }
span { border-color: rgb(160,192,147); }
td.TdClassName
{
border-color: #A0C093;
}
.TagClassName
{
border-color: #A0C093;
}
</style>