#a0db1e

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

Shades of Inch Worm #A0DB1E

Tints of Inch Worm #A0DB1E

Color information

#A0DB1E (or 0xA0DB1E) is unknown color: approx Inch Worm. HEX triplet: A0, DB and 1E. RGB value is (160,219,30). Sum of RGB (Red+Green+Blue) = 160+219+30=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB1E is #5F24E1. Grayscale: #B4B4B4. Windows color (decimal): -6235362 or 2022304. OLE color: 2022304.

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

Color convert

RGB16021930-
CMYK0.2700.860.14
HSL78.73º75.9%48.82%-
HSV(B)78.73º86.3%85.88%-
XYZ40.0658.2310.36-
YUV179.8143.45113.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 219 (85.94% from 255) = 53.55%
BLUE value IS 30 (12.11% from 255) = 7.33%
R=39.12%
G=53.55%
B=7.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160219300.2700.860.1478.7375.948.82
HexA0DB1E1B056E4f4c31
Octal240333363301261611711461
Binary1010000011011011111101101101010110111010011111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0db1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0db1e; }

 p { color: rgb(160,219,30); }

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

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

 a { background-color: rgb(160,219,30); }

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

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

 span { border-color: rgb(160,219,30); }

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