#ACAF5D

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

Shades of Olive Green #ACAF5D

Tints of Olive Green #ACAF5D

Color information

#ACAF5D (or 0xACAF5D) is unknown color: approx Olive Green. HEX triplet: AC, AF and 5D. RGB value is (172,175,93). Sum of RGB (Red+Green+Blue) = 172+175+93=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF5D is #5350A2. Grayscale: #A5A5A5. Windows color (decimal): -5460131 or 6139820. OLE color: 6139820.

HSL color Cylindrical-coordinate representation of color #ACAF5D: hue angle of 62.2º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACAF5D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17217593-
CMYK0.0200.470.31
HSL62.2º33.88%52.55%-
HSV(B)62.2º46.86%68.63%-
XYZ34.3240.2216.31-
YUV164.7687.51133.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=39.09%
G=39.77%
B=21.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175930.0200.470.3162.233.8852.55
HexACAF5D202F1F3e2235
Octal254257135205737764265
Binary1010110010101111101110110010111111111111110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF5D; }

 p { color: rgb(172,175,93); }

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

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

 a { background-color: rgb(172,175,93); }

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

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

 span { border-color: rgb(172,175,93); }

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