Shades of Spring Rain #A0CC9E
Tints of Spring Rain #A0CC9E
RGB
CMYK
RGB Variations
Color information
#A0CC9E (or 0xA0CC9E) is known color: Spring Rain. HEX triplet: A0, CC and 9E. RGB value is (160,204,158). Sum of RGB (Red+Green+Blue) = 160+204+158=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC9E is #5F3361. Grayscale: #B9B9B9. Windows color (decimal): -6239074 or 10407072. OLE color: 10407072.
HSL color Cylindrical-coordinate representation of color #A0CC9E: hue angle of 117.39º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CC9E is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 158 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.2 |
| HSL | 117.39º | 0.31% | 0.71% | - |
| HSV(B) | 117.39º | 0.23% | 0.8% | - |
| XYZ | 42.26 | 53.13 | 40.38 | - |
| YUV | 185.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 158 | 0.22 | 0 | 0.23 | 0.2 | 117.39 | 0.31 | 0.71 |
| Hex | A0 | CC | 9E | 16 | 0 | 17 | 14 | 75 | 1F | 47 |
| Octal | 240 | 314 | 236 | 26 | 0 | 27 | 24 | 165 | 37 | 107 |
| Binary | 10100000 | 11001100 | 10011110 | 10110 | 0 | 10111 | 10100 | 1110101 | 11111 | 1000111 |
Color Harmonies of #A0CC9E
Complementary color
Monochromatic Colors of #A0CC9E
Black with #A0CC9E
Text Example
Text Example
White with #A0CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC9E; }
p { color: rgb(160,204,158); }
H1.HeaderClassName
{
color: #A0CC9E;
}
.AnyTagClassName
{
color: #A0CC9E;
}
</style>
background-color css
<style>
a { background-color: #A0CC9E; }
a { background-color: rgb(160,204,158); }
div.DivClassName
{
background-color: #A0CC9E;
}
.BgClassName
{
background-color: #A0CC9E;
}
</style>
border-color css
<style>
span { border-color: #A0CC9E; }
span { border-color: rgb(160,204,158); }
td.TdClassName
{
border-color: #A0CC9E;
}
.TagClassName
{
border-color: #A0CC9E;
}
</style>