Shades of Spring Rain #A0BC9A
Tints of Spring Rain #A0BC9A
RGB
CMYK
RGB Variations
Color information
#A0BC9A (or 0xA0BC9A) is known color: Spring Rain. HEX triplet: A0, BC and 9A. RGB value is (160,188,154). Sum of RGB (Red+Green+Blue) = 160+188+154=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BC9A is #5F4365. Grayscale: #AFAFAF. Windows color (decimal): -6243174 or 10140832. OLE color: 10140832.
HSL color Cylindrical-coordinate representation of color #A0BC9A: hue angle of 109.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0BC9A is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 154 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.26 |
| HSL | 109.41º | 0.2% | 0.67% | - |
| HSV(B) | 109.41º | 0.18% | 0.74% | - |
| XYZ | 38.31 | 45.77 | 37.39 | - |
| YUV | 175.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 154 | 0.15 | 0 | 0.18 | 0.26 | 109.41 | 0.2 | 0.67 |
| Hex | A0 | BC | 9A | F | 0 | 12 | 1A | 6D | 14 | 43 |
| Octal | 240 | 274 | 232 | 17 | 0 | 22 | 32 | 155 | 24 | 103 |
| Binary | 10100000 | 10111100 | 10011010 | 1111 | 0 | 10010 | 11010 | 1101101 | 10100 | 1000011 |
Color Harmonies of #A0BC9A
Complementary color
Monochromatic Colors of #A0BC9A
Black with #A0BC9A
Text Example
Text Example
White with #A0BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC9A; }
p { color: rgb(160,188,154); }
H1.HeaderClassName
{
color: #A0BC9A;
}
.AnyTagClassName
{
color: #A0BC9A;
}
</style>
background-color css
<style>
a { background-color: #A0BC9A; }
a { background-color: rgb(160,188,154); }
div.DivClassName
{
background-color: #A0BC9A;
}
.BgClassName
{
background-color: #A0BC9A;
}
</style>
border-color css
<style>
span { border-color: #A0BC9A; }
span { border-color: rgb(160,188,154); }
td.TdClassName
{
border-color: #A0BC9A;
}
.TagClassName
{
border-color: #A0BC9A;
}
</style>