#A0E606

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

Shades of Inch Worm #A0E606

Tints of Inch Worm #A0E606

Color information

#A0E606 (or 0xA0E606) is unknown color: approx Inch Worm. HEX triplet: A0, E6 and 06. RGB value is (160,230,6). Sum of RGB (Red+Green+Blue) = 160+230+6=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 230 (90.23% from 255 or 58.08% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E606 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E606 is #5F19F9. Grayscale: #B8B8B8. Windows color (decimal): -6232570 or 452256. OLE color: 452256.

HSL color Cylindrical-coordinate representation of color #A0E606: hue angle of 78.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0E606 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB1602306-
CMYK0.3000.970.10
HSL78.75º94.92%46.27%-
HSV(B)78.75º97.39%90.2%-
XYZ42.8364.0810.28-
YUV183.5327.81111.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 230 (90.23% from 255) = 58.08%
BLUE value IS 6 (2.73% from 255) = 1.52%
R=40.40%
G=58.08%
B=1.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16023060.3000.970.1078.7594.9246.27
HexA0E661E061A4f5f2e
Octal24034663601411211713756
Binary10100000111001101101111001100001101010011111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E606; }

 p { color: rgb(160,230,6); }

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

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

 a { background-color: rgb(160,230,6); }

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

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

 span { border-color: rgb(160,230,6); }

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