#A1E416

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

Shades of Inch Worm #A1E416

Tints of Inch Worm #A1E416

Color information

#A1E416 (or 0xA1E416) is unknown color: approx Inch Worm. HEX triplet: A1, E4 and 16. RGB value is (161,228,22). Sum of RGB (Red+Green+Blue) = 161+228+22=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E416 is #5E1BE9. Grayscale: #B9B9B9. Windows color (decimal): -6167530 or 1500321. OLE color: 1500321.

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

Color convert

RGB16122822-
CMYK0.2900.900.11
HSL79.51º82.4%49.02%-
HSV(B)79.51º90.35%89.41%-
XYZ42.5963.1210.7-
YUV184.4836.3111.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.17%
GREEN value IS 228 (89.45% from 255) = 55.47%
BLUE value IS 22 (8.98% from 255) = 5.35%
R=39.17%
G=55.47%
B=5.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161228220.2900.900.1179.5182.449.02
HexA1E4161D05AB505231
Octal241344263501321312012261
Binary1010000111100100101101110101011010101110100001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E416; }

 p { color: rgb(161,228,22); }

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

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

 a { background-color: rgb(161,228,22); }

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

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

 span { border-color: rgb(161,228,22); }

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