Html Css Color HEX #8ED80C Inch Worm

📋 copy color: '#8ED80C'

red 142 ◦ green 216 ◦ blue 12

#8ED80C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #8ED80C

Tints of Inch Worm #8ED80C

RGB

 RED value IS 142 (55.86% from 255) = 38.38%

 GREEN value IS 216 (84.77% from 255) = 58.38%

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 38.38%
G = 58.38%
B = 3.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#8ED80C (or 0x8ED80C) is known color: Inch Worm. HEX triplet: 8E, D8 and 0C. RGB value is (142,216,12). Sum of RGB (Red+Green+Blue) = 142+216+12=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED80C is #7127F3. Grayscale: #ABABAB. Windows color (decimal): -7415796 or 841870. OLE color: 841870.

HSL color Cylindrical-coordinate representation of color #8ED80C: hue angle of 81.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8ED80C is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 216 12 -
CMYK 0.34 0 0.94 0.15
HSL 81.76º 0.89% 0.45% -
HSV(B) 81.76º 0.94% 0.85% -
XYZ 35.78 54.89 9.06 -
YUV 170.62 38.48 107.59 -
System Red Green Blue C M Y K H S L
Decimal 142 216 12 0.34 0 0.94 0.15 81.76 0.89 0.45
Hex 8E D8 C 22 0 5E F 52 59 2D
Octal 216 330 14 42 0 136 17 122 131 55
Binary 10001110 11011000 1100 100010 0 1011110 1111 1010010 1011001 101101

Color Harmonies of #8ED80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED80C

Black with #8ED80C

Text Example


Text Example

White with #8ED80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ED80C;
 }
 .AnyTagClassName
 {
   color: #8ED80C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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