Shades of Spring Rain #A0BF93
Tints of Spring Rain #A0BF93
RGB
CMYK
RGB Variations
Color information
#A0BF93 (or 0xA0BF93) is known color: Spring Rain. HEX triplet: A0, BF and 93. RGB value is (160,191,147). Sum of RGB (Red+Green+Blue) = 160+191+147=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BF93 is #5F406C. Grayscale: #B0B0B0. Windows color (decimal): -6242413 or 9682848. OLE color: 9682848.
HSL color Cylindrical-coordinate representation of color #A0BF93: hue angle of 102.27º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0BF93 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 147 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.25 |
| HSL | 102.27º | 0.26% | 0.66% | - |
| HSV(B) | 102.27º | 0.23% | 0.75% | - |
| XYZ | 38.39 | 46.84 | 34.62 | - |
| YUV | 176.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 147 | 0.16 | 0 | 0.23 | 0.25 | 102.27 | 0.26 | 0.66 |
| Hex | A0 | BF | 93 | 10 | 0 | 17 | 19 | 66 | 1A | 42 |
| Octal | 240 | 277 | 223 | 20 | 0 | 27 | 31 | 146 | 32 | 102 |
| Binary | 10100000 | 10111111 | 10010011 | 10000 | 0 | 10111 | 11001 | 1100110 | 11010 | 1000010 |
Color Harmonies of #A0BF93
Complementary color
Monochromatic Colors of #A0BF93
Black with #A0BF93
Text Example
Text Example
White with #A0BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF93; }
p { color: rgb(160,191,147); }
H1.HeaderClassName
{
color: #A0BF93;
}
.AnyTagClassName
{
color: #A0BF93;
}
</style>
background-color css
<style>
a { background-color: #A0BF93; }
a { background-color: rgb(160,191,147); }
div.DivClassName
{
background-color: #A0BF93;
}
.BgClassName
{
background-color: #A0BF93;
}
</style>
border-color css
<style>
span { border-color: #A0BF93; }
span { border-color: rgb(160,191,147); }
td.TdClassName
{
border-color: #A0BF93;
}
.TagClassName
{
border-color: #A0BF93;
}
</style>