Shades of Spring Rain #A0C69E
Tints of Spring Rain #A0C69E
RGB
CMYK
RGB Variations
Color information
#A0C69E (or 0xA0C69E) is known color: Spring Rain. HEX triplet: A0, C6 and 9E. RGB value is (160,198,158). Sum of RGB (Red+Green+Blue) = 160+198+158=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C69E is #5F3961. Grayscale: #B6B6B6. Windows color (decimal): -6240610 or 10405536. OLE color: 10405536.
HSL color Cylindrical-coordinate representation of color #A0C69E: hue angle of 117º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C69E is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 158 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.22 |
| HSL | 117º | 0.26% | 0.7% | - |
| HSV(B) | 117º | 0.2% | 0.78% | - |
| XYZ | 40.86 | 50.33 | 39.91 | - |
| YUV | 182.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 158 | 0.19 | 0 | 0.20 | 0.22 | 117 | 0.26 | 0.7 |
| Hex | A0 | C6 | 9E | 13 | 0 | 14 | 16 | 75 | 1A | 46 |
| Octal | 240 | 306 | 236 | 23 | 0 | 24 | 26 | 165 | 32 | 106 |
| Binary | 10100000 | 11000110 | 10011110 | 10011 | 0 | 10100 | 10110 | 1110101 | 11010 | 1000110 |
Color Harmonies of #A0C69E
Complementary color
Monochromatic Colors of #A0C69E
Black with #A0C69E
Text Example
Text Example
White with #A0C69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C69E; }
p { color: rgb(160,198,158); }
H1.HeaderClassName
{
color: #A0C69E;
}
.AnyTagClassName
{
color: #A0C69E;
}
</style>
background-color css
<style>
a { background-color: #A0C69E; }
a { background-color: rgb(160,198,158); }
div.DivClassName
{
background-color: #A0C69E;
}
.BgClassName
{
background-color: #A0C69E;
}
</style>
border-color css
<style>
span { border-color: #A0C69E; }
span { border-color: rgb(160,198,158); }
td.TdClassName
{
border-color: #A0C69E;
}
.TagClassName
{
border-color: #A0C69E;
}
</style>