Shades of Green Spring #AFB991
Tints of Green Spring #AFB991
RGB
CMYK
RGB Variations
Color information
#AFB991 (or 0xAFB991) is known color: Green Spring. HEX triplet: AF, B9 and 91. RGB value is (175,185,145). Sum of RGB (Red+Green+Blue) = 175+185+145=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB991 is #50466E. Grayscale: #B1B1B1. Windows color (decimal): -5260911 or 9550255. OLE color: 9550255.
HSL color Cylindrical-coordinate representation of color #AFB991: hue angle of 75º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB991 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 145 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.27 |
| HSL | 75º | 0.22% | 0.65% | - |
| HSV(B) | 75º | 0.22% | 0.73% | - |
| XYZ | 40.14 | 45.86 | 33.52 | - |
| YUV | 177.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 145 | 0.05 | 0 | 0.22 | 0.27 | 75 | 0.22 | 0.65 |
| Hex | AF | B9 | 91 | 5 | 0 | 16 | 1B | 4B | 16 | 41 |
| Octal | 257 | 271 | 221 | 5 | 0 | 26 | 33 | 113 | 26 | 101 |
| Binary | 10101111 | 10111001 | 10010001 | 101 | 0 | 10110 | 11011 | 1001011 | 10110 | 1000001 |
Color Harmonies of #AFB991
Complementary color
Monochromatic Colors of #AFB991
Black with #AFB991
Text Example
Text Example
White with #AFB991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB991; }
p { color: rgb(175,185,145); }
H1.HeaderClassName
{
color: #AFB991;
}
.AnyTagClassName
{
color: #AFB991;
}
</style>
background-color css
<style>
a { background-color: #AFB991; }
a { background-color: rgb(175,185,145); }
div.DivClassName
{
background-color: #AFB991;
}
.BgClassName
{
background-color: #AFB991;
}
</style>
border-color css
<style>
span { border-color: #AFB991; }
span { border-color: rgb(175,185,145); }
td.TdClassName
{
border-color: #AFB991;
}
.TagClassName
{
border-color: #AFB991;
}
</style>