Shades of Neutral Green #AEAE80
Tints of Neutral Green #AEAE80
RGB
CMYK
RGB Variations
Color information
#AEAE80 (or 0xAEAE80) is known color: Neutral Green. HEX triplet: AE, AE and 80. RGB value is (174,174,128). Sum of RGB (Red+Green+Blue) = 174+174+128=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE80 is #51517F. Grayscale: #A8A8A8. Windows color (decimal): -5329280 or 8433326. OLE color: 8433326.
HSL color Cylindrical-coordinate representation of color #AEAE80: hue angle of 60º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEAE80 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 128 | - |
| CMYK | 0 | 0 | 0.26 | 0.32 |
| HSL | 60º | 0.22% | 0.59% | - |
| HSV(B) | 60º | 0.26% | 0.68% | - |
| XYZ | 36.49 | 40.83 | 26.38 | - |
| YUV | 168.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 128 | 0 | 0 | 0.26 | 0.32 | 60 | 0.22 | 0.59 |
| Hex | AE | AE | 80 | 0 | 0 | 1A | 20 | 3C | 16 | 3B |
| Octal | 256 | 256 | 200 | 0 | 0 | 32 | 40 | 74 | 26 | 73 |
| Binary | 10101110 | 10101110 | 10000000 | 0 | 0 | 11010 | 100000 | 111100 | 10110 | 111011 |
Color Harmonies of #AEAE80
Complementary color
Monochromatic Colors of #AEAE80
Black with #AEAE80
Text Example
Text Example
White with #AEAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAE80; }
p { color: rgb(174,174,128); }
H1.HeaderClassName
{
color: #AEAE80;
}
.AnyTagClassName
{
color: #AEAE80;
}
</style>
background-color css
<style>
a { background-color: #AEAE80; }
a { background-color: rgb(174,174,128); }
div.DivClassName
{
background-color: #AEAE80;
}
.BgClassName
{
background-color: #AEAE80;
}
</style>
border-color css
<style>
span { border-color: #AEAE80; }
span { border-color: rgb(174,174,128); }
td.TdClassName
{
border-color: #AEAE80;
}
.TagClassName
{
border-color: #AEAE80;
}
</style>