#A0D81E

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

Shades of Inch Worm #A0D81E

Tints of Inch Worm #A0D81E

Color information

#A0D81E (or 0xA0D81E) is unknown color: approx Inch Worm. HEX triplet: A0, D8 and 1E. RGB value is (160,216,30). Sum of RGB (Red+Green+Blue) = 160+216+30=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D81E is #5F27E1. Grayscale: #B2B2B2. Windows color (decimal): -6236130 or 2021536. OLE color: 2021536.

HSL color Cylindrical-coordinate representation of color #A0D81E: hue angle of 78.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0D81E is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB16021630-
CMYK0.2600.860.15
HSL78.06º75.61%48.24%-
HSV(B)78.06º86.11%84.71%-
XYZ39.2956.6810.1-
YUV178.0544.45115.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 216 (84.77% from 255) = 53.20%
BLUE value IS 30 (12.11% from 255) = 7.39%
R=39.41%
G=53.20%
B=7.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160216300.2600.860.1578.0675.6148.24
HexA0D81E1A056F4e4c30
Octal240330363201261711611460
Binary1010000011011000111101101001010110111110011101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D81E; }

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

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

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

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

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

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

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

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