Shades of Green Spring #AFB99D
Tints of Green Spring #AFB99D
RGB
CMYK
RGB Variations
Color information
#AFB99D (or 0xAFB99D) is known color: Green Spring. HEX triplet: AF, B9 and 9D. RGB value is (175,185,157). Sum of RGB (Red+Green+Blue) = 175+185+157=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB99D is #504662. Grayscale: #B2B2B2. Windows color (decimal): -5260899 or 10336687. OLE color: 10336687.
HSL color Cylindrical-coordinate representation of color #AFB99D: hue angle of 81.43º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB99D is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 157 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.27 |
| HSL | 81.43º | 0.17% | 0.67% | - |
| HSV(B) | 81.43º | 0.15% | 0.73% | - |
| XYZ | 41.11 | 46.25 | 38.66 | - |
| YUV | 178.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 157 | 0.05 | 0 | 0.15 | 0.27 | 81.43 | 0.17 | 0.67 |
| Hex | AF | B9 | 9D | 5 | 0 | F | 1B | 51 | 11 | 43 |
| Octal | 257 | 271 | 235 | 5 | 0 | 17 | 33 | 121 | 21 | 103 |
| Binary | 10101111 | 10111001 | 10011101 | 101 | 0 | 1111 | 11011 | 1010001 | 10001 | 1000011 |
Color Harmonies of #AFB99D
Complementary color
Monochromatic Colors of #AFB99D
Black with #AFB99D
Text Example
Text Example
White with #AFB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB99D; }
p { color: rgb(175,185,157); }
H1.HeaderClassName
{
color: #AFB99D;
}
.AnyTagClassName
{
color: #AFB99D;
}
</style>
background-color css
<style>
a { background-color: #AFB99D; }
a { background-color: rgb(175,185,157); }
div.DivClassName
{
background-color: #AFB99D;
}
.BgClassName
{
background-color: #AFB99D;
}
</style>
border-color css
<style>
span { border-color: #AFB99D; }
span { border-color: rgb(175,185,157); }
td.TdClassName
{
border-color: #AFB99D;
}
.TagClassName
{
border-color: #AFB99D;
}
</style>