Shades of Green Spring #AFB591
Tints of Green Spring #AFB591
RGB
CMYK
RGB Variations
Color information
#AFB591 (or 0xAFB591) is known color: Green Spring. HEX triplet: AF, B5 and 91. RGB value is (175,181,145). Sum of RGB (Red+Green+Blue) = 175+181+145=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB591 is #504A6E. Grayscale: #AFAFAF. Windows color (decimal): -5261935 or 9549231. OLE color: 9549231.
HSL color Cylindrical-coordinate representation of color #AFB591: hue angle of 70º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB591 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 145 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.29 |
| HSL | 70º | 0.2% | 0.64% | - |
| HSV(B) | 70º | 0.2% | 0.71% | - |
| XYZ | 39.31 | 44.21 | 33.25 | - |
| YUV | 175.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 145 | 0.03 | 0 | 0.20 | 0.29 | 70 | 0.2 | 0.64 |
| Hex | AF | B5 | 91 | 3 | 0 | 14 | 1D | 46 | 14 | 40 |
| Octal | 257 | 265 | 221 | 3 | 0 | 24 | 35 | 106 | 24 | 100 |
| Binary | 10101111 | 10110101 | 10010001 | 11 | 0 | 10100 | 11101 | 1000110 | 10100 | 1000000 |
Color Harmonies of #AFB591
Complementary color
Monochromatic Colors of #AFB591
Black with #AFB591
Text Example
Text Example
White with #AFB591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB591; }
p { color: rgb(175,181,145); }
H1.HeaderClassName
{
color: #AFB591;
}
.AnyTagClassName
{
color: #AFB591;
}
</style>
background-color css
<style>
a { background-color: #AFB591; }
a { background-color: rgb(175,181,145); }
div.DivClassName
{
background-color: #AFB591;
}
.BgClassName
{
background-color: #AFB591;
}
</style>
border-color css
<style>
span { border-color: #AFB591; }
span { border-color: rgb(175,181,145); }
td.TdClassName
{
border-color: #AFB591;
}
.TagClassName
{
border-color: #AFB591;
}
</style>