Shades of Spring Rain #A0CC9C
Tints of Spring Rain #A0CC9C
RGB
CMYK
RGB Variations
Color information
#A0CC9C (or 0xA0CC9C) is known color: Spring Rain. HEX triplet: A0, CC and 9C. RGB value is (160,204,156). Sum of RGB (Red+Green+Blue) = 160+204+156=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC9C is #5F3363. Grayscale: #B9B9B9. Windows color (decimal): -6239076 or 10276000. OLE color: 10276000.
HSL color Cylindrical-coordinate representation of color #A0CC9C: hue angle of 115º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0CC9C is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 156 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.2 |
| HSL | 115º | 0.32% | 0.71% | - |
| HSV(B) | 115º | 0.24% | 0.8% | - |
| XYZ | 42.09 | 53.06 | 39.48 | - |
| YUV | 185.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 156 | 0.22 | 0 | 0.24 | 0.2 | 115 | 0.32 | 0.71 |
| Hex | A0 | CC | 9C | 16 | 0 | 18 | 14 | 73 | 20 | 47 |
| Octal | 240 | 314 | 234 | 26 | 0 | 30 | 24 | 163 | 40 | 107 |
| Binary | 10100000 | 11001100 | 10011100 | 10110 | 0 | 11000 | 10100 | 1110011 | 100000 | 1000111 |
Color Harmonies of #A0CC9C
Complementary color
Monochromatic Colors of #A0CC9C
Black with #A0CC9C
Text Example
Text Example
White with #A0CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC9C; }
p { color: rgb(160,204,156); }
H1.HeaderClassName
{
color: #A0CC9C;
}
.AnyTagClassName
{
color: #A0CC9C;
}
</style>
background-color css
<style>
a { background-color: #A0CC9C; }
a { background-color: rgb(160,204,156); }
div.DivClassName
{
background-color: #A0CC9C;
}
.BgClassName
{
background-color: #A0CC9C;
}
</style>
border-color css
<style>
span { border-color: #A0CC9C; }
span { border-color: rgb(160,204,156); }
td.TdClassName
{
border-color: #A0CC9C;
}
.TagClassName
{
border-color: #A0CC9C;
}
</style>