Shades of Spring Rain #A0CA93
Tints of Spring Rain #A0CA93
RGB
CMYK
RGB Variations
Color information
#A0CA93 (or 0xA0CA93) is known color: Spring Rain. HEX triplet: A0, CA and 93. RGB value is (160,202,147). Sum of RGB (Red+Green+Blue) = 160+202+147=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CA93 is #5F356C. Grayscale: #B7B7B7. Windows color (decimal): -6239597 or 9685664. OLE color: 9685664.
HSL color Cylindrical-coordinate representation of color #A0CA93: hue angle of 105.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0CA93 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 147 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.21 |
| HSL | 105.82º | 0.34% | 0.68% | - |
| HSV(B) | 105.82º | 0.27% | 0.79% | - |
| XYZ | 40.88 | 51.82 | 35.45 | - |
| YUV | 183.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 147 | 0.21 | 0 | 0.27 | 0.21 | 105.82 | 0.34 | 0.68 |
| Hex | A0 | CA | 93 | 15 | 0 | 1B | 15 | 6A | 22 | 44 |
| Octal | 240 | 312 | 223 | 25 | 0 | 33 | 25 | 152 | 42 | 104 |
| Binary | 10100000 | 11001010 | 10010011 | 10101 | 0 | 11011 | 10101 | 1101010 | 100010 | 1000100 |
Color Harmonies of #A0CA93
Complementary color
Monochromatic Colors of #A0CA93
Black with #A0CA93
Text Example
Text Example
White with #A0CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA93; }
p { color: rgb(160,202,147); }
H1.HeaderClassName
{
color: #A0CA93;
}
.AnyTagClassName
{
color: #A0CA93;
}
</style>
background-color css
<style>
a { background-color: #A0CA93; }
a { background-color: rgb(160,202,147); }
div.DivClassName
{
background-color: #A0CA93;
}
.BgClassName
{
background-color: #A0CA93;
}
</style>
border-color css
<style>
span { border-color: #A0CA93; }
span { border-color: rgb(160,202,147); }
td.TdClassName
{
border-color: #A0CA93;
}
.TagClassName
{
border-color: #A0CA93;
}
</style>