Html Css Color HEX #AAED2A Green Yellow

📋 copy color: '#AAED2A'

red 170 ◦ green 237 ◦ blue 42

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

Shades of Green Yellow #AAED2A

Tints of Green Yellow #AAED2A

RGB

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

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

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

R = 37.86%
G = 52.78%
B = 9.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#AAED2A (or 0xAAED2A) is known color: Green Yellow. HEX triplet: AA, ED and 2A. RGB value is (170,237,42). Sum of RGB (Red+Green+Blue) = 170+237+42=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED2A is #5512D5. Grayscale: #C3C3C3. Windows color (decimal): -5575382 or 2813354. OLE color: 2813354.

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

Color convert

RGB 170 237 42 -
CMYK 0.28 0 0.82 0.07
HSL 80.62º 0.84% 0.55% -
HSV(B) 80.62º 0.82% 0.93% -
XYZ 47.28 69.28 13.07 -
YUV 194.74 41.8 110.36 -
System Red Green Blue C M Y K H S L
Decimal 170 237 42 0.28 0 0.82 0.07 80.62 0.84 0.55
Hex AA ED 2A 1C 0 52 7 51 54 37
Octal 252 355 52 34 0 122 7 121 124 67
Binary 10101010 11101101 101010 11100 0 1010010 111 1010001 1010100 110111

Color Harmonies of #AAED2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED2A

Black with #AAED2A

Text Example


Text Example

White with #AAED2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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