#A0DC14

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

Shades of Inch Worm #A0DC14

Tints of Inch Worm #A0DC14

Color information

#A0DC14 (or 0xA0DC14) is unknown color: approx Inch Worm. HEX triplet: A0, DC and 14. RGB value is (160,220,20). Sum of RGB (Red+Green+Blue) = 160+220+20=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DC14 is #5F23EB. Grayscale: #B3B3B3. Windows color (decimal): -6235116 or 1367200. OLE color: 1367200.

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

Color convert

RGB16022020-
CMYK0.2700.910.14
HSL78º83.33%47.06%-
HSV(B)78º90.91%86.27%-
XYZ40.2258.719.87-
YUV179.2638.12114.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 220 (86.33% from 255) = 55%
BLUE value IS 20 (8.20% from 255) = 5%
R=40%
G=55%
B=5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160220200.2700.910.147883.3347.06
HexA0DC141B05BE4e532f
Octal240334243301331611612357
Binary1010000011011100101001101101011011111010011101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC14; }

 p { color: rgb(160,220,20); }

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

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

 a { background-color: rgb(160,220,20); }

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

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

 span { border-color: rgb(160,220,20); }

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