Shades of Neutral Green #AFAE7F
Tints of Neutral Green #AFAE7F
RGB
CMYK
RGB Variations
Color information
#AFAE7F (or 0xAFAE7F) is known color: Neutral Green. HEX triplet: AF, AE and 7F. RGB value is (175,174,127). Sum of RGB (Red+Green+Blue) = 175+174+127=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE7F is #505180. Grayscale: #A9A9A9. Windows color (decimal): -5263745 or 8367791. OLE color: 8367791.
HSL color Cylindrical-coordinate representation of color #AFAE7F: hue angle of 58.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFAE7F is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 127 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.31 |
| HSL | 58.75º | 0.23% | 0.59% | - |
| HSV(B) | 58.75º | 0.27% | 0.69% | - |
| XYZ | 36.65 | 40.92 | 26.05 | - |
| YUV | 168.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 127 | 0 | 0.01 | 0.27 | 0.31 | 58.75 | 0.23 | 0.59 |
| Hex | AF | AE | 7F | 0 | 1 | 1B | 1F | 3B | 17 | 3B |
| Octal | 257 | 256 | 177 | 0 | 1 | 33 | 37 | 73 | 27 | 73 |
| Binary | 10101111 | 10101110 | 1111111 | 0 | 1 | 11011 | 11111 | 111011 | 10111 | 111011 |
Color Harmonies of #AFAE7F
Complementary color
Monochromatic Colors of #AFAE7F
Black with #AFAE7F
Text Example
Text Example
White with #AFAE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE7F; }
p { color: rgb(175,174,127); }
H1.HeaderClassName
{
color: #AFAE7F;
}
.AnyTagClassName
{
color: #AFAE7F;
}
</style>
background-color css
<style>
a { background-color: #AFAE7F; }
a { background-color: rgb(175,174,127); }
div.DivClassName
{
background-color: #AFAE7F;
}
.BgClassName
{
background-color: #AFAE7F;
}
</style>
border-color css
<style>
span { border-color: #AFAE7F; }
span { border-color: rgb(175,174,127); }
td.TdClassName
{
border-color: #AFAE7F;
}
.TagClassName
{
border-color: #AFAE7F;
}
</style>