#AAED21

Color #AAED21 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #AAED21

Tints of Inch Worm #AAED21

Color information

#AAED21 (or 0xAAED21) is unknown color: approx Inch Worm. HEX triplet: AA, ED and 21. RGB value is (170,237,33). Sum of RGB (Red+Green+Blue) = 170+237+33=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAED21 is #5512DE. Grayscale: #C2C2C2. Windows color (decimal): -5575391 or 2223530. OLE color: 2223530.

HSL color Cylindrical-coordinate representation of color #AAED21: hue angle of 79.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAED21 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB17023733-
CMYK0.2800.860.07
HSL79.71º85%52.94%-
HSV(B)79.71º86.08%92.94%-
XYZ47.1469.2212.32-
YUV193.7137.3111.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 237 (92.97% from 255) = 53.86%
BLUE value IS 33 (13.28% from 255) = 7.5%
R=38.64%
G=53.86%
B=7.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170237330.2800.860.0779.718552.94
HexAAED211C0567505535
Octal25235541340126712012565
Binary1010101011101101100001111000101011011110100001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED21; }

 p { color: rgb(170,237,33); }

 H1.HeaderClassName
 {
   color: #AAED21;
 }
 .AnyTagClassName
 {
   color: #AAED21;
 }
</style>
background-color css

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

 a { background-color: rgb(170,237,33); }

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

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

 span { border-color: rgb(170,237,33); }

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