Shades of Green Spring #ACADA8
Tints of Green Spring #ACADA8
RGB
CMYK
RGB Variations
Color information
#ACADA8 (or 0xACADA8) is known color: Green Spring. HEX triplet: AC, AD and A8. RGB value is (172,173,168). Sum of RGB (Red+Green+Blue) = 172+173+168=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 173 - color contains mainly: green. Hex color #ACADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACADA8 is #535257. Grayscale: #ACACAC. Windows color (decimal): -5460568 or 11054508. OLE color: 11054508.
HSL color Cylindrical-coordinate representation of color #ACADA8: hue angle of 72º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACADA8 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 168 | - |
CMYK | 0.01 | 0 | 0.03 | 0.32 |
HSL | 72º | 0.03% | 0.67% | - |
HSV(B) | 72º | 0.03% | 0.68% | - |
XYZ | 39.02 | 41.48 | 43 | - |
YUV | 172.13 | 125.67 | 127.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 168 | 0.01 | 0 | 0.03 | 0.32 | 72 | 0.03 | 0.67 |
Hex | AC | AD | A8 | 1 | 0 | 3 | 20 | 48 | 3 | 43 |
Octal | 254 | 255 | 250 | 1 | 0 | 3 | 40 | 110 | 3 | 103 |
Binary | 10101100 | 10101101 | 10101000 | 1 | 0 | 11 | 100000 | 1001000 | 11 | 1000011 |
Color Harmonies of #ACADA8
Complementary color
Monochromatic Colors of #ACADA8
Black with #ACADA8
Text Example
Text Example
White with #ACADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADA8; }
p { color: rgb(172,173,168); }
H1.HeaderClassName
{
color: #ACADA8;
}
.AnyTagClassName
{
color: #ACADA8;
}
</style>
background-color css
<style>
a { background-color: #ACADA8; }
a { background-color: rgb(172,173,168); }
div.DivClassName
{
background-color: #ACADA8;
}
.BgClassName
{
background-color: #ACADA8;
}
</style>
border-color css
<style>
span { border-color: #ACADA8; }
span { border-color: rgb(172,173,168); }
td.TdClassName
{
border-color: #ACADA8;
}
.TagClassName
{
border-color: #ACADA8;
}
</style>