Shades of Spring Rain #A0C69F
Tints of Spring Rain #A0C69F
RGB
CMYK
RGB Variations
Color information
#A0C69F (or 0xA0C69F) is known color: Spring Rain. HEX triplet: A0, C6 and 9F. RGB value is (160,198,159). Sum of RGB (Red+Green+Blue) = 160+198+159=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C69F is #5F3960. Grayscale: #B6B6B6. Windows color (decimal): -6240609 or 10471072. OLE color: 10471072.
HSL color Cylindrical-coordinate representation of color #A0C69F: hue angle of 118.46º degrees, saturation: 0.25, 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 #A0C69F is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 159 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.22 |
| HSL | 118.46º | 0.25% | 0.7% | - |
| HSV(B) | 118.46º | 0.2% | 0.78% | - |
| XYZ | 40.95 | 50.36 | 40.36 | - |
| YUV | 182.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 159 | 0.19 | 0 | 0.20 | 0.22 | 118.46 | 0.25 | 0.7 |
| Hex | A0 | C6 | 9F | 13 | 0 | 14 | 16 | 76 | 19 | 46 |
| Octal | 240 | 306 | 237 | 23 | 0 | 24 | 26 | 166 | 31 | 106 |
| Binary | 10100000 | 11000110 | 10011111 | 10011 | 0 | 10100 | 10110 | 1110110 | 11001 | 1000110 |
Color Harmonies of #A0C69F
Complementary color
Monochromatic Colors of #A0C69F
Black with #A0C69F
Text Example
Text Example
White with #A0C69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C69F; }
p { color: rgb(160,198,159); }
H1.HeaderClassName
{
color: #A0C69F;
}
.AnyTagClassName
{
color: #A0C69F;
}
</style>
background-color css
<style>
a { background-color: #A0C69F; }
a { background-color: rgb(160,198,159); }
div.DivClassName
{
background-color: #A0C69F;
}
.BgClassName
{
background-color: #A0C69F;
}
</style>
border-color css
<style>
span { border-color: #A0C69F; }
span { border-color: rgb(160,198,159); }
td.TdClassName
{
border-color: #A0C69F;
}
.TagClassName
{
border-color: #A0C69F;
}
</style>