Shades of Green Spring #AFB89F
Tints of Green Spring #AFB89F
RGB
CMYK
RGB Variations
Color information
#AFB89F (or 0xAFB89F) is known color: Green Spring. HEX triplet: AF, B8 and 9F. RGB value is (175,184,159). Sum of RGB (Red+Green+Blue) = 175+184+159=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB89F is #504760. Grayscale: #B2B2B2. Windows color (decimal): -5261153 or 10467503. OLE color: 10467503.
HSL color Cylindrical-coordinate representation of color #AFB89F: hue angle of 81.6º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB89F is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 159 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.28 |
| HSL | 81.6º | 0.15% | 0.67% | - |
| HSV(B) | 81.6º | 0.14% | 0.72% | - |
| XYZ | 41.08 | 45.9 | 39.5 | - |
| YUV | 178.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 159 | 0.05 | 0 | 0.14 | 0.28 | 81.6 | 0.15 | 0.67 |
| Hex | AF | B8 | 9F | 5 | 0 | E | 1C | 52 | F | 43 |
| Octal | 257 | 270 | 237 | 5 | 0 | 16 | 34 | 122 | 17 | 103 |
| Binary | 10101111 | 10111000 | 10011111 | 101 | 0 | 1110 | 11100 | 1010010 | 1111 | 1000011 |
Color Harmonies of #AFB89F
Complementary color
Monochromatic Colors of #AFB89F
Black with #AFB89F
Text Example
Text Example
White with #AFB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB89F; }
p { color: rgb(175,184,159); }
H1.HeaderClassName
{
color: #AFB89F;
}
.AnyTagClassName
{
color: #AFB89F;
}
</style>
background-color css
<style>
a { background-color: #AFB89F; }
a { background-color: rgb(175,184,159); }
div.DivClassName
{
background-color: #AFB89F;
}
.BgClassName
{
background-color: #AFB89F;
}
</style>
border-color css
<style>
span { border-color: #AFB89F; }
span { border-color: rgb(175,184,159); }
td.TdClassName
{
border-color: #AFB89F;
}
.TagClassName
{
border-color: #AFB89F;
}
</style>