#A1DC07

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

Shades of Inch Worm #A1DC07

Tints of Inch Worm #A1DC07

Color information

#A1DC07 (or 0xA1DC07) is unknown color: approx Inch Worm. HEX triplet: A1, DC and 07. RGB value is (161,220,7). Sum of RGB (Red+Green+Blue) = 161+220+7=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DC07 is #5E23F8. Grayscale: #B2B2B2. Windows color (decimal): -6169593 or 515233. OLE color: 515233.

HSL color Cylindrical-coordinate representation of color #A1DC07: hue angle of 76.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1DC07 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB1612207-
CMYK0.2700.970.14
HSL76.62º93.83%44.51%-
HSV(B)76.62º96.82%86.27%-
XYZ40.3358.789.42-
YUV178.0831.45115.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 220 (86.33% from 255) = 56.70%
BLUE value IS 7 (3.12% from 255) = 1.80%
R=41.49%
G=56.70%
B=1.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16122070.2700.970.1476.6293.8344.51
HexA1DC71B061E4d5e2d
Octal24133473301411611513655
Binary10100001110111001111101101100001111010011011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC07; }

 p { color: rgb(161,220,7); }

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

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

 a { background-color: rgb(161,220,7); }

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

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

 span { border-color: rgb(161,220,7); }

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