Shades of Green Spring #A4AB94
Tints of Green Spring #A4AB94
RGB
CMYK
RGB Variations
Color information
#A4AB94 (or 0xA4AB94) is known color: Green Spring. HEX triplet: A4, AB and 94. RGB value is (164,171,148). Sum of RGB (Red+Green+Blue) = 164+171+148=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB94 is #5B546B. Grayscale: #A6A6A6. Windows color (decimal): -5985388 or 9743268. OLE color: 9743268.
HSL color Cylindrical-coordinate representation of color #A4AB94: hue angle of 78.26º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4AB94 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 148 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.33 |
| HSL | 78.26º | 0.12% | 0.63% | - |
| HSV(B) | 78.26º | 0.13% | 0.67% | - |
| XYZ | 35.22 | 39.16 | 33.72 | - |
| YUV | 166.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 148 | 0.04 | 0 | 0.13 | 0.33 | 78.26 | 0.12 | 0.63 |
| Hex | A4 | AB | 94 | 4 | 0 | D | 21 | 4E | C | 3F |
| Octal | 244 | 253 | 224 | 4 | 0 | 15 | 41 | 116 | 14 | 77 |
| Binary | 10100100 | 10101011 | 10010100 | 100 | 0 | 1101 | 100001 | 1001110 | 1100 | 111111 |
Color Harmonies of #A4AB94
Complementary color
Monochromatic Colors of #A4AB94
Black with #A4AB94
Text Example
Text Example
White with #A4AB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB94; }
p { color: rgb(164,171,148); }
H1.HeaderClassName
{
color: #A4AB94;
}
.AnyTagClassName
{
color: #A4AB94;
}
</style>
background-color css
<style>
a { background-color: #A4AB94; }
a { background-color: rgb(164,171,148); }
div.DivClassName
{
background-color: #A4AB94;
}
.BgClassName
{
background-color: #A4AB94;
}
</style>
border-color css
<style>
span { border-color: #A4AB94; }
span { border-color: rgb(164,171,148); }
td.TdClassName
{
border-color: #A4AB94;
}
.TagClassName
{
border-color: #A4AB94;
}
</style>