Shades of Spring Rain #A0C795
Tints of Spring Rain #A0C795
RGB
CMYK
RGB Variations
Color information
#A0C795 (or 0xA0C795) is known color: Spring Rain. HEX triplet: A0, C7 and 95. RGB value is (160,199,149). Sum of RGB (Red+Green+Blue) = 160+199+149=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C795 is #5F386A. Grayscale: #B5B5B5. Windows color (decimal): -6240363 or 9815968. OLE color: 9815968.
HSL color Cylindrical-coordinate representation of color #A0C795: hue angle of 106.8º degrees, saturation: 0.31, 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 #A0C795 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 149 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.22 |
| HSL | 106.8º | 0.31% | 0.68% | - |
| HSV(B) | 106.8º | 0.25% | 0.78% | - |
| XYZ | 40.35 | 50.49 | 36.05 | - |
| YUV | 181.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 149 | 0.20 | 0 | 0.25 | 0.22 | 106.8 | 0.31 | 0.68 |
| Hex | A0 | C7 | 95 | 14 | 0 | 19 | 16 | 6B | 1F | 44 |
| Octal | 240 | 307 | 225 | 24 | 0 | 31 | 26 | 153 | 37 | 104 |
| Binary | 10100000 | 11000111 | 10010101 | 10100 | 0 | 11001 | 10110 | 1101011 | 11111 | 1000100 |
Color Harmonies of #A0C795
Complementary color
Monochromatic Colors of #A0C795
Black with #A0C795
Text Example
Text Example
White with #A0C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C795; }
p { color: rgb(160,199,149); }
H1.HeaderClassName
{
color: #A0C795;
}
.AnyTagClassName
{
color: #A0C795;
}
</style>
background-color css
<style>
a { background-color: #A0C795; }
a { background-color: rgb(160,199,149); }
div.DivClassName
{
background-color: #A0C795;
}
.BgClassName
{
background-color: #A0C795;
}
</style>
border-color css
<style>
span { border-color: #A0C795; }
span { border-color: rgb(160,199,149); }
td.TdClassName
{
border-color: #A0C795;
}
.TagClassName
{
border-color: #A0C795;
}
</style>