Shades of Green Spring #AFB99E
Tints of Green Spring #AFB99E
RGB
CMYK
RGB Variations
Color information
#AFB99E (or 0xAFB99E) is known color: Green Spring. HEX triplet: AF, B9 and 9E. RGB value is (175,185,158). Sum of RGB (Red+Green+Blue) = 175+185+158=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB99E is #504661. Grayscale: #B3B3B3. Windows color (decimal): -5260898 or 10402223. OLE color: 10402223.
HSL color Cylindrical-coordinate representation of color #AFB99E: hue angle of 82.22º degrees, saturation: 0.16, 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 #AFB99E is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 158 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.27 |
| HSL | 82.22º | 0.16% | 0.67% | - |
| HSV(B) | 82.22º | 0.15% | 0.73% | - |
| XYZ | 41.2 | 46.28 | 39.11 | - |
| YUV | 178.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 158 | 0.05 | 0 | 0.15 | 0.27 | 82.22 | 0.16 | 0.67 |
| Hex | AF | B9 | 9E | 5 | 0 | F | 1B | 52 | 10 | 43 |
| Octal | 257 | 271 | 236 | 5 | 0 | 17 | 33 | 122 | 20 | 103 |
| Binary | 10101111 | 10111001 | 10011110 | 101 | 0 | 1111 | 11011 | 1010010 | 10000 | 1000011 |
Color Harmonies of #AFB99E
Complementary color
Monochromatic Colors of #AFB99E
Black with #AFB99E
Text Example
Text Example
White with #AFB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB99E; }
p { color: rgb(175,185,158); }
H1.HeaderClassName
{
color: #AFB99E;
}
.AnyTagClassName
{
color: #AFB99E;
}
</style>
background-color css
<style>
a { background-color: #AFB99E; }
a { background-color: rgb(175,185,158); }
div.DivClassName
{
background-color: #AFB99E;
}
.BgClassName
{
background-color: #AFB99E;
}
</style>
border-color css
<style>
span { border-color: #AFB99E; }
span { border-color: rgb(175,185,158); }
td.TdClassName
{
border-color: #AFB99E;
}
.TagClassName
{
border-color: #AFB99E;
}
</style>