Shades of Spring Rain #A0C796
Tints of Spring Rain #A0C796
RGB
CMYK
RGB Variations
Color information
#A0C796 (or 0xA0C796) is known color: Spring Rain. HEX triplet: A0, C7 and 96. RGB value is (160,199,150). Sum of RGB (Red+Green+Blue) = 160+199+150=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C796 is #5F3869. Grayscale: #B5B5B5. Windows color (decimal): -6240362 or 9881504. OLE color: 9881504.
HSL color Cylindrical-coordinate representation of color #A0C796: hue angle of 107.76º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0C796 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 150 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.22 |
| HSL | 107.76º | 0.3% | 0.68% | - |
| HSV(B) | 107.76º | 0.25% | 0.78% | - |
| XYZ | 40.43 | 50.52 | 36.48 | - |
| YUV | 181.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 150 | 0.20 | 0 | 0.25 | 0.22 | 107.76 | 0.3 | 0.68 |
| Hex | A0 | C7 | 96 | 14 | 0 | 19 | 16 | 6C | 1E | 44 |
| Octal | 240 | 307 | 226 | 24 | 0 | 31 | 26 | 154 | 36 | 104 |
| Binary | 10100000 | 11000111 | 10010110 | 10100 | 0 | 11001 | 10110 | 1101100 | 11110 | 1000100 |
Color Harmonies of #A0C796
Complementary color
Monochromatic Colors of #A0C796
Black with #A0C796
Text Example
Text Example
White with #A0C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C796; }
p { color: rgb(160,199,150); }
H1.HeaderClassName
{
color: #A0C796;
}
.AnyTagClassName
{
color: #A0C796;
}
</style>
background-color css
<style>
a { background-color: #A0C796; }
a { background-color: rgb(160,199,150); }
div.DivClassName
{
background-color: #A0C796;
}
.BgClassName
{
background-color: #A0C796;
}
</style>
border-color css
<style>
span { border-color: #A0C796; }
span { border-color: rgb(160,199,150); }
td.TdClassName
{
border-color: #A0C796;
}
.TagClassName
{
border-color: #A0C796;
}
</style>