Html Css Color HEX #AAE82A Green Yellow

📋 copy color: '#AAE82A'

red 170 ◦ green 232 ◦ blue 42

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

Shades of Green Yellow #AAE82A

Tints of Green Yellow #AAE82A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.25%

 BLUE value IS 42 (16.8% from 255) = 9.46%

R = 38.29%
G = 52.25%
B = 9.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#AAE82A (or 0xAAE82A) is known color: Green Yellow. HEX triplet: AA, E8 and 2A. RGB value is (170,232,42). Sum of RGB (Red+Green+Blue) = 170+232+42=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE82A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE82A is #5517D5. Grayscale: #C0C0C0. Windows color (decimal): -5576662 or 2812074. OLE color: 2812074.

HSL color Cylindrical-coordinate representation of color #AAE82A: hue angle of 79.58º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAE82A is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 42 -
CMYK 0.27 0 0.82 0.09
HSL 79.58º 0.81% 0.54% -
HSV(B) 79.58º 0.82% 0.91% -
XYZ 45.85 66.43 12.6 -
YUV 191.8 43.46 112.45 -
System Red Green Blue C M Y K H S L
Decimal 170 232 42 0.27 0 0.82 0.09 79.58 0.81 0.54
Hex AA E8 2A 1B 0 52 9 50 51 36
Octal 252 350 52 33 0 122 11 120 121 66
Binary 10101010 11101000 101010 11011 0 1010010 1001 1010000 1010001 110110

Color Harmonies of #AAE82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE82A

Black with #AAE82A

Text Example


Text Example

White with #AAE82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE82A; }

 p { color: rgb(170,232,42); }

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

background-color css

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

 a { background-color: rgb(170,232,42); }

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

border-color css

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

 span { border-color: rgb(170,232,42); }

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