#AEAD30

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

Shades of Earls Green #AEAD30

Tints of Earls Green #AEAD30

Color information

#AEAD30 (or 0xAEAD30) is unknown color: approx Earls Green. HEX triplet: AE, AD and 30. RGB value is (174,173,48). Sum of RGB (Red+Green+Blue) = 174+173+48=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD30 is #5152CF. Grayscale: #9F9F9F. Windows color (decimal): -5329616 or 3190190. OLE color: 3190190.

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

Color convert

RGB17417348-
CMYK00.010.720.32
HSL59.52º56.76%43.53%-
HSV(B)59.52º72.41%68.24%-
XYZ32.9339.18.61-
YUV159.0565.33138.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 173 (67.97% from 255) = 43.80%
BLUE value IS 48 (19.14% from 255) = 12.15%
R=44.05%
G=43.80%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741734800.010.720.3259.5256.7643.53
HexAEAD300148203c392c
Octal256255600111040747154
Binary1010111010101101110000011001000100000111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD30; }

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

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

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

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

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

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

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

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