#AEB22A

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

Shades of Earls Green #AEB22A

Tints of Earls Green #AEB22A

Color information

#AEB22A (or 0xAEB22A) is unknown color: approx Earls Green. HEX triplet: AE, B2 and 2A. RGB value is (174,178,42). Sum of RGB (Red+Green+Blue) = 174+178+42=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB22A is #514DD5. Grayscale: #A1A1A1. Windows color (decimal): -5328342 or 2798254. OLE color: 2798254.

HSL color Cylindrical-coordinate representation of color #AEB22A: hue angle of 61.76º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEB22A is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17417842-
CMYK0.0200.760.30
HSL61.76º61.82%43.14%-
HSV(B)61.76º76.4%69.8%-
XYZ33.7941.018.32-
YUV161.360.67137.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 178 (69.92% from 255) = 45.18%
BLUE value IS 42 (16.80% from 255) = 10.66%
R=44.16%
G=45.18%
B=10.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174178420.0200.760.3061.7661.8243.14
HexAEB22A204C1E3e3e2b
Octal256262522011436767653
Binary1010111010110010101010100100110011110111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB22A; }

 p { color: rgb(174,178,42); }

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

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

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

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

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

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

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