#A0E416

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

Shades of Inch Worm #A0E416

Tints of Inch Worm #A0E416

Color information

#A0E416 (or 0xA0E416) is unknown color: approx Inch Worm. HEX triplet: A0, E4 and 16. RGB value is (160,228,22). Sum of RGB (Red+Green+Blue) = 160+228+22=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E416 is #5F1BE9. Grayscale: #B8B8B8. Windows color (decimal): -6233066 or 1500320. OLE color: 1500320.

HSL color Cylindrical-coordinate representation of color #A0E416: hue angle of 79.81º 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 #A0E416 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB16022822-
CMYK0.3000.900.11
HSL79.81º82.4%49.02%-
HSV(B)79.81º90.35%89.41%-
XYZ42.3963.0210.69-
YUV184.1836.47110.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.02%
GREEN value IS 228 (89.45% from 255) = 55.61%
BLUE value IS 22 (8.98% from 255) = 5.37%
R=39.02%
G=55.61%
B=5.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160228220.3000.900.1179.8182.449.02
HexA0E4161E05AB505231
Octal240344263601321312012261
Binary1010000011100100101101111001011010101110100001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E416; }

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

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

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

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

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

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

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

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