Shades of Earls Green #ACAD2C
Tints of Earls Green #ACAD2C
RGB
CMYK
RGB Variations
Color information
#ACAD2C (or 0xACAD2C) is known color: Earls Green. HEX triplet: AC, AD and 2C. RGB value is (172,173,44). Sum of RGB (Red+Green+Blue) = 172+173+44=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD2C is #5352D3. Grayscale: #9E9E9E. Windows color (decimal): -5460692 or 2928044. OLE color: 2928044.
HSL color Cylindrical-coordinate representation of color #ACAD2C: hue angle of 60.47º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACAD2C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 173 | 44 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.32 |
| HSL | 60.47º | 0.59% | 0.43% | - |
| HSV(B) | 60.47º | 0.75% | 0.68% | - |
| XYZ | 32.41 | 38.84 | 8.17 | - |
| YUV | 158 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 44 | 0.01 | 0 | 0.75 | 0.32 | 60.47 | 0.59 | 0.43 |
| Hex | AC | AD | 2C | 1 | 0 | 4B | 20 | 3C | 3B | 2B |
| Octal | 254 | 255 | 54 | 1 | 0 | 113 | 40 | 74 | 73 | 53 |
| Binary | 10101100 | 10101101 | 101100 | 1 | 0 | 1001011 | 100000 | 111100 | 111011 | 101011 |
Color Harmonies of #ACAD2C
Complementary color
Monochromatic Colors of #ACAD2C
Black with #ACAD2C
Text Example
Text Example
White with #ACAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAD2C; }
p { color: rgb(172,173,44); }
H1.HeaderClassName
{
color: #ACAD2C;
}
.AnyTagClassName
{
color: #ACAD2C;
}
</style>
background-color css
<style>
a { background-color: #ACAD2C; }
a { background-color: rgb(172,173,44); }
div.DivClassName
{
background-color: #ACAD2C;
}
.BgClassName
{
background-color: #ACAD2C;
}
</style>
border-color css
<style>
span { border-color: #ACAD2C; }
span { border-color: rgb(172,173,44); }
td.TdClassName
{
border-color: #ACAD2C;
}
.TagClassName
{
border-color: #ACAD2C;
}
</style>