#AEB124

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

Shades of Earls Green #AEB124

Tints of Earls Green #AEB124

Color information

#AEB124 (or 0xAEB124) is unknown color: approx Earls Green. HEX triplet: AE, B1 and 24. RGB value is (174,177,36). Sum of RGB (Red+Green+Blue) = 174+177+36=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB124 is #514EDB. Grayscale: #A0A0A0. Windows color (decimal): -5328604 or 2404782. OLE color: 2404782.

HSL color Cylindrical-coordinate representation of color #AEB124: hue angle of 61.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEB124 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17417736-
CMYK0.0200.800.31
HSL61.28º66.2%41.76%-
HSV(B)61.28º79.66%69.41%-
XYZ33.540.577.73-
YUV160.0358.01137.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 36 (14.45% from 255) = 9.30%
R=44.96%
G=45.74%
B=9.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174177360.0200.800.3161.2866.241.76
HexAEB12420501F3d422a
Octal2562614420120377510252
Binary10101110101100011001001001010000111111111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB124; }

 p { color: rgb(174,177,36); }

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

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

 a { background-color: rgb(174,177,36); }

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

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

 span { border-color: rgb(174,177,36); }

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