#AEAD1F

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

Shades of Earls Green #AEAD1F

Tints of Earls Green #AEAD1F

Color information

#AEAD1F (or 0xAEAD1F) is unknown color: approx Earls Green. HEX triplet: AE, AD and 1F. RGB value is (174,173,31). Sum of RGB (Red+Green+Blue) = 174+173+31=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD1F is #5152E0. Grayscale: #9D9D9D. Windows color (decimal): -5329633 or 2076078. OLE color: 2076078.

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

Color convert

RGB17417331-
CMYK00.010.820.32
HSL59.58º69.76%40.2%-
HSV(B)59.58º82.18%68.24%-
XYZ32.6538.987.1-
YUV157.1156.83140.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 173 (67.97% from 255) = 45.77%
BLUE value IS 31 (12.5% from 255) = 8.20%
R=46.03%
G=45.77%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741733100.010.820.3259.5869.7640.2
HexAEAD1F0152203c4628
Octal2562553701122407410650
Binary1010111010101101111110110100101000001111001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD1F; }

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

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

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

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

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

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

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

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