#ACAD6E

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

Shades of Olive Green #ACAD6E

Tints of Olive Green #ACAD6E

Color information

#ACAD6E (or 0xACAD6E) is unknown color: approx Olive Green. HEX triplet: AC, AD and 6E. RGB value is (172,173,110). Sum of RGB (Red+Green+Blue) = 172+173+110=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD6E is #535291. Grayscale: #A5A5A5. Windows color (decimal): -5460626 or 7253420. OLE color: 7253420.

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

Color convert

RGB172173110-
CMYK0.0100.360.32
HSL60.95º27.75%55.49%-
HSV(B)60.95º36.42%67.84%-
XYZ34.7739.7820.6-
YUV165.5296.67132.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=37.80%
G=38.02%
B=24.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731100.0100.360.3260.9527.7555.49
HexACAD6E1024203d1c37
Octal254255156104440753467
Binary101011001010110111011101010010010000011110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD6E; }

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

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

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

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

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

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

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

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