#A0E202

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

Shades of Inch Worm #A0E202

Tints of Inch Worm #A0E202

Color information

#A0E202 (or 0xA0E202) is unknown color: approx Inch Worm. HEX triplet: A0, E2 and 02. RGB value is (160,226,2). Sum of RGB (Red+Green+Blue) = 160+226+2=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 226 (88.67% from 255 or 58.25% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E202 is #5F1DFD. Grayscale: #B5B5B5. Windows color (decimal): -6233598 or 189088. OLE color: 189088.

HSL color Cylindrical-coordinate representation of color #A0E202: hue angle of 77.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0E202 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB1602262-
CMYK0.2900.990.11
HSL77.68º98.25%44.71%-
HSV(B)77.68º99.12%88.63%-
XYZ41.761.879.8-
YUV180.7327.13113.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 226 (88.67% from 255) = 58.25%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=41.24%
G=58.25%
B=0.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16022620.2900.990.1177.6898.2544.71
HexA0E221D063B4e622d
Octal24034223501431311614255
Binary1010000011100010101110101100011101110011101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E202; }

 p { color: rgb(160,226,2); }

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

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

 a { background-color: rgb(160,226,2); }

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

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

 span { border-color: rgb(160,226,2); }

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