Shades of Spring Rain #A0C296
Tints of Spring Rain #A0C296
RGB
CMYK
RGB Variations
Color information
#A0C296 (or 0xA0C296) is known color: Spring Rain. HEX triplet: A0, C2 and 96. RGB value is (160,194,150). Sum of RGB (Red+Green+Blue) = 160+194+150=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C296 is #5F3D69. Grayscale: #B2B2B2. Windows color (decimal): -6241642 or 9880224. OLE color: 9880224.
HSL color Cylindrical-coordinate representation of color #A0C296: hue angle of 106.36º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C296 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 150 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.24 |
| HSL | 106.36º | 0.27% | 0.67% | - |
| HSV(B) | 106.36º | 0.23% | 0.76% | - |
| XYZ | 39.29 | 48.26 | 36.1 | - |
| YUV | 178.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 150 | 0.18 | 0 | 0.23 | 0.24 | 106.36 | 0.27 | 0.67 |
| Hex | A0 | C2 | 96 | 12 | 0 | 17 | 18 | 6A | 1B | 43 |
| Octal | 240 | 302 | 226 | 22 | 0 | 27 | 30 | 152 | 33 | 103 |
| Binary | 10100000 | 11000010 | 10010110 | 10010 | 0 | 10111 | 11000 | 1101010 | 11011 | 1000011 |
Color Harmonies of #A0C296
Complementary color
Monochromatic Colors of #A0C296
Black with #A0C296
Text Example
Text Example
White with #A0C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C296; }
p { color: rgb(160,194,150); }
H1.HeaderClassName
{
color: #A0C296;
}
.AnyTagClassName
{
color: #A0C296;
}
</style>
background-color css
<style>
a { background-color: #A0C296; }
a { background-color: rgb(160,194,150); }
div.DivClassName
{
background-color: #A0C296;
}
.BgClassName
{
background-color: #A0C296;
}
</style>
border-color css
<style>
span { border-color: #A0C296; }
span { border-color: rgb(160,194,150); }
td.TdClassName
{
border-color: #A0C296;
}
.TagClassName
{
border-color: #A0C296;
}
</style>