#ACAD60

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

Shades of Olive Green #ACAD60

Tints of Olive Green #ACAD60

Color information

#ACAD60 (or 0xACAD60) is unknown color: approx Olive Green. HEX triplet: AC, AD and 60. RGB value is (172,173,96). Sum of RGB (Red+Green+Blue) = 172+173+96=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD60 is #53529F. Grayscale: #A4A4A4. Windows color (decimal): -5460640 or 6335916. OLE color: 6335916.

HSL color Cylindrical-coordinate representation of color #ACAD60: hue angle of 60.78º 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 #ACAD60 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17217396-
CMYK0.0100.450.32
HSL60.78º31.95%52.75%-
HSV(B)60.78º44.51%67.84%-
XYZ34.0739.516.9-
YUV163.9289.67133.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=39.00%
G=39.23%
B=21.77%

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
Decimal172173960.0100.450.3260.7831.9552.75
HexACAD60102D203d2035
Octal254255140105540754065
Binary1010110010101101110000010101101100000111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD60; }

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

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

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

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

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

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

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

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