Shades of Spring Rain #A0C294
Tints of Spring Rain #A0C294
RGB
CMYK
RGB Variations
Color information
#A0C294 (or 0xA0C294) is known color: Spring Rain. HEX triplet: A0, C2 and 94. RGB value is (160,194,148). Sum of RGB (Red+Green+Blue) = 160+194+148=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C294 is #5F3D6B. Grayscale: #B2B2B2. Windows color (decimal): -6241644 or 9749152. OLE color: 9749152.
HSL color Cylindrical-coordinate representation of color #A0C294: hue angle of 104.35º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0C294 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 148 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.24 |
| HSL | 104.35º | 0.27% | 0.67% | - |
| HSV(B) | 104.35º | 0.24% | 0.76% | - |
| XYZ | 39.13 | 48.2 | 35.26 | - |
| YUV | 178.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 148 | 0.18 | 0 | 0.24 | 0.24 | 104.35 | 0.27 | 0.67 |
| Hex | A0 | C2 | 94 | 12 | 0 | 18 | 18 | 68 | 1B | 43 |
| Octal | 240 | 302 | 224 | 22 | 0 | 30 | 30 | 150 | 33 | 103 |
| Binary | 10100000 | 11000010 | 10010100 | 10010 | 0 | 11000 | 11000 | 1101000 | 11011 | 1000011 |
Color Harmonies of #A0C294
Complementary color
Monochromatic Colors of #A0C294
Black with #A0C294
Text Example
Text Example
White with #A0C294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C294; }
p { color: rgb(160,194,148); }
H1.HeaderClassName
{
color: #A0C294;
}
.AnyTagClassName
{
color: #A0C294;
}
</style>
background-color css
<style>
a { background-color: #A0C294; }
a { background-color: rgb(160,194,148); }
div.DivClassName
{
background-color: #A0C294;
}
.BgClassName
{
background-color: #A0C294;
}
</style>
border-color css
<style>
span { border-color: #A0C294; }
span { border-color: rgb(160,194,148); }
td.TdClassName
{
border-color: #A0C294;
}
.TagClassName
{
border-color: #A0C294;
}
</style>