#ACAF4E

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

Shades of Olive Green #ACAF4E

Tints of Olive Green #ACAF4E

Color information

#ACAF4E (or 0xACAF4E) is unknown color: approx Olive Green. HEX triplet: AC, AF and 4E. RGB value is (172,175,78). Sum of RGB (Red+Green+Blue) = 172+175+78=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAF4E is #5350B1. Grayscale: #A3A3A3. Windows color (decimal): -5460146 or 5156780. OLE color: 5156780.

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

Color convert

RGB17217578-
CMYK0.0200.550.31
HSL61.86º38.34%49.61%-
HSV(B)61.86º55.43%68.63%-
XYZ33.7239.9813.15-
YUV163.0480.01134.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=40.47%
G=41.18%
B=18.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175780.0200.550.3161.8638.3449.61
HexACAF4E20371F3e2632
Octal254257116206737764662
Binary1010110010101111100111010011011111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF4E; }

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

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

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

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

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

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

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

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