#A7E80E

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

Shades of Inch Worm #A7E80E

Tints of Inch Worm #A7E80E

Color information

#A7E80E (or 0xA7E80E) is unknown color: approx Inch Worm. HEX triplet: A7, E8 and 0E. RGB value is (167,232,14). Sum of RGB (Red+Green+Blue) = 167+232+14=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 232 (91.02% from 255 or 56.17% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 232 - color contains mainly: green. Hex color #A7E80E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A7E80E is #5817F1. Grayscale: #BCBCBC. Windows color (decimal): -5773298 or 977063. OLE color: 977063.

HSL color Cylindrical-coordinate representation of color #A7E80E: hue angle of 77.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7E80E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB16723214-
CMYK0.2800.940.09
HSL77.89º88.62%48.24%-
HSV(B)77.89º93.97%90.98%-
XYZ44.8765.9610.78-
YUV187.7129.97113.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 232 (91.02% from 255) = 56.17%
BLUE value IS 14 (5.86% from 255) = 3.39%
R=40.44%
G=56.17%
B=3.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal167232140.2800.940.0977.8988.6248.24
HexA7E8E1C05E94e5930
Octal247350163401361111613160
Binary101001111110100011101110001011110100110011101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E80E; }

 p { color: rgb(167,232,14); }

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

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

 a { background-color: rgb(167,232,14); }

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

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

 span { border-color: rgb(167,232,14); }

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