#a6dd00

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

Shades of Inch Worm #A6DD00

Tints of Inch Worm #A6DD00

Color information

#A6DD00 (or 0xA6DD00) is unknown color: approx Inch Worm. HEX triplet: A6, DD and 00. RGB value is (166,221,0). Sum of RGB (Red+Green+Blue) = 166+221+0=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DD00 is #5922FF. Grayscale: #B4B4B4. Windows color (decimal): -5841664 or 56742. OLE color: 56742.

HSL color Cylindrical-coordinate representation of color #A6DD00: hue angle of 74.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6DD00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB1662210-
CMYK0.25010.13
HSL74.93º100%43.33%-
HSV(B)74.93º100%86.67%-
XYZ41.5859.829.35-
YUV179.3626.78118.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.89%
GREEN value IS 221 (86.72% from 255) = 57.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.89%
G=57.11%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16622100.25010.1374.9310043.33
HexA6DD019064D4b642b
Octal24633503101441511314453
Binary101001101101110101100101100100110110010111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6dd00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6dd00; }

 p { color: rgb(166,221,0); }

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

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

 a { background-color: rgb(166,221,0); }

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

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

 span { border-color: rgb(166,221,0); }

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