Shades of Green Spring #AFB39E
Tints of Green Spring #AFB39E
RGB
CMYK
RGB Variations
Color information
#AFB39E (or 0xAFB39E) is known color: Green Spring. HEX triplet: AF, B3 and 9E. RGB value is (175,179,158). Sum of RGB (Red+Green+Blue) = 175+179+158=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB39E is #504C61. Grayscale: #AFAFAF. Windows color (decimal): -5262434 or 10400687. OLE color: 10400687.
HSL color Cylindrical-coordinate representation of color #AFB39E: hue angle of 71.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB39E is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 158 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.30 |
| HSL | 71.43º | 0.12% | 0.66% | - |
| HSV(B) | 71.43º | 0.12% | 0.7% | - |
| XYZ | 39.97 | 43.82 | 38.7 | - |
| YUV | 175.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 158 | 0.02 | 0 | 0.12 | 0.30 | 71.43 | 0.12 | 0.66 |
| Hex | AF | B3 | 9E | 2 | 0 | C | 1E | 47 | C | 42 |
| Octal | 257 | 263 | 236 | 2 | 0 | 14 | 36 | 107 | 14 | 102 |
| Binary | 10101111 | 10110011 | 10011110 | 10 | 0 | 1100 | 11110 | 1000111 | 1100 | 1000010 |
Color Harmonies of #AFB39E
Complementary color
Monochromatic Colors of #AFB39E
Black with #AFB39E
Text Example
Text Example
White with #AFB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB39E; }
p { color: rgb(175,179,158); }
H1.HeaderClassName
{
color: #AFB39E;
}
.AnyTagClassName
{
color: #AFB39E;
}
</style>
background-color css
<style>
a { background-color: #AFB39E; }
a { background-color: rgb(175,179,158); }
div.DivClassName
{
background-color: #AFB39E;
}
.BgClassName
{
background-color: #AFB39E;
}
</style>
border-color css
<style>
span { border-color: #AFB39E; }
span { border-color: rgb(175,179,158); }
td.TdClassName
{
border-color: #AFB39E;
}
.TagClassName
{
border-color: #AFB39E;
}
</style>