Shades of Green Spring #ACB790
Tints of Green Spring #ACB790
RGB
CMYK
RGB Variations
Color information
#ACB790 (or 0xACB790) is known color: Green Spring. HEX triplet: AC, B7 and 90. RGB value is (172,183,144). Sum of RGB (Red+Green+Blue) = 172+183+144=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB790 is #53486F. Grayscale: #AFAFAF. Windows color (decimal): -5458032 or 9484204. OLE color: 9484204.
HSL color Cylindrical-coordinate representation of color #ACB790: hue angle of 76.92º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB790 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 144 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.28 |
| HSL | 76.92º | 0.21% | 0.64% | - |
| HSV(B) | 76.92º | 0.21% | 0.72% | - |
| XYZ | 38.98 | 44.65 | 32.95 | - |
| YUV | 175.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 144 | 0.06 | 0 | 0.21 | 0.28 | 76.92 | 0.21 | 0.64 |
| Hex | AC | B7 | 90 | 6 | 0 | 15 | 1C | 4D | 15 | 40 |
| Octal | 254 | 267 | 220 | 6 | 0 | 25 | 34 | 115 | 25 | 100 |
| Binary | 10101100 | 10110111 | 10010000 | 110 | 0 | 10101 | 11100 | 1001101 | 10101 | 1000000 |
Color Harmonies of #ACB790
Complementary color
Monochromatic Colors of #ACB790
Black with #ACB790
Text Example
Text Example
White with #ACB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB790; }
p { color: rgb(172,183,144); }
H1.HeaderClassName
{
color: #ACB790;
}
.AnyTagClassName
{
color: #ACB790;
}
</style>
background-color css
<style>
a { background-color: #ACB790; }
a { background-color: rgb(172,183,144); }
div.DivClassName
{
background-color: #ACB790;
}
.BgClassName
{
background-color: #ACB790;
}
</style>
border-color css
<style>
span { border-color: #ACB790; }
span { border-color: rgb(172,183,144); }
td.TdClassName
{
border-color: #ACB790;
}
.TagClassName
{
border-color: #ACB790;
}
</style>