Shades of Green Spring #AFB29E
Tints of Green Spring #AFB29E
RGB
CMYK
RGB Variations
Color information
#AFB29E (or 0xAFB29E) is known color: Green Spring. HEX triplet: AF, B2 and 9E. RGB value is (175,178,158). Sum of RGB (Red+Green+Blue) = 175+178+158=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB29E is #504D61. Grayscale: #AEAEAE. Windows color (decimal): -5262690 or 10400431. OLE color: 10400431.
HSL color Cylindrical-coordinate representation of color #AFB29E: hue angle of 69º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFB29E is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 158 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.30 |
| HSL | 69º | 0.11% | 0.66% | - |
| HSV(B) | 69º | 0.11% | 0.7% | - |
| XYZ | 39.77 | 43.42 | 38.63 | - |
| YUV | 174.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 158 | 0.02 | 0 | 0.11 | 0.30 | 69 | 0.11 | 0.66 |
| Hex | AF | B2 | 9E | 2 | 0 | B | 1E | 45 | B | 42 |
| Octal | 257 | 262 | 236 | 2 | 0 | 13 | 36 | 105 | 13 | 102 |
| Binary | 10101111 | 10110010 | 10011110 | 10 | 0 | 1011 | 11110 | 1000101 | 1011 | 1000010 |
Color Harmonies of #AFB29E
Complementary color
Monochromatic Colors of #AFB29E
Black with #AFB29E
Text Example
Text Example
White with #AFB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB29E; }
p { color: rgb(175,178,158); }
H1.HeaderClassName
{
color: #AFB29E;
}
.AnyTagClassName
{
color: #AFB29E;
}
</style>
background-color css
<style>
a { background-color: #AFB29E; }
a { background-color: rgb(175,178,158); }
div.DivClassName
{
background-color: #AFB29E;
}
.BgClassName
{
background-color: #AFB29E;
}
</style>
border-color css
<style>
span { border-color: #AFB29E; }
span { border-color: rgb(175,178,158); }
td.TdClassName
{
border-color: #AFB29E;
}
.TagClassName
{
border-color: #AFB29E;
}
</style>