Shades of Green Spring #A4AB90
Tints of Green Spring #A4AB90
RGB
CMYK
RGB Variations
Color information
#A4AB90 (or 0xA4AB90) is known color: Green Spring. HEX triplet: A4, AB and 90. RGB value is (164,171,144). Sum of RGB (Red+Green+Blue) = 164+171+144=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB90 is #5B546F. Grayscale: #A5A5A5. Windows color (decimal): -5985392 or 9481124. OLE color: 9481124.
HSL color Cylindrical-coordinate representation of color #A4AB90: hue angle of 75.56º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4AB90 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 144 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.33 |
| HSL | 75.56º | 0.14% | 0.62% | - |
| HSV(B) | 75.56º | 0.16% | 0.67% | - |
| XYZ | 34.91 | 39.03 | 32.08 | - |
| YUV | 165.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 144 | 0.04 | 0 | 0.16 | 0.33 | 75.56 | 0.14 | 0.62 |
| Hex | A4 | AB | 90 | 4 | 0 | 10 | 21 | 4C | E | 3E |
| Octal | 244 | 253 | 220 | 4 | 0 | 20 | 41 | 114 | 16 | 76 |
| Binary | 10100100 | 10101011 | 10010000 | 100 | 0 | 10000 | 100001 | 1001100 | 1110 | 111110 |
Color Harmonies of #A4AB90
Complementary color
Monochromatic Colors of #A4AB90
Black with #A4AB90
Text Example
Text Example
White with #A4AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB90; }
p { color: rgb(164,171,144); }
H1.HeaderClassName
{
color: #A4AB90;
}
.AnyTagClassName
{
color: #A4AB90;
}
</style>
background-color css
<style>
a { background-color: #A4AB90; }
a { background-color: rgb(164,171,144); }
div.DivClassName
{
background-color: #A4AB90;
}
.BgClassName
{
background-color: #A4AB90;
}
</style>
border-color css
<style>
span { border-color: #A4AB90; }
span { border-color: rgb(164,171,144); }
td.TdClassName
{
border-color: #A4AB90;
}
.TagClassName
{
border-color: #A4AB90;
}
</style>