#8EDB0C

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

Shades of Inch Worm #8EDB0C

Tints of Inch Worm #8EDB0C

Color information

#8EDB0C (or 0x8EDB0C) is unknown color: approx Inch Worm. HEX triplet: 8E, DB and 0C. RGB value is (142,219,12). Sum of RGB (Red+Green+Blue) = 142+219+12=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDB0C is #7124F3. Grayscale: #ADADAD. Windows color (decimal): -7415028 or 842638. OLE color: 842638.

HSL color Cylindrical-coordinate representation of color #8EDB0C: hue angle of 82.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8EDB0C is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB14221912-
CMYK0.3500.950.14
HSL82.32º89.61%45.29%-
HSV(B)82.32º94.52%85.88%-
XYZ36.5556.449.32-
YUV172.3837.49106.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 219 (85.94% from 255) = 58.71%
BLUE value IS 12 (5.08% from 255) = 3.22%
R=38.07%
G=58.71%
B=3.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142219120.3500.950.1482.3289.6145.29
Hex8EDBC2305FE525a2d
Octal216333144301371612213255
Binary1000111011011011110010001101011111111010100101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EDB0C; }

 p { color: rgb(142,219,12); }

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

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

 a { background-color: rgb(142,219,12); }

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

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

 span { border-color: rgb(142,219,12); }

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