Shades of Spring Rain #A0C593
Tints of Spring Rain #A0C593
RGB
CMYK
RGB Variations
Color information
#A0C593 (or 0xA0C593) is known color: Spring Rain. HEX triplet: A0, C5 and 93. RGB value is (160,197,147). Sum of RGB (Red+Green+Blue) = 160+197+147=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C593 is #5F3A6C. Grayscale: #B4B4B4. Windows color (decimal): -6240877 or 9684384. OLE color: 9684384.
HSL color Cylindrical-coordinate representation of color #A0C593: hue angle of 104.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0C593 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 147 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.23 |
| HSL | 104.4º | 0.3% | 0.67% | - |
| HSV(B) | 104.4º | 0.25% | 0.77% | - |
| XYZ | 39.73 | 49.51 | 35.07 | - |
| YUV | 180.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 147 | 0.19 | 0 | 0.25 | 0.23 | 104.4 | 0.3 | 0.67 |
| Hex | A0 | C5 | 93 | 13 | 0 | 19 | 17 | 68 | 1E | 43 |
| Octal | 240 | 305 | 223 | 23 | 0 | 31 | 27 | 150 | 36 | 103 |
| Binary | 10100000 | 11000101 | 10010011 | 10011 | 0 | 11001 | 10111 | 1101000 | 11110 | 1000011 |
Color Harmonies of #A0C593
Complementary color
Monochromatic Colors of #A0C593
Black with #A0C593
Text Example
Text Example
White with #A0C593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C593; }
p { color: rgb(160,197,147); }
H1.HeaderClassName
{
color: #A0C593;
}
.AnyTagClassName
{
color: #A0C593;
}
</style>
background-color css
<style>
a { background-color: #A0C593; }
a { background-color: rgb(160,197,147); }
div.DivClassName
{
background-color: #A0C593;
}
.BgClassName
{
background-color: #A0C593;
}
</style>
border-color css
<style>
span { border-color: #A0C593; }
span { border-color: rgb(160,197,147); }
td.TdClassName
{
border-color: #A0C593;
}
.TagClassName
{
border-color: #A0C593;
}
</style>