Shades of Neutral Green #ABAA80
Tints of Neutral Green #ABAA80
RGB
CMYK
RGB Variations
Color information
#ABAA80 (or 0xABAA80) is known color: Neutral Green. HEX triplet: AB, AA and 80. RGB value is (171,170,128). Sum of RGB (Red+Green+Blue) = 171+170+128=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA80 is #54557F. Grayscale: #A5A5A5. Windows color (decimal): -5526912 or 8432299. OLE color: 8432299.
HSL color Cylindrical-coordinate representation of color #ABAA80: hue angle of 58.6º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAA80 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 128 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.33 |
| HSL | 58.6º | 0.2% | 0.59% | - |
| HSV(B) | 58.6º | 0.25% | 0.67% | - |
| XYZ | 35.07 | 38.97 | 26.1 | - |
| YUV | 165.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 128 | 0 | 0.01 | 0.25 | 0.33 | 58.6 | 0.2 | 0.59 |
| Hex | AB | AA | 80 | 0 | 1 | 19 | 21 | 3B | 14 | 3B |
| Octal | 253 | 252 | 200 | 0 | 1 | 31 | 41 | 73 | 24 | 73 |
| Binary | 10101011 | 10101010 | 10000000 | 0 | 1 | 11001 | 100001 | 111011 | 10100 | 111011 |
Color Harmonies of #ABAA80
Complementary color
Monochromatic Colors of #ABAA80
Black with #ABAA80
Text Example
Text Example
White with #ABAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA80; }
p { color: rgb(171,170,128); }
H1.HeaderClassName
{
color: #ABAA80;
}
.AnyTagClassName
{
color: #ABAA80;
}
</style>
background-color css
<style>
a { background-color: #ABAA80; }
a { background-color: rgb(171,170,128); }
div.DivClassName
{
background-color: #ABAA80;
}
.BgClassName
{
background-color: #ABAA80;
}
</style>
border-color css
<style>
span { border-color: #ABAA80; }
span { border-color: rgb(171,170,128); }
td.TdClassName
{
border-color: #ABAA80;
}
.TagClassName
{
border-color: #ABAA80;
}
</style>