Shades of Spring Rain #A0C292
Tints of Spring Rain #A0C292
RGB
CMYK
RGB Variations
Color information
#A0C292 (or 0xA0C292) is known color: Spring Rain. HEX triplet: A0, C2 and 92. RGB value is (160,194,146). Sum of RGB (Red+Green+Blue) = 160+194+146=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C292 is #5F3D6D. Grayscale: #B2B2B2. Windows color (decimal): -6241646 or 9618080. OLE color: 9618080.
HSL color Cylindrical-coordinate representation of color #A0C292: hue angle of 102.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0C292 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 146 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.24 |
| HSL | 102.5º | 0.28% | 0.67% | - |
| HSV(B) | 102.5º | 0.25% | 0.76% | - |
| XYZ | 38.98 | 48.13 | 34.43 | - |
| YUV | 178.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 146 | 0.18 | 0 | 0.25 | 0.24 | 102.5 | 0.28 | 0.67 |
| Hex | A0 | C2 | 92 | 12 | 0 | 19 | 18 | 66 | 1C | 43 |
| Octal | 240 | 302 | 222 | 22 | 0 | 31 | 30 | 146 | 34 | 103 |
| Binary | 10100000 | 11000010 | 10010010 | 10010 | 0 | 11001 | 11000 | 1100110 | 11100 | 1000011 |
Color Harmonies of #A0C292
Complementary color
Monochromatic Colors of #A0C292
Black with #A0C292
Text Example
Text Example
White with #A0C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C292; }
p { color: rgb(160,194,146); }
H1.HeaderClassName
{
color: #A0C292;
}
.AnyTagClassName
{
color: #A0C292;
}
</style>
background-color css
<style>
a { background-color: #A0C292; }
a { background-color: rgb(160,194,146); }
div.DivClassName
{
background-color: #A0C292;
}
.BgClassName
{
background-color: #A0C292;
}
</style>
border-color css
<style>
span { border-color: #A0C292; }
span { border-color: rgb(160,194,146); }
td.TdClassName
{
border-color: #A0C292;
}
.TagClassName
{
border-color: #A0C292;
}
</style>