#AEA81B

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

Shades of Earls Green #AEA81B

Tints of Earls Green #AEA81B

Color information

#AEA81B (or 0xAEA81B) is unknown color: approx Earls Green. HEX triplet: AE, A8 and 1B. RGB value is (174,168,27). Sum of RGB (Red+Green+Blue) = 174+168+27=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA81B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA81B is #5157E4. Grayscale: #9A9A9A. Windows color (decimal): -5330917 or 1812654. OLE color: 1812654.

HSL color Cylindrical-coordinate representation of color #AEA81B: hue angle of 57.55º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEA81B is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB17416827-
CMYK00.030.840.32
HSL57.55º73.13%39.41%-
HSV(B)57.55º84.48%68.24%-
XYZ31.6637.086.53-
YUV153.7256.49142.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 168 (66.02% from 255) = 45.53%
BLUE value IS 27 (10.94% from 255) = 7.32%
R=47.15%
G=45.53%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741682700.030.840.3257.5573.1339.41
HexAEA81B0354203a4927
Octal2562503303124407211147
Binary10101110101010001101101110101001000001110101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA81B; }

 p { color: rgb(174,168,27); }

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

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

 a { background-color: rgb(174,168,27); }

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

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

 span { border-color: rgb(174,168,27); }

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