Shades of Green Spring #AFB69E
Tints of Green Spring #AFB69E
RGB
CMYK
RGB Variations
Color information
#AFB69E (or 0xAFB69E) is known color: Green Spring. HEX triplet: AF, B6 and 9E. RGB value is (175,182,158). Sum of RGB (Red+Green+Blue) = 175+182+158=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB69E is #504961. Grayscale: #B1B1B1. Windows color (decimal): -5261666 or 10401455. OLE color: 10401455.
HSL color Cylindrical-coordinate representation of color #AFB69E: hue angle of 77.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB69E is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 158 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.29 |
| HSL | 77.5º | 0.14% | 0.67% | - |
| HSV(B) | 77.5º | 0.13% | 0.71% | - |
| XYZ | 40.58 | 45.04 | 38.9 | - |
| YUV | 177.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 158 | 0.04 | 0 | 0.13 | 0.29 | 77.5 | 0.14 | 0.67 |
| Hex | AF | B6 | 9E | 4 | 0 | D | 1D | 4E | E | 43 |
| Octal | 257 | 266 | 236 | 4 | 0 | 15 | 35 | 116 | 16 | 103 |
| Binary | 10101111 | 10110110 | 10011110 | 100 | 0 | 1101 | 11101 | 1001110 | 1110 | 1000011 |
Color Harmonies of #AFB69E
Complementary color
Monochromatic Colors of #AFB69E
Black with #AFB69E
Text Example
Text Example
White with #AFB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB69E; }
p { color: rgb(175,182,158); }
H1.HeaderClassName
{
color: #AFB69E;
}
.AnyTagClassName
{
color: #AFB69E;
}
</style>
background-color css
<style>
a { background-color: #AFB69E; }
a { background-color: rgb(175,182,158); }
div.DivClassName
{
background-color: #AFB69E;
}
.BgClassName
{
background-color: #AFB69E;
}
</style>
border-color css
<style>
span { border-color: #AFB69E; }
span { border-color: rgb(175,182,158); }
td.TdClassName
{
border-color: #AFB69E;
}
.TagClassName
{
border-color: #AFB69E;
}
</style>