Shades of Green Spring #AFB599
Tints of Green Spring #AFB599
RGB
CMYK
RGB Variations
Color information
#AFB599 (or 0xAFB599) is known color: Green Spring. HEX triplet: AF, B5 and 99. RGB value is (175,181,153). Sum of RGB (Red+Green+Blue) = 175+181+153=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB599 is #504A66. Grayscale: #B0B0B0. Windows color (decimal): -5261927 or 10073519. OLE color: 10073519.
HSL color Cylindrical-coordinate representation of color #AFB599: hue angle of 72.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB599 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 153 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.29 |
| HSL | 72.86º | 0.16% | 0.65% | - |
| HSV(B) | 72.86º | 0.15% | 0.71% | - |
| XYZ | 39.95 | 44.46 | 36.61 | - |
| YUV | 176.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 153 | 0.03 | 0 | 0.15 | 0.29 | 72.86 | 0.16 | 0.65 |
| Hex | AF | B5 | 99 | 3 | 0 | F | 1D | 49 | 10 | 41 |
| Octal | 257 | 265 | 231 | 3 | 0 | 17 | 35 | 111 | 20 | 101 |
| Binary | 10101111 | 10110101 | 10011001 | 11 | 0 | 1111 | 11101 | 1001001 | 10000 | 1000001 |
Color Harmonies of #AFB599
Complementary color
Monochromatic Colors of #AFB599
Black with #AFB599
Text Example
Text Example
White with #AFB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB599; }
p { color: rgb(175,181,153); }
H1.HeaderClassName
{
color: #AFB599;
}
.AnyTagClassName
{
color: #AFB599;
}
</style>
background-color css
<style>
a { background-color: #AFB599; }
a { background-color: rgb(175,181,153); }
div.DivClassName
{
background-color: #AFB599;
}
.BgClassName
{
background-color: #AFB599;
}
</style>
border-color css
<style>
span { border-color: #AFB599; }
span { border-color: rgb(175,181,153); }
td.TdClassName
{
border-color: #AFB599;
}
.TagClassName
{
border-color: #AFB599;
}
</style>