#AEB24F

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

Shades of Olive Green #AEB24F

Tints of Olive Green #AEB24F

Color information

#AEB24F (or 0xAEB24F) is unknown color: approx Olive Green. HEX triplet: AE, B2 and 4F. RGB value is (174,178,79). Sum of RGB (Red+Green+Blue) = 174+178+79=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB24F is #514DB0. Grayscale: #A5A5A5. Windows color (decimal): -5328305 or 5223086. OLE color: 5223086.

HSL color Cylindrical-coordinate representation of color #AEB24F: hue angle of 62.42º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEB24F is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17417879-
CMYK0.0200.560.30
HSL62.42º39.13%50.39%-
HSV(B)62.42º55.62%69.8%-
XYZ34.7941.413.56-
YUV165.5279.17134.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 178 (69.92% from 255) = 41.30%
BLUE value IS 79 (31.25% from 255) = 18.33%
R=40.37%
G=41.30%
B=18.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178790.0200.560.3062.4239.1350.39
HexAEB24F20381E3e2732
Octal256262117207036764762
Binary1010111010110010100111110011100011110111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB24F; }

 p { color: rgb(174,178,79); }

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

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

 a { background-color: rgb(174,178,79); }

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

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

 span { border-color: rgb(174,178,79); }

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