Shades of Green Spring #AFB791
Tints of Green Spring #AFB791
RGB
CMYK
RGB Variations
Color information
#AFB791 (or 0xAFB791) is known color: Green Spring. HEX triplet: AF, B7 and 91. RGB value is (175,183,145). Sum of RGB (Red+Green+Blue) = 175+183+145=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB791 is #50486E. Grayscale: #B0B0B0. Windows color (decimal): -5261423 or 9549743. OLE color: 9549743.
HSL color Cylindrical-coordinate representation of color #AFB791: hue angle of 72.63º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB791 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 145 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.28 |
| HSL | 72.63º | 0.21% | 0.64% | - |
| HSV(B) | 72.63º | 0.21% | 0.72% | - |
| XYZ | 39.72 | 45.03 | 33.39 | - |
| YUV | 176.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 145 | 0.04 | 0 | 0.21 | 0.28 | 72.63 | 0.21 | 0.64 |
| Hex | AF | B7 | 91 | 4 | 0 | 15 | 1C | 49 | 15 | 40 |
| Octal | 257 | 267 | 221 | 4 | 0 | 25 | 34 | 111 | 25 | 100 |
| Binary | 10101111 | 10110111 | 10010001 | 100 | 0 | 10101 | 11100 | 1001001 | 10101 | 1000000 |
Color Harmonies of #AFB791
Complementary color
Monochromatic Colors of #AFB791
Black with #AFB791
Text Example
Text Example
White with #AFB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB791; }
p { color: rgb(175,183,145); }
H1.HeaderClassName
{
color: #AFB791;
}
.AnyTagClassName
{
color: #AFB791;
}
</style>
background-color css
<style>
a { background-color: #AFB791; }
a { background-color: rgb(175,183,145); }
div.DivClassName
{
background-color: #AFB791;
}
.BgClassName
{
background-color: #AFB791;
}
</style>
border-color css
<style>
span { border-color: #AFB791; }
span { border-color: rgb(175,183,145); }
td.TdClassName
{
border-color: #AFB791;
}
.TagClassName
{
border-color: #AFB791;
}
</style>