Shades of Green Spring #A4AE90
Tints of Green Spring #A4AE90
RGB
CMYK
RGB Variations
Color information
#A4AE90 (or 0xA4AE90) is known color: Green Spring. HEX triplet: A4, AE and 90. RGB value is (164,174,144). Sum of RGB (Red+Green+Blue) = 164+174+144=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AE90 is #5B516F. Grayscale: #A7A7A7. Windows color (decimal): -5984624 or 9481892. OLE color: 9481892.
HSL color Cylindrical-coordinate representation of color #A4AE90: hue angle of 80º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4AE90 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 174 | 144 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.32 |
| HSL | 80º | 0.16% | 0.62% | - |
| HSV(B) | 80º | 0.17% | 0.68% | - |
| XYZ | 35.48 | 40.18 | 32.27 | - |
| YUV | 167.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 144 | 0.06 | 0 | 0.17 | 0.32 | 80 | 0.16 | 0.62 |
| Hex | A4 | AE | 90 | 6 | 0 | 11 | 20 | 50 | 10 | 3E |
| Octal | 244 | 256 | 220 | 6 | 0 | 21 | 40 | 120 | 20 | 76 |
| Binary | 10100100 | 10101110 | 10010000 | 110 | 0 | 10001 | 100000 | 1010000 | 10000 | 111110 |
Color Harmonies of #A4AE90
Complementary color
Monochromatic Colors of #A4AE90
Black with #A4AE90
Text Example
Text Example
White with #A4AE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AE90; }
p { color: rgb(164,174,144); }
H1.HeaderClassName
{
color: #A4AE90;
}
.AnyTagClassName
{
color: #A4AE90;
}
</style>
background-color css
<style>
a { background-color: #A4AE90; }
a { background-color: rgb(164,174,144); }
div.DivClassName
{
background-color: #A4AE90;
}
.BgClassName
{
background-color: #A4AE90;
}
</style>
border-color css
<style>
span { border-color: #A4AE90; }
span { border-color: rgb(164,174,144); }
td.TdClassName
{
border-color: #A4AE90;
}
.TagClassName
{
border-color: #A4AE90;
}
</style>