Html Css Color HEX #AAED24 Green Yellow

📋 copy color: '#AAED24'

red 170 ◦ green 237 ◦ blue 36

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

Shades of Green Yellow #AAED24

Tints of Green Yellow #AAED24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.13%

R = 38.37%
G = 53.5%
B = 8.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#AAED24 (or 0xAAED24) is known color: Green Yellow. HEX triplet: AA, ED and 24. RGB value is (170,237,36). Sum of RGB (Red+Green+Blue) = 170+237+36=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED24 is #5512DB. Grayscale: #C2C2C2. Windows color (decimal): -5575388 or 2420138. OLE color: 2420138.

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

Color convert

RGB 170 237 36 -
CMYK 0.28 0 0.85 0.07
HSL 80º 0.85% 0.54% -
HSV(B) 80º 0.85% 0.93% -
XYZ 47.18 69.24 12.55 -
YUV 194.05 38.8 110.84 -
System Red Green Blue C M Y K H S L
Decimal 170 237 36 0.28 0 0.85 0.07 80 0.85 0.54
Hex AA ED 24 1C 0 55 7 50 55 36
Octal 252 355 44 34 0 125 7 120 125 66
Binary 10101010 11101101 100100 11100 0 1010101 111 1010000 1010101 110110

Color Harmonies of #AAED24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED24

Black with #AAED24

Text Example


Text Example

White with #AAED24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED24; }

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

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

background-color css

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

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

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

border-color css

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

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

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