Shades of Green Spring #ACAEA4
Tints of Green Spring #ACAEA4
RGB
CMYK
RGB Variations
Color information
#ACAEA4 (or 0xACAEA4) is known color: Green Spring. HEX triplet: AC, AE and A4. RGB value is (172,174,164). Sum of RGB (Red+Green+Blue) = 172+174+164=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA4 is #53515B. Grayscale: #ACACAC. Windows color (decimal): -5460316 or 10792620. OLE color: 10792620.
HSL color Cylindrical-coordinate representation of color #ACAEA4: hue angle of 72º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACAEA4 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 174 | 164 | - |
CMYK | 0.01 | 0 | 0.06 | 0.32 |
HSL | 72º | 0.06% | 0.66% | - |
HSV(B) | 72º | 0.06% | 0.68% | - |
XYZ | 38.85 | 41.72 | 41.13 | - |
YUV | 172.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 174 | 164 | 0.01 | 0 | 0.06 | 0.32 | 72 | 0.06 | 0.66 |
Hex | AC | AE | A4 | 1 | 0 | 6 | 20 | 48 | 6 | 42 |
Octal | 254 | 256 | 244 | 1 | 0 | 6 | 40 | 110 | 6 | 102 |
Binary | 10101100 | 10101110 | 10100100 | 1 | 0 | 110 | 100000 | 1001000 | 110 | 1000010 |
Color Harmonies of #ACAEA4
Complementary color
Monochromatic Colors of #ACAEA4
Black with #ACAEA4
Text Example
Text Example
White with #ACAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEA4; }
p { color: rgb(172,174,164); }
H1.HeaderClassName
{
color: #ACAEA4;
}
.AnyTagClassName
{
color: #ACAEA4;
}
</style>
background-color css
<style>
a { background-color: #ACAEA4; }
a { background-color: rgb(172,174,164); }
div.DivClassName
{
background-color: #ACAEA4;
}
.BgClassName
{
background-color: #ACAEA4;
}
</style>
border-color css
<style>
span { border-color: #ACAEA4; }
span { border-color: rgb(172,174,164); }
td.TdClassName
{
border-color: #ACAEA4;
}
.TagClassName
{
border-color: #ACAEA4;
}
</style>