#AAE320

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

Shades of Inch Worm #AAE320

Tints of Inch Worm #AAE320

Color information

#AAE320 (or 0xAAE320) is unknown color: approx Inch Worm. HEX triplet: AA, E3 and 20. RGB value is (170,227,32). Sum of RGB (Red+Green+Blue) = 170+227+32=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 227 (89.06% from 255 or 52.91% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE320 is #551CDF. Grayscale: #BCBCBC. Windows color (decimal): -5577952 or 2155434. OLE color: 2155434.

HSL color Cylindrical-coordinate representation of color #AAE320: hue angle of 77.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAE320 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB17022732-
CMYK0.2500.860.11
HSL77.54º77.69%50.78%-
HSV(B)77.54º85.9%89.02%-
XYZ44.3163.5911.31-
YUV187.7340.12115.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 227 (89.06% from 255) = 52.91%
BLUE value IS 32 (12.89% from 255) = 7.46%
R=39.63%
G=52.91%
B=7.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170227320.2500.860.1177.5477.6950.78
HexAAE32019056B4e4e33
Octal252343403101261311611663
Binary10101010111000111000001100101010110101110011101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE320; }

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

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

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

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

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

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

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

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