#A6DD0C

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

Shades of Inch Worm #A6DD0C

Tints of Inch Worm #A6DD0C

Color information

#A6DD0C (or 0xA6DD0C) is unknown color: approx Inch Worm. HEX triplet: A6, DD and 0C. RGB value is (166,221,12). Sum of RGB (Red+Green+Blue) = 166+221+12=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DD0C is #5922F3. Grayscale: #B5B5B5. Windows color (decimal): -5841652 or 843174. OLE color: 843174.

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

Color convert

RGB16622112-
CMYK0.2500.950.13
HSL75.79º89.7%45.69%-
HSV(B)75.79º94.57%86.67%-
XYZ41.6559.859.7-
YUV180.7332.78117.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 221 (86.72% from 255) = 55.39%
BLUE value IS 12 (5.08% from 255) = 3.01%
R=41.60%
G=55.39%
B=3.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166221120.2500.950.1375.7989.745.69
HexA6DDC1905FD4c5a2e
Octal246335143101371511413256
Binary101001101101110111001100101011111110110011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD0C; }

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

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

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

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

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

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

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

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