Shades of Green Spring #ACB78E
Tints of Green Spring #ACB78E
RGB
CMYK
RGB Variations
Color information
#ACB78E (or 0xACB78E) is known color: Green Spring. HEX triplet: AC, B7 and 8E. RGB value is (172,183,142). Sum of RGB (Red+Green+Blue) = 172+183+142=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB78E is #534871. Grayscale: #AFAFAF. Windows color (decimal): -5458034 or 9353132. OLE color: 9353132.
HSL color Cylindrical-coordinate representation of color #ACB78E: hue angle of 76.1º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB78E is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 142 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.28 |
| HSL | 76.1º | 0.22% | 0.64% | - |
| HSV(B) | 76.1º | 0.22% | 0.72% | - |
| XYZ | 38.83 | 44.59 | 32.15 | - |
| YUV | 175.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 142 | 0.06 | 0 | 0.22 | 0.28 | 76.1 | 0.22 | 0.64 |
| Hex | AC | B7 | 8E | 6 | 0 | 16 | 1C | 4C | 16 | 40 |
| Octal | 254 | 267 | 216 | 6 | 0 | 26 | 34 | 114 | 26 | 100 |
| Binary | 10101100 | 10110111 | 10001110 | 110 | 0 | 10110 | 11100 | 1001100 | 10110 | 1000000 |
Color Harmonies of #ACB78E
Complementary color
Monochromatic Colors of #ACB78E
Black with #ACB78E
Text Example
Text Example
White with #ACB78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB78E; }
p { color: rgb(172,183,142); }
H1.HeaderClassName
{
color: #ACB78E;
}
.AnyTagClassName
{
color: #ACB78E;
}
</style>
background-color css
<style>
a { background-color: #ACB78E; }
a { background-color: rgb(172,183,142); }
div.DivClassName
{
background-color: #ACB78E;
}
.BgClassName
{
background-color: #ACB78E;
}
</style>
border-color css
<style>
span { border-color: #ACB78E; }
span { border-color: rgb(172,183,142); }
td.TdClassName
{
border-color: #ACB78E;
}
.TagClassName
{
border-color: #ACB78E;
}
</style>