Shades of Olive Green #ACAD5E
Tints of Olive Green #ACAD5E
RGB
CMYK
RGB Variations
Color information
#ACAD5E (or 0xACAD5E) is known color: Olive Green. HEX triplet: AC, AD and 5E. RGB value is (172,173,94). Sum of RGB (Red+Green+Blue) = 172+173+94=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD5E is #5352A1. Grayscale: #A4A4A4. Windows color (decimal): -5460642 or 6204844. OLE color: 6204844.
HSL color Cylindrical-coordinate representation of color #ACAD5E: hue angle of 60.76º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACAD5E is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 94 | - |
CMYK | 0.01 | 0 | 0.46 | 0.32 |
HSL | 60.76º | 0.33% | 0.52% | - |
HSV(B) | 60.76º | 0.46% | 0.68% | - |
XYZ | 33.98 | 39.47 | 16.42 | - |
YUV | 163.7 | 88.67 | 133.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 94 | 0.01 | 0 | 0.46 | 0.32 | 60.76 | 0.33 | 0.52 |
Hex | AC | AD | 5E | 1 | 0 | 2E | 20 | 3D | 21 | 34 |
Octal | 254 | 255 | 136 | 1 | 0 | 56 | 40 | 75 | 41 | 64 |
Binary | 10101100 | 10101101 | 1011110 | 1 | 0 | 101110 | 100000 | 111101 | 100001 | 110100 |
Color Harmonies of #ACAD5E
Complementary color
Monochromatic Colors of #ACAD5E
Black with #ACAD5E
Text Example
Text Example
White with #ACAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAD5E; }
p { color: rgb(172,173,94); }
H1.HeaderClassName
{
color: #ACAD5E;
}
.AnyTagClassName
{
color: #ACAD5E;
}
</style>
background-color css
<style>
a { background-color: #ACAD5E; }
a { background-color: rgb(172,173,94); }
div.DivClassName
{
background-color: #ACAD5E;
}
.BgClassName
{
background-color: #ACAD5E;
}
</style>
border-color css
<style>
span { border-color: #ACAD5E; }
span { border-color: rgb(172,173,94); }
td.TdClassName
{
border-color: #ACAD5E;
}
.TagClassName
{
border-color: #ACAD5E;
}
</style>