Html Css Color HEX #AAE531 Green Yellow

📋 copy color: '#AAE531'

red 170 ◦ green 229 ◦ blue 49

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

Shades of Green Yellow #AAE531

Tints of Green Yellow #AAE531

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.12%

 BLUE value IS 49 (19.53% from 255) = 10.94%

R = 37.95%
G = 51.12%
B = 10.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#AAE531 (or 0xAAE531) is known color: Green Yellow. HEX triplet: AA, E5 and 31. RGB value is (170,229,49). Sum of RGB (Red+Green+Blue) = 170+229+49=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE531 is #551ACE. Grayscale: #BFBFBF. Windows color (decimal): -5577423 or 3270058. OLE color: 3270058.

HSL color Cylindrical-coordinate representation of color #AAE531: hue angle of 79.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAE531 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 49 -
CMYK 0.26 0 0.79 0.10
HSL 79.67º 0.78% 0.55% -
HSV(B) 79.67º 0.79% 0.9% -
XYZ 45.15 64.81 13.03 -
YUV 190.84 47.95 113.14 -
System Red Green Blue C M Y K H S L
Decimal 170 229 49 0.26 0 0.79 0.10 79.67 0.78 0.55
Hex AA E5 31 1A 0 4F A 50 4E 37
Octal 252 345 61 32 0 117 12 120 116 67
Binary 10101010 11100101 110001 11010 0 1001111 1010 1010000 1001110 110111

Color Harmonies of #AAE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE531

Black with #AAE531

Text Example


Text Example

White with #AAE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE531; }

 p { color: rgb(170,229,49); }

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

background-color css

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

 a { background-color: rgb(170,229,49); }

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

border-color css

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

 span { border-color: rgb(170,229,49); }

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