#A0D80A

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

Shades of Inch Worm #A0D80A

Tints of Inch Worm #A0D80A

Color information

#A0D80A (or 0xA0D80A) is unknown color: approx Inch Worm. HEX triplet: A0, D8 and 0A. RGB value is (160,216,10). Sum of RGB (Red+Green+Blue) = 160+216+10=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D80A is #5F27F5. Grayscale: #B0B0B0. Windows color (decimal): -6236150 or 710816. OLE color: 710816.

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

Color convert

RGB16021610-
CMYK0.2600.950.15
HSL76.31º91.15%44.31%-
HSV(B)76.31º95.37%84.71%-
XYZ39.1156.619.15-
YUV175.7734.45116.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 216 (84.77% from 255) = 55.96%
BLUE value IS 10 (4.30% from 255) = 2.59%
R=41.45%
G=55.96%
B=2.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160216100.2600.950.1576.3191.1544.31
HexA0D8A1A05FF4c5b2c
Octal240330123201371711413354
Binary101000001101100010101101001011111111110011001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D80A; }

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

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

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

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

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

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

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

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