Html Css Color HEX #AAEA32 Green Yellow

📋 copy color: '#AAEA32'

red 170 ◦ green 234 ◦ blue 50

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

Shades of Green Yellow #AAEA32

Tints of Green Yellow #AAEA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.01%

R = 37.44%
G = 51.54%
B = 11.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#AAEA32 (or 0xAAEA32) is known color: Green Yellow. HEX triplet: AA, EA and 32. RGB value is (170,234,50). Sum of RGB (Red+Green+Blue) = 170+234+50=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEA32 is #5515CD. Grayscale: #C2C2C2. Windows color (decimal): -5576142 or 3336874. OLE color: 3336874.

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

Color convert

RGB 170 234 50 -
CMYK 0.27 0 0.79 0.08
HSL 80.87º 0.81% 0.56% -
HSV(B) 80.87º 0.79% 0.92% -
XYZ 46.58 67.62 13.62 -
YUV 193.89 46.8 110.96 -
System Red Green Blue C M Y K H S L
Decimal 170 234 50 0.27 0 0.79 0.08 80.87 0.81 0.56
Hex AA EA 32 1B 0 4F 8 51 51 38
Octal 252 352 62 33 0 117 10 121 121 70
Binary 10101010 11101010 110010 11011 0 1001111 1000 1010001 1010001 111000

Color Harmonies of #AAEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEA32

Black with #AAEA32

Text Example


Text Example

White with #AAEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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