Shades of Spring Rain #A0C89C
Tints of Spring Rain #A0C89C
RGB
CMYK
RGB Variations
Color information
#A0C89C (or 0xA0C89C) is known color: Spring Rain. HEX triplet: A0, C8 and 9C. RGB value is (160,200,156). Sum of RGB (Red+Green+Blue) = 160+200+156=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C89C is #5F3763. Grayscale: #B7B7B7. Windows color (decimal): -6240100 or 10274976. OLE color: 10274976.
HSL color Cylindrical-coordinate representation of color #A0C89C: hue angle of 114.55º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C89C is Cyan = 0.2, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 156 | - |
| CMYK | 0.2 | 0 | 0.22 | 0.22 |
| HSL | 114.55º | 0.29% | 0.7% | - |
| HSV(B) | 114.55º | 0.22% | 0.78% | - |
| XYZ | 41.15 | 51.18 | 39.16 | - |
| YUV | 183.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 156 | 0.2 | 0 | 0.22 | 0.22 | 114.55 | 0.29 | 0.7 |
| Hex | A0 | C8 | 9C | 14 | 0 | 16 | 16 | 73 | 1D | 46 |
| Octal | 240 | 310 | 234 | 24 | 0 | 26 | 26 | 163 | 35 | 106 |
| Binary | 10100000 | 11001000 | 10011100 | 10100 | 0 | 10110 | 10110 | 1110011 | 11101 | 1000110 |
Color Harmonies of #A0C89C
Complementary color
Monochromatic Colors of #A0C89C
Black with #A0C89C
Text Example
Text Example
White with #A0C89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C89C; }
p { color: rgb(160,200,156); }
H1.HeaderClassName
{
color: #A0C89C;
}
.AnyTagClassName
{
color: #A0C89C;
}
</style>
background-color css
<style>
a { background-color: #A0C89C; }
a { background-color: rgb(160,200,156); }
div.DivClassName
{
background-color: #A0C89C;
}
.BgClassName
{
background-color: #A0C89C;
}
</style>
border-color css
<style>
span { border-color: #A0C89C; }
span { border-color: rgb(160,200,156); }
td.TdClassName
{
border-color: #A0C89C;
}
.TagClassName
{
border-color: #A0C89C;
}
</style>