Html Css Color HEX #AAED28 Green Yellow

📋 copy color: '#AAED28'

red 170 ◦ green 237 ◦ blue 40

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

Shades of Green Yellow #AAED28

Tints of Green Yellow #AAED28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 38.03%
G = 53.02%
B = 8.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#AAED28 (or 0xAAED28) is known color: Green Yellow. HEX triplet: AA, ED and 28. RGB value is (170,237,40). Sum of RGB (Red+Green+Blue) = 170+237+40=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED28 is #5512D7. Grayscale: #C3C3C3. Windows color (decimal): -5575384 or 2682282. OLE color: 2682282.

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

Color convert

RGB 170 237 40 -
CMYK 0.28 0 0.83 0.07
HSL 80.41º 0.85% 0.54% -
HSV(B) 80.41º 0.83% 0.93% -
XYZ 47.24 69.27 12.89 -
YUV 194.51 40.8 110.52 -
System Red Green Blue C M Y K H S L
Decimal 170 237 40 0.28 0 0.83 0.07 80.41 0.85 0.54
Hex AA ED 28 1C 0 53 7 50 55 36
Octal 252 355 50 34 0 123 7 120 125 66
Binary 10101010 11101101 101000 11100 0 1010011 111 1010000 1010101 110110

Color Harmonies of #AAED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED28

Black with #AAED28

Text Example


Text Example

White with #AAED28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED28; }

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

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

background-color css

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

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

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

border-color css

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

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

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