Html Css Color HEX #AAED2E Green Yellow

📋 copy color: '#AAED2E'

red 170 ◦ green 237 ◦ blue 46

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

Shades of Green Yellow #AAED2E

Tints of Green Yellow #AAED2E

RGB

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

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

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

R = 37.53%
G = 52.32%
B = 10.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#AAED2E (or 0xAAED2E) is known color: Green Yellow. HEX triplet: AA, ED and 2E. RGB value is (170,237,46). Sum of RGB (Red+Green+Blue) = 170+237+46=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED2E is #5512D1. Grayscale: #C3C3C3. Windows color (decimal): -5575378 or 3075498. OLE color: 3075498.

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

Color convert

RGB 170 237 46 -
CMYK 0.28 0 0.81 0.07
HSL 81.05º 0.84% 0.55% -
HSV(B) 81.05º 0.81% 0.93% -
XYZ 47.35 69.31 13.47 -
YUV 195.19 43.8 110.03 -
System Red Green Blue C M Y K H S L
Decimal 170 237 46 0.28 0 0.81 0.07 81.05 0.84 0.55
Hex AA ED 2E 1C 0 51 7 51 54 37
Octal 252 355 56 34 0 121 7 121 124 67
Binary 10101010 11101101 101110 11100 0 1010001 111 1010001 1010100 110111

Color Harmonies of #AAED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED2E

Black with #AAED2E

Text Example


Text Example

White with #AAED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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