Shades of Green Spring #AFB49D
Tints of Green Spring #AFB49D
RGB
CMYK
RGB Variations
Color information
#AFB49D (or 0xAFB49D) is known color: Green Spring. HEX triplet: AF, B4 and 9D. RGB value is (175,180,157). Sum of RGB (Red+Green+Blue) = 175+180+157=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49D is #504B62. Grayscale: #AFAFAF. Windows color (decimal): -5262179 or 10335407. OLE color: 10335407.
HSL color Cylindrical-coordinate representation of color #AFB49D: hue angle of 73.04º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB49D is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 157 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.29 |
| HSL | 73.04º | 0.13% | 0.66% | - |
| HSV(B) | 73.04º | 0.13% | 0.71% | - |
| XYZ | 40.09 | 44.19 | 38.32 | - |
| YUV | 175.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 157 | 0.03 | 0 | 0.13 | 0.29 | 73.04 | 0.13 | 0.66 |
| Hex | AF | B4 | 9D | 3 | 0 | D | 1D | 49 | D | 42 |
| Octal | 257 | 264 | 235 | 3 | 0 | 15 | 35 | 111 | 15 | 102 |
| Binary | 10101111 | 10110100 | 10011101 | 11 | 0 | 1101 | 11101 | 1001001 | 1101 | 1000010 |
Color Harmonies of #AFB49D
Complementary color
Monochromatic Colors of #AFB49D
Black with #AFB49D
Text Example
Text Example
White with #AFB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB49D; }
p { color: rgb(175,180,157); }
H1.HeaderClassName
{
color: #AFB49D;
}
.AnyTagClassName
{
color: #AFB49D;
}
</style>
background-color css
<style>
a { background-color: #AFB49D; }
a { background-color: rgb(175,180,157); }
div.DivClassName
{
background-color: #AFB49D;
}
.BgClassName
{
background-color: #AFB49D;
}
</style>
border-color css
<style>
span { border-color: #AFB49D; }
span { border-color: rgb(175,180,157); }
td.TdClassName
{
border-color: #AFB49D;
}
.TagClassName
{
border-color: #AFB49D;
}
</style>