Shades of Green Spring #ACB58F
Tints of Green Spring #ACB58F
RGB
CMYK
RGB Variations
Color information
#ACB58F (or 0xACB58F) is known color: Green Spring. HEX triplet: AC, B5 and 8F. RGB value is (172,181,143). Sum of RGB (Red+Green+Blue) = 172+181+143=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB58F is #534A70. Grayscale: #AEAEAE. Windows color (decimal): -5458545 or 9418156. OLE color: 9418156.
HSL color Cylindrical-coordinate representation of color #ACB58F: hue angle of 74.21º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB58F is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 143 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.29 |
| HSL | 74.21º | 0.2% | 0.64% | - |
| HSV(B) | 74.21º | 0.21% | 0.71% | - |
| XYZ | 38.5 | 43.8 | 32.41 | - |
| YUV | 173.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 143 | 0.05 | 0 | 0.21 | 0.29 | 74.21 | 0.2 | 0.64 |
| Hex | AC | B5 | 8F | 5 | 0 | 15 | 1D | 4A | 14 | 40 |
| Octal | 254 | 265 | 217 | 5 | 0 | 25 | 35 | 112 | 24 | 100 |
| Binary | 10101100 | 10110101 | 10001111 | 101 | 0 | 10101 | 11101 | 1001010 | 10100 | 1000000 |
Color Harmonies of #ACB58F
Complementary color
Monochromatic Colors of #ACB58F
Black with #ACB58F
Text Example
Text Example
White with #ACB58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB58F; }
p { color: rgb(172,181,143); }
H1.HeaderClassName
{
color: #ACB58F;
}
.AnyTagClassName
{
color: #ACB58F;
}
</style>
background-color css
<style>
a { background-color: #ACB58F; }
a { background-color: rgb(172,181,143); }
div.DivClassName
{
background-color: #ACB58F;
}
.BgClassName
{
background-color: #ACB58F;
}
</style>
border-color css
<style>
span { border-color: #ACB58F; }
span { border-color: rgb(172,181,143); }
td.TdClassName
{
border-color: #ACB58F;
}
.TagClassName
{
border-color: #ACB58F;
}
</style>