Shades of Neutral Green #AFB082
Tints of Neutral Green #AFB082
RGB
CMYK
RGB Variations
Color information
#AFB082 (or 0xAFB082) is known color: Neutral Green. HEX triplet: AF, B0 and 82. RGB value is (175,176,130). Sum of RGB (Red+Green+Blue) = 175+176+130=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB082 is #504F7D. Grayscale: #AAAAAA. Windows color (decimal): -5263230 or 8564911. OLE color: 8564911.
HSL color Cylindrical-coordinate representation of color #AFB082: hue angle of 61.3º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB082 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 130 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.31 |
| HSL | 61.3º | 0.23% | 0.6% | - |
| HSV(B) | 61.3º | 0.26% | 0.69% | - |
| XYZ | 37.23 | 41.78 | 27.22 | - |
| YUV | 170.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 130 | 0.01 | 0 | 0.26 | 0.31 | 61.3 | 0.23 | 0.6 |
| Hex | AF | B0 | 82 | 1 | 0 | 1A | 1F | 3D | 17 | 3C |
| Octal | 257 | 260 | 202 | 1 | 0 | 32 | 37 | 75 | 27 | 74 |
| Binary | 10101111 | 10110000 | 10000010 | 1 | 0 | 11010 | 11111 | 111101 | 10111 | 111100 |
Color Harmonies of #AFB082
Complementary color
Monochromatic Colors of #AFB082
Black with #AFB082
Text Example
Text Example
White with #AFB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB082; }
p { color: rgb(175,176,130); }
H1.HeaderClassName
{
color: #AFB082;
}
.AnyTagClassName
{
color: #AFB082;
}
</style>
background-color css
<style>
a { background-color: #AFB082; }
a { background-color: rgb(175,176,130); }
div.DivClassName
{
background-color: #AFB082;
}
.BgClassName
{
background-color: #AFB082;
}
</style>
border-color css
<style>
span { border-color: #AFB082; }
span { border-color: rgb(175,176,130); }
td.TdClassName
{
border-color: #AFB082;
}
.TagClassName
{
border-color: #AFB082;
}
</style>