#AEB12F

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

Shades of Earls Green #AEB12F

Tints of Earls Green #AEB12F

Color information

#AEB12F (or 0xAEB12F) is unknown color: approx Earls Green. HEX triplet: AE, B1 and 2F. RGB value is (174,177,47). Sum of RGB (Red+Green+Blue) = 174+177+47=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB12F is #514ED0. Grayscale: #A1A1A1. Windows color (decimal): -5328593 or 3125678. OLE color: 3125678.

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

Color convert

RGB17417747-
CMYK0.0200.730.31
HSL61.38º58.04%43.92%-
HSV(B)61.38º73.45%69.41%-
XYZ33.6940.658.76-
YUV161.2863.51137.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 47 (18.75% from 255) = 11.81%
R=43.72%
G=44.47%
B=11.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174177470.0200.730.3161.3858.0443.92
HexAEB12F20491F3d3a2c
Octal256261572011137757254
Binary1010111010110001101111100100100111111111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB12F; }

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

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

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

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

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

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

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

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