Html Css Color HEX #AAED26 Green Yellow

📋 copy color: '#AAED26'

red 170 ◦ green 237 ◦ blue 38

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

Shades of Green Yellow #AAED26

Tints of Green Yellow #AAED26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.54%

R = 38.2%
G = 53.26%
B = 8.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#AAED26 (or 0xAAED26) is known color: Green Yellow. HEX triplet: AA, ED and 26. RGB value is (170,237,38). Sum of RGB (Red+Green+Blue) = 170+237+38=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED26 is #5512D9. Grayscale: #C3C3C3. Windows color (decimal): -5575386 or 2551210. OLE color: 2551210.

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

Color convert

RGB 170 237 38 -
CMYK 0.28 0 0.84 0.07
HSL 80.2º 0.85% 0.54% -
HSV(B) 80.2º 0.84% 0.93% -
XYZ 47.21 69.25 12.71 -
YUV 194.28 39.8 110.68 -
System Red Green Blue C M Y K H S L
Decimal 170 237 38 0.28 0 0.84 0.07 80.2 0.85 0.54
Hex AA ED 26 1C 0 54 7 50 55 36
Octal 252 355 46 34 0 124 7 120 125 66
Binary 10101010 11101101 100110 11100 0 1010100 111 1010000 1010101 110110

Color Harmonies of #AAED26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED26

Black with #AAED26

Text Example


Text Example

White with #AAED26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED26; }

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

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

background-color css

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

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

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

border-color css

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

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

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