Shades of Neutral Green #AFAF80
Tints of Neutral Green #AFAF80
RGB
CMYK
RGB Variations
Color information
#AFAF80 (or 0xAFAF80) is known color: Neutral Green. HEX triplet: AF, AF and 80. RGB value is (175,175,128). Sum of RGB (Red+Green+Blue) = 175+175+128=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF80 is #50507F. Grayscale: #A9A9A9. Windows color (decimal): -5263488 or 8433583. OLE color: 8433583.
HSL color Cylindrical-coordinate representation of color #AFAF80: hue angle of 60º 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 #AFAF80 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 128 | - |
| CMYK | 0 | 0 | 0.27 | 0.31 |
| HSL | 60º | 0.23% | 0.59% | - |
| HSV(B) | 60º | 0.27% | 0.69% | - |
| XYZ | 36.91 | 41.33 | 26.45 | - |
| YUV | 169.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 128 | 0 | 0 | 0.27 | 0.31 | 60 | 0.23 | 0.59 |
| Hex | AF | AF | 80 | 0 | 0 | 1B | 1F | 3C | 17 | 3B |
| Octal | 257 | 257 | 200 | 0 | 0 | 33 | 37 | 74 | 27 | 73 |
| Binary | 10101111 | 10101111 | 10000000 | 0 | 0 | 11011 | 11111 | 111100 | 10111 | 111011 |
Color Harmonies of #AFAF80
Complementary color
Monochromatic Colors of #AFAF80
Black with #AFAF80
Text Example
Text Example
White with #AFAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF80; }
p { color: rgb(175,175,128); }
H1.HeaderClassName
{
color: #AFAF80;
}
.AnyTagClassName
{
color: #AFAF80;
}
</style>
background-color css
<style>
a { background-color: #AFAF80; }
a { background-color: rgb(175,175,128); }
div.DivClassName
{
background-color: #AFAF80;
}
.BgClassName
{
background-color: #AFAF80;
}
</style>
border-color css
<style>
span { border-color: #AFAF80; }
span { border-color: rgb(175,175,128); }
td.TdClassName
{
border-color: #AFAF80;
}
.TagClassName
{
border-color: #AFAF80;
}
</style>