#ACAF57

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

Shades of Olive Green #ACAF57

Tints of Olive Green #ACAF57

Color information

#ACAF57 (or 0xACAF57) is unknown color: approx Olive Green. HEX triplet: AC, AF and 57. RGB value is (172,175,87). Sum of RGB (Red+Green+Blue) = 172+175+87=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF57 is #5350A8. Grayscale: #A4A4A4. Windows color (decimal): -5460137 or 5746604. OLE color: 5746604.

HSL color Cylindrical-coordinate representation of color #ACAF57: hue angle of 62.05º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACAF57 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17217587-
CMYK0.0200.500.31
HSL62.05º35.48%51.37%-
HSV(B)62.05º50.29%68.63%-
XYZ34.0640.1214.97-
YUV164.0784.51133.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 87 (34.38% from 255) = 20.05%
R=39.63%
G=40.32%
B=20.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175870.0200.500.3162.0535.4851.37
HexACAF5720321F3e2333
Octal254257127206237764363
Binary1010110010101111101011110011001011111111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF57; }

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

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

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

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

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

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

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

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