Html Css Color HEX #AAED32 Green Yellow

📋 copy color: '#AAED32'

red 170 ◦ green 237 ◦ blue 50

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

Shades of Green Yellow #AAED32

Tints of Green Yellow #AAED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.86%

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

R = 37.2%
G = 51.86%
B = 10.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#AAED32 (or 0xAAED32) is known color: Green Yellow. HEX triplet: AA, ED and 32. RGB value is (170,237,50). Sum of RGB (Red+Green+Blue) = 170+237+50=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED32 is #5512CD. Grayscale: #C4C4C4. Windows color (decimal): -5575374 or 3337642. OLE color: 3337642.

HSL color Cylindrical-coordinate representation of color #AAED32: hue angle of 81.5º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAED32 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 50 -
CMYK 0.28 0 0.79 0.07
HSL 81.5º 0.84% 0.56% -
HSV(B) 81.5º 0.79% 0.93% -
XYZ 47.44 69.34 13.9 -
YUV 195.65 45.8 109.71 -
System Red Green Blue C M Y K H S L
Decimal 170 237 50 0.28 0 0.79 0.07 81.5 0.84 0.56
Hex AA ED 32 1C 0 4F 7 51 54 38
Octal 252 355 62 34 0 117 7 121 124 70
Binary 10101010 11101101 110010 11100 0 1001111 111 1010001 1010100 111000

Color Harmonies of #AAED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED32

Black with #AAED32

Text Example


Text Example

White with #AAED32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED32; }

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

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

background-color css

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

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

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

border-color css

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

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

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