Shades of Spring Rain #A0C89E
Tints of Spring Rain #A0C89E
RGB
CMYK
RGB Variations
Color information
#A0C89E (or 0xA0C89E) is known color: Spring Rain. HEX triplet: A0, C8 and 9E. RGB value is (160,200,158). Sum of RGB (Red+Green+Blue) = 160+200+158=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C89E is #5F3761. Grayscale: #B7B7B7. Windows color (decimal): -6240098 or 10406048. OLE color: 10406048.
HSL color Cylindrical-coordinate representation of color #A0C89E: hue angle of 117.14º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C89E is Cyan = 0.2, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 158 | - |
| CMYK | 0.2 | 0 | 0.21 | 0.22 |
| HSL | 117.14º | 0.28% | 0.7% | - |
| HSV(B) | 117.14º | 0.21% | 0.78% | - |
| XYZ | 41.32 | 51.25 | 40.06 | - |
| YUV | 183.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 158 | 0.2 | 0 | 0.21 | 0.22 | 117.14 | 0.28 | 0.7 |
| Hex | A0 | C8 | 9E | 14 | 0 | 15 | 16 | 75 | 1C | 46 |
| Octal | 240 | 310 | 236 | 24 | 0 | 25 | 26 | 165 | 34 | 106 |
| Binary | 10100000 | 11001000 | 10011110 | 10100 | 0 | 10101 | 10110 | 1110101 | 11100 | 1000110 |
Color Harmonies of #A0C89E
Complementary color
Monochromatic Colors of #A0C89E
Black with #A0C89E
Text Example
Text Example
White with #A0C89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C89E; }
p { color: rgb(160,200,158); }
H1.HeaderClassName
{
color: #A0C89E;
}
.AnyTagClassName
{
color: #A0C89E;
}
</style>
background-color css
<style>
a { background-color: #A0C89E; }
a { background-color: rgb(160,200,158); }
div.DivClassName
{
background-color: #A0C89E;
}
.BgClassName
{
background-color: #A0C89E;
}
</style>
border-color css
<style>
span { border-color: #A0C89E; }
span { border-color: rgb(160,200,158); }
td.TdClassName
{
border-color: #A0C89E;
}
.TagClassName
{
border-color: #A0C89E;
}
</style>