Html Css Color HEX #AAEA2E Green Yellow

📋 copy color: '#AAEA2E'

red 170 ◦ green 234 ◦ blue 46

#AAEA2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #AAEA2E

Tints of Green Yellow #AAEA2E

RGB

 RED value IS 170 (66.8% from 255) = 37.78%

 GREEN value IS 234 (91.8% from 255) = 52%

 BLUE value IS 46 (18.36% from 255) = 10.22%

R = 37.78%
G = 52%
B = 10.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#AAEA2E (or 0xAAEA2E) is known color: Green Yellow. HEX triplet: AA, EA and 2E. RGB value is (170,234,46). Sum of RGB (Red+Green+Blue) = 170+234+46=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEA2E is #5515D1. Grayscale: #C2C2C2. Windows color (decimal): -5576146 or 3074730. OLE color: 3074730.

HSL color Cylindrical-coordinate representation of color #AAEA2E: hue angle of 80.43º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAEA2E is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 46 -
CMYK 0.27 0 0.80 0.08
HSL 80.43º 0.82% 0.55% -
HSV(B) 80.43º 0.8% 0.92% -
XYZ 46.49 67.59 13.18 -
YUV 193.43 44.8 111.29 -
System Red Green Blue C M Y K H S L
Decimal 170 234 46 0.27 0 0.80 0.08 80.43 0.82 0.55
Hex AA EA 2E 1B 0 50 8 50 52 37
Octal 252 352 56 33 0 120 10 120 122 67
Binary 10101010 11101010 101110 11011 0 1010000 1000 1010000 1010010 110111

Color Harmonies of #AAEA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEA2E

Black with #AAEA2E

Text Example


Text Example

White with #AAEA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEA2E; }

 p { color: rgb(170,234,46); }

 H1.HeaderClassName
 {
   color: #AAEA2E;
 }
 .AnyTagClassName
 {
   color: #AAEA2E;
 }
</style>

background-color css

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

 a { background-color: rgb(170,234,46); }

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

border-color css

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

 span { border-color: rgb(170,234,46); }

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