Shades of Spring Rain #A0CC9B
Tints of Spring Rain #A0CC9B
RGB
CMYK
RGB Variations
Color information
#A0CC9B (or 0xA0CC9B) is known color: Spring Rain. HEX triplet: A0, CC and 9B. RGB value is (160,204,155). Sum of RGB (Red+Green+Blue) = 160+204+155=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC9B is #5F3364. Grayscale: #B9B9B9. Windows color (decimal): -6239077 or 10210464. OLE color: 10210464.
HSL color Cylindrical-coordinate representation of color #A0CC9B: hue angle of 113.88º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0CC9B is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 155 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.2 |
| HSL | 113.88º | 0.32% | 0.7% | - |
| HSV(B) | 113.88º | 0.24% | 0.8% | - |
| XYZ | 42.01 | 53.03 | 39.03 | - |
| YUV | 185.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 155 | 0.22 | 0 | 0.24 | 0.2 | 113.88 | 0.32 | 0.7 |
| Hex | A0 | CC | 9B | 16 | 0 | 18 | 14 | 72 | 20 | 46 |
| Octal | 240 | 314 | 233 | 26 | 0 | 30 | 24 | 162 | 40 | 106 |
| Binary | 10100000 | 11001100 | 10011011 | 10110 | 0 | 11000 | 10100 | 1110010 | 100000 | 1000110 |
Color Harmonies of #A0CC9B
Complementary color
Monochromatic Colors of #A0CC9B
Black with #A0CC9B
Text Example
Text Example
White with #A0CC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC9B; }
p { color: rgb(160,204,155); }
H1.HeaderClassName
{
color: #A0CC9B;
}
.AnyTagClassName
{
color: #A0CC9B;
}
</style>
background-color css
<style>
a { background-color: #A0CC9B; }
a { background-color: rgb(160,204,155); }
div.DivClassName
{
background-color: #A0CC9B;
}
.BgClassName
{
background-color: #A0CC9B;
}
</style>
border-color css
<style>
span { border-color: #A0CC9B; }
span { border-color: rgb(160,204,155); }
td.TdClassName
{
border-color: #A0CC9B;
}
.TagClassName
{
border-color: #A0CC9B;
}
</style>