Shades of Neutral Green #AFAC7C
Tints of Neutral Green #AFAC7C
RGB
CMYK
RGB Variations
Color information
#AFAC7C (or 0xAFAC7C) is known color: Neutral Green. HEX triplet: AF, AC and 7C. RGB value is (175,172,124). Sum of RGB (Red+Green+Blue) = 175+172+124=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC7C is #505383. Grayscale: #A7A7A7. Windows color (decimal): -5264260 or 8170671. OLE color: 8170671.
HSL color Cylindrical-coordinate representation of color #AFAC7C: hue angle of 56.47º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFAC7C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 124 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.31 |
| HSL | 56.47º | 0.24% | 0.59% | - |
| HSV(B) | 56.47º | 0.29% | 0.69% | - |
| XYZ | 36.07 | 40.07 | 24.9 | - |
| YUV | 167.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 124 | 0 | 0.02 | 0.29 | 0.31 | 56.47 | 0.24 | 0.59 |
| Hex | AF | AC | 7C | 0 | 2 | 1D | 1F | 38 | 18 | 3B |
| Octal | 257 | 254 | 174 | 0 | 2 | 35 | 37 | 70 | 30 | 73 |
| Binary | 10101111 | 10101100 | 1111100 | 0 | 10 | 11101 | 11111 | 111000 | 11000 | 111011 |
Color Harmonies of #AFAC7C
Complementary color
Monochromatic Colors of #AFAC7C
Black with #AFAC7C
Text Example
Text Example
White with #AFAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC7C; }
p { color: rgb(175,172,124); }
H1.HeaderClassName
{
color: #AFAC7C;
}
.AnyTagClassName
{
color: #AFAC7C;
}
</style>
background-color css
<style>
a { background-color: #AFAC7C; }
a { background-color: rgb(175,172,124); }
div.DivClassName
{
background-color: #AFAC7C;
}
.BgClassName
{
background-color: #AFAC7C;
}
</style>
border-color css
<style>
span { border-color: #AFAC7C; }
span { border-color: rgb(175,172,124); }
td.TdClassName
{
border-color: #AFAC7C;
}
.TagClassName
{
border-color: #AFAC7C;
}
</style>