Html Css Color HEX #AAEA2A Green Yellow

📋 copy color: '#AAEA2A'

red 170 ◦ green 234 ◦ blue 42

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

Shades of Green Yellow #AAEA2A

Tints of Green Yellow #AAEA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.42%

R = 38.12%
G = 52.47%
B = 9.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#AAEA2A (or 0xAAEA2A) is known color: Green Yellow. HEX triplet: AA, EA and 2A. RGB value is (170,234,42). Sum of RGB (Red+Green+Blue) = 170+234+42=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEA2A is #5515D5. Grayscale: #C1C1C1. Windows color (decimal): -5576150 or 2812586. OLE color: 2812586.

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

Color convert

RGB 170 234 42 -
CMYK 0.27 0 0.82 0.08
HSL 80º 0.82% 0.54% -
HSV(B) 80º 0.82% 0.92% -
XYZ 46.42 67.56 12.78 -
YUV 192.98 42.8 111.61 -
System Red Green Blue C M Y K H S L
Decimal 170 234 42 0.27 0 0.82 0.08 80 0.82 0.54
Hex AA EA 2A 1B 0 52 8 50 52 36
Octal 252 352 52 33 0 122 10 120 122 66
Binary 10101010 11101010 101010 11011 0 1010010 1000 1010000 1010010 110110

Color Harmonies of #AAEA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEA2A

Black with #AAEA2A

Text Example


Text Example

White with #AAEA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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