#ACAD5F

Color #ACAD5F Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ACAD5F

Tints of Olive Green #ACAD5F

Color information

#ACAD5F (or 0xACAD5F) is unknown color: approx Olive Green. HEX triplet: AC, AD and 5F. RGB value is (172,173,95). Sum of RGB (Red+Green+Blue) = 172+173+95=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD5F is #5352A0. Grayscale: #A4A4A4. Windows color (decimal): -5460641 or 6270380. OLE color: 6270380.

HSL color Cylindrical-coordinate representation of color #ACAD5F: hue angle of 60.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACAD5F is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17217395-
CMYK0.0100.450.32
HSL60.77º32.23%52.55%-
HSV(B)60.77º45.09%67.84%-
XYZ34.0239.4816.65-
YUV163.8189.17133.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=39.09%
G=39.32%
B=21.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172173950.0100.450.3260.7732.2352.55
HexACAD5F102D203d2035
Octal254255137105540754065
Binary1010110010101101101111110101101100000111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD5F; }

 p { color: rgb(172,173,95); }

 H1.HeaderClassName
 {
   color: #ACAD5F;
 }
 .AnyTagClassName
 {
   color: #ACAD5F;
 }
</style>
background-color css

<style>
 a { background-color: #ACAD5F; }

 a { background-color: rgb(172,173,95); }

 div.DivClassName
 {
   background-color: #ACAD5F;
 }
 .BgClassName
 {
   background-color: #ACAD5F;
 }
</style>
border-color css

<style>
 span { border-color: #ACAD5F; }

 span { border-color: rgb(172,173,95); }

 td.TdClassName
 {
   border-color: #ACAD5F;
 }
 .TagClassName
 {
   border-color: #ACAD5F;
 }
</style>