Html Css Color HEX #AAEE40 Green Yellow

📋 copy color: '#AAEE40'

red 170 ◦ green 238 ◦ blue 64

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

Shades of Green Yellow #AAEE40

Tints of Green Yellow #AAEE40

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.42%

 BLUE value IS 64 (25.39% from 255) = 13.56%

R = 36.02%
G = 50.42%
B = 13.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#AAEE40 (or 0xAAEE40) is known color: Green Yellow. HEX triplet: AA, EE and 40. RGB value is (170,238,64). Sum of RGB (Red+Green+Blue) = 170+238+64=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEE40 is #5511BF. Grayscale: #C6C6C6. Windows color (decimal): -5575104 or 4255402. OLE color: 4255402.

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

Color convert

RGB 170 238 64 -
CMYK 0.29 0 0.73 0.07
HSL 83.45º 0.84% 0.59% -
HSV(B) 83.45º 0.73% 0.93% -
XYZ 48.08 70.07 15.84 -
YUV 197.83 52.47 108.15 -
System Red Green Blue C M Y K H S L
Decimal 170 238 64 0.29 0 0.73 0.07 83.45 0.84 0.59
Hex AA EE 40 1D 0 49 7 53 54 3B
Octal 252 356 100 35 0 111 7 123 124 73
Binary 10101010 11101110 1000000 11101 0 1001001 111 1010011 1010100 111011

Color Harmonies of #AAEE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE40

Black with #AAEE40

Text Example


Text Example

White with #AAEE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE40; }

 p { color: rgb(170,238,64); }

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

background-color css

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

 a { background-color: rgb(170,238,64); }

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

border-color css

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

 span { border-color: rgb(170,238,64); }

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