Html Css Color HEX #AAE120 Inch Worm

📋 copy color: '#AAE120'

red 170 ◦ green 225 ◦ blue 32

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

Shades of Inch Worm #AAE120

Tints of Inch Worm #AAE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.69%

 BLUE value IS 32 (12.89% from 255) = 7.49%

R = 39.81%
G = 52.69%
B = 7.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#AAE120 (or 0xAAE120) is known color: Inch Worm. HEX triplet: AA, E1 and 20. RGB value is (170,225,32). Sum of RGB (Red+Green+Blue) = 170+225+32=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE120 is #551EDF. Grayscale: #BBBBBB. Windows color (decimal): -5578464 or 2154922. OLE color: 2154922.

HSL color Cylindrical-coordinate representation of color #AAE120: hue angle of 77.1º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAE120 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 32 -
CMYK 0.24 0 0.86 0.12
HSL 77.1º 0.76% 0.5% -
HSV(B) 77.1º 0.86% 0.88% -
XYZ 43.76 62.5 11.12 -
YUV 186.55 40.78 116.19 -
System Red Green Blue C M Y K H S L
Decimal 170 225 32 0.24 0 0.86 0.12 77.1 0.76 0.5
Hex AA E1 20 18 0 56 C 4D 4C 32
Octal 252 341 40 30 0 126 14 115 114 62
Binary 10101010 11100001 100000 11000 0 1010110 1100 1001101 1001100 110010

Color Harmonies of #AAE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE120

Black with #AAE120

Text Example


Text Example

White with #AAE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE120; }

 p { color: rgb(170,225,32); }

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

background-color css

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

 a { background-color: rgb(170,225,32); }

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

border-color css

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

 span { border-color: rgb(170,225,32); }

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