#AEAE21

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

Shades of Earls Green #AEAE21

Tints of Earls Green #AEAE21

Color information

#AEAE21 (or 0xAEAE21) is unknown color: approx Earls Green. HEX triplet: AE, AE and 21. RGB value is (174,174,33). Sum of RGB (Red+Green+Blue) = 174+174+33=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAE21 is #5151DE. Grayscale: #9E9E9E. Windows color (decimal): -5329375 or 2207406. OLE color: 2207406.

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

Color convert

RGB17417433-
CMYK000.810.32
HSL60º68.12%40.59%-
HSV(B)60º81.03%68.24%-
XYZ32.8739.387.31-
YUV157.9357.5139.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 33 (13.28% from 255) = 8.66%
R=45.67%
G=45.67%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417433000.810.326068.1240.59
HexAEAE210051203c4429
Octal2562564100121407410451
Binary10101110101011101000010010100011000001111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE21; }

 p { color: rgb(174,174,33); }

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

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

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

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

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

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

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