Shades of Spring Rain #A0C99E
Tints of Spring Rain #A0C99E
RGB
CMYK
RGB Variations
Color information
#A0C99E (or 0xA0C99E) is known color: Spring Rain. HEX triplet: A0, C9 and 9E. RGB value is (160,201,158). Sum of RGB (Red+Green+Blue) = 160+201+158=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C99E is #5F3661. Grayscale: #B7B7B7. Windows color (decimal): -6239842 or 10406304. OLE color: 10406304.
HSL color Cylindrical-coordinate representation of color #A0C99E: hue angle of 117.21º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0C99E is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 158 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.21 |
| HSL | 117.21º | 0.28% | 0.7% | - |
| HSV(B) | 117.21º | 0.21% | 0.79% | - |
| XYZ | 41.56 | 51.72 | 40.14 | - |
| YUV | 183.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 158 | 0.20 | 0 | 0.21 | 0.21 | 117.21 | 0.28 | 0.7 |
| Hex | A0 | C9 | 9E | 14 | 0 | 15 | 15 | 75 | 1C | 46 |
| Octal | 240 | 311 | 236 | 24 | 0 | 25 | 25 | 165 | 34 | 106 |
| Binary | 10100000 | 11001001 | 10011110 | 10100 | 0 | 10101 | 10101 | 1110101 | 11100 | 1000110 |
Color Harmonies of #A0C99E
Complementary color
Monochromatic Colors of #A0C99E
Black with #A0C99E
Text Example
Text Example
White with #A0C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C99E; }
p { color: rgb(160,201,158); }
H1.HeaderClassName
{
color: #A0C99E;
}
.AnyTagClassName
{
color: #A0C99E;
}
</style>
background-color css
<style>
a { background-color: #A0C99E; }
a { background-color: rgb(160,201,158); }
div.DivClassName
{
background-color: #A0C99E;
}
.BgClassName
{
background-color: #A0C99E;
}
</style>
border-color css
<style>
span { border-color: #A0C99E; }
span { border-color: rgb(160,201,158); }
td.TdClassName
{
border-color: #A0C99E;
}
.TagClassName
{
border-color: #A0C99E;
}
</style>