Shades of Green Spring #AFB89A
Tints of Green Spring #AFB89A
RGB
CMYK
RGB Variations
Color information
#AFB89A (or 0xAFB89A) is known color: Green Spring. HEX triplet: AF, B8 and 9A. RGB value is (175,184,154). Sum of RGB (Red+Green+Blue) = 175+184+154=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB89A is #504765. Grayscale: #B2B2B2. Windows color (decimal): -5261158 or 10139823. OLE color: 10139823.
HSL color Cylindrical-coordinate representation of color #AFB89A: hue angle of 78º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB89A is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 154 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.28 |
| HSL | 78º | 0.17% | 0.66% | - |
| HSV(B) | 78º | 0.16% | 0.72% | - |
| XYZ | 40.65 | 45.73 | 37.26 | - |
| YUV | 177.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 154 | 0.05 | 0 | 0.16 | 0.28 | 78 | 0.17 | 0.66 |
| Hex | AF | B8 | 9A | 5 | 0 | 10 | 1C | 4E | 11 | 42 |
| Octal | 257 | 270 | 232 | 5 | 0 | 20 | 34 | 116 | 21 | 102 |
| Binary | 10101111 | 10111000 | 10011010 | 101 | 0 | 10000 | 11100 | 1001110 | 10001 | 1000010 |
Color Harmonies of #AFB89A
Complementary color
Monochromatic Colors of #AFB89A
Black with #AFB89A
Text Example
Text Example
White with #AFB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB89A; }
p { color: rgb(175,184,154); }
H1.HeaderClassName
{
color: #AFB89A;
}
.AnyTagClassName
{
color: #AFB89A;
}
</style>
background-color css
<style>
a { background-color: #AFB89A; }
a { background-color: rgb(175,184,154); }
div.DivClassName
{
background-color: #AFB89A;
}
.BgClassName
{
background-color: #AFB89A;
}
</style>
border-color css
<style>
span { border-color: #AFB89A; }
span { border-color: rgb(175,184,154); }
td.TdClassName
{
border-color: #AFB89A;
}
.TagClassName
{
border-color: #AFB89A;
}
</style>