Html Css Color HEX #AAE02C Yellow Green

📋 copy color: '#AAE02C'

red 170 ◦ green 224 ◦ blue 44

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

Shades of Yellow Green #AAE02C

Tints of Yellow Green #AAE02C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.14%

 BLUE value IS 44 (17.58% from 255) = 10.05%

R = 38.81%
G = 51.14%
B = 10.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#AAE02C (or 0xAAE02C) is known color: Yellow Green. HEX triplet: AA, E0 and 2C. RGB value is (170,224,44). Sum of RGB (Red+Green+Blue) = 170+224+44=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE02C is #551FD3. Grayscale: #BCBCBC. Windows color (decimal): -5578708 or 2941098. OLE color: 2941098.

HSL color Cylindrical-coordinate representation of color #AAE02C: hue angle of 78º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAE02C is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 44 -
CMYK 0.24 0 0.80 0.12
HSL 78º 0.74% 0.53% -
HSV(B) 78º 0.8% 0.88% -
XYZ 43.69 62.04 12.06 -
YUV 187.33 47.11 115.64 -
System Red Green Blue C M Y K H S L
Decimal 170 224 44 0.24 0 0.80 0.12 78 0.74 0.53
Hex AA E0 2C 18 0 50 C 4E 4A 35
Octal 252 340 54 30 0 120 14 116 112 65
Binary 10101010 11100000 101100 11000 0 1010000 1100 1001110 1001010 110101

Color Harmonies of #AAE02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE02C

Black with #AAE02C

Text Example


Text Example

White with #AAE02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE02C; }

 p { color: rgb(170,224,44); }

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

background-color css

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

 a { background-color: rgb(170,224,44); }

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

border-color css

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

 span { border-color: rgb(170,224,44); }

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