Shades of Green Spring #AFB49B
Tints of Green Spring #AFB49B
RGB
CMYK
RGB Variations
Color information
#AFB49B (or 0xAFB49B) is known color: Green Spring. HEX triplet: AF, B4 and 9B. RGB value is (175,180,155). Sum of RGB (Red+Green+Blue) = 175+180+155=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49B is #504B64. Grayscale: #AFAFAF. Windows color (decimal): -5262181 or 10204335. OLE color: 10204335.
HSL color Cylindrical-coordinate representation of color #AFB49B: hue angle of 72º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB49B is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 155 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.29 |
| HSL | 72º | 0.14% | 0.66% | - |
| HSV(B) | 72º | 0.14% | 0.71% | - |
| XYZ | 39.92 | 44.12 | 37.42 | - |
| YUV | 175.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 155 | 0.03 | 0 | 0.14 | 0.29 | 72 | 0.14 | 0.66 |
| Hex | AF | B4 | 9B | 3 | 0 | E | 1D | 48 | E | 42 |
| Octal | 257 | 264 | 233 | 3 | 0 | 16 | 35 | 110 | 16 | 102 |
| Binary | 10101111 | 10110100 | 10011011 | 11 | 0 | 1110 | 11101 | 1001000 | 1110 | 1000010 |
Color Harmonies of #AFB49B
Complementary color
Monochromatic Colors of #AFB49B
Black with #AFB49B
Text Example
Text Example
White with #AFB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB49B; }
p { color: rgb(175,180,155); }
H1.HeaderClassName
{
color: #AFB49B;
}
.AnyTagClassName
{
color: #AFB49B;
}
</style>
background-color css
<style>
a { background-color: #AFB49B; }
a { background-color: rgb(175,180,155); }
div.DivClassName
{
background-color: #AFB49B;
}
.BgClassName
{
background-color: #AFB49B;
}
</style>
border-color css
<style>
span { border-color: #AFB49B; }
span { border-color: rgb(175,180,155); }
td.TdClassName
{
border-color: #AFB49B;
}
.TagClassName
{
border-color: #AFB49B;
}
</style>