Shades of Spring Rain #A0BF99
Tints of Spring Rain #A0BF99
RGB
CMYK
RGB Variations
Color information
#A0BF99 (or 0xA0BF99) is known color: Spring Rain. HEX triplet: A0, BF and 99. RGB value is (160,191,153). Sum of RGB (Red+Green+Blue) = 160+191+153=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BF99 is #5F4066. Grayscale: #B1B1B1. Windows color (decimal): -6242407 or 10076064. OLE color: 10076064.
HSL color Cylindrical-coordinate representation of color #A0BF99: hue angle of 108.95º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0BF99 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 153 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.25 |
| HSL | 108.95º | 0.23% | 0.67% | - |
| HSV(B) | 108.95º | 0.2% | 0.75% | - |
| XYZ | 38.88 | 47.04 | 37.17 | - |
| YUV | 177.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 153 | 0.16 | 0 | 0.20 | 0.25 | 108.95 | 0.23 | 0.67 |
| Hex | A0 | BF | 99 | 10 | 0 | 14 | 19 | 6D | 17 | 43 |
| Octal | 240 | 277 | 231 | 20 | 0 | 24 | 31 | 155 | 27 | 103 |
| Binary | 10100000 | 10111111 | 10011001 | 10000 | 0 | 10100 | 11001 | 1101101 | 10111 | 1000011 |
Color Harmonies of #A0BF99
Complementary color
Monochromatic Colors of #A0BF99
Black with #A0BF99
Text Example
Text Example
White with #A0BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF99; }
p { color: rgb(160,191,153); }
H1.HeaderClassName
{
color: #A0BF99;
}
.AnyTagClassName
{
color: #A0BF99;
}
</style>
background-color css
<style>
a { background-color: #A0BF99; }
a { background-color: rgb(160,191,153); }
div.DivClassName
{
background-color: #A0BF99;
}
.BgClassName
{
background-color: #A0BF99;
}
</style>
border-color css
<style>
span { border-color: #A0BF99; }
span { border-color: rgb(160,191,153); }
td.TdClassName
{
border-color: #A0BF99;
}
.TagClassName
{
border-color: #A0BF99;
}
</style>