#AAE218

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

Shades of Inch Worm #AAE218

Tints of Inch Worm #AAE218

Color information

#AAE218 (or 0xAAE218) is unknown color: approx Inch Worm. HEX triplet: AA, E2 and 18. RGB value is (170,226,24). Sum of RGB (Red+Green+Blue) = 170+226+24=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 226 (88.67% from 255 or 53.81% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE218 is #551DE7. Grayscale: #BABABA. Windows color (decimal): -5578216 or 1630890. OLE color: 1630890.

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

Color convert

RGB17022624-
CMYK0.2500.890.11
HSL76.63º80.8%49.02%-
HSV(B)76.63º89.38%88.63%-
XYZ43.946310.71-
YUV186.2336.45116.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 226 (88.67% from 255) = 53.81%
BLUE value IS 24 (9.77% from 255) = 5.71%
R=40.48%
G=53.81%
B=5.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170226240.2500.890.1176.6380.849.02
HexAAE21819059B4d5131
Octal252342303101311311512161
Binary1010101011100010110001100101011001101110011011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE218; }

 p { color: rgb(170,226,24); }

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

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

 a { background-color: rgb(170,226,24); }

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

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

 span { border-color: rgb(170,226,24); }

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