Shades of Neutral Green #AFAB74
Tints of Neutral Green #AFAB74
RGB
CMYK
RGB Variations
Color information
#AFAB74 (or 0xAFAB74) is known color: Neutral Green. HEX triplet: AF, AB and 74. RGB value is (175,171,116). Sum of RGB (Red+Green+Blue) = 175+171+116=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAB74 is #50548B. Grayscale: #A6A6A6. Windows color (decimal): -5264524 or 7646127. OLE color: 7646127.
HSL color Cylindrical-coordinate representation of color #AFAB74: hue angle of 55.93º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFAB74 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 116 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.31 |
| HSL | 55.93º | 0.27% | 0.57% | - |
| HSV(B) | 55.93º | 0.34% | 0.69% | - |
| XYZ | 35.39 | 39.5 | 22.28 | - |
| YUV | 165.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 116 | 0 | 0.02 | 0.34 | 0.31 | 55.93 | 0.27 | 0.57 |
| Hex | AF | AB | 74 | 0 | 2 | 22 | 1F | 38 | 1B | 39 |
| Octal | 257 | 253 | 164 | 0 | 2 | 42 | 37 | 70 | 33 | 71 |
| Binary | 10101111 | 10101011 | 1110100 | 0 | 10 | 100010 | 11111 | 111000 | 11011 | 111001 |
Color Harmonies of #AFAB74
Complementary color
Monochromatic Colors of #AFAB74
Black with #AFAB74
Text Example
Text Example
White with #AFAB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB74; }
p { color: rgb(175,171,116); }
H1.HeaderClassName
{
color: #AFAB74;
}
.AnyTagClassName
{
color: #AFAB74;
}
</style>
background-color css
<style>
a { background-color: #AFAB74; }
a { background-color: rgb(175,171,116); }
div.DivClassName
{
background-color: #AFAB74;
}
.BgClassName
{
background-color: #AFAB74;
}
</style>
border-color css
<style>
span { border-color: #AFAB74; }
span { border-color: rgb(175,171,116); }
td.TdClassName
{
border-color: #AFAB74;
}
.TagClassName
{
border-color: #AFAB74;
}
</style>