#AEAD23

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

Shades of Earls Green #AEAD23

Tints of Earls Green #AEAD23

Color information

#AEAD23 (or 0xAEAD23) is unknown color: approx Earls Green. HEX triplet: AE, AD and 23. RGB value is (174,173,35). Sum of RGB (Red+Green+Blue) = 174+173+35=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD23 is #5152DC. Grayscale: #9E9E9E. Windows color (decimal): -5329629 or 2338222. OLE color: 2338222.

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

Color convert

RGB17417335-
CMYK00.010.800.32
HSL59.57º66.51%40.98%-
HSV(B)59.57º79.89%68.24%-
XYZ32.739.017.4-
YUV157.5758.83139.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 35 (14.06% from 255) = 9.16%
R=45.55%
G=45.29%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741733500.010.800.3259.5766.5140.98
HexAEAD230150203c4329
Octal2562554301120407410351
Binary10101110101011011000110110100001000001111001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD23; }

 p { color: rgb(174,173,35); }

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

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

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

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

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

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

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