Html Css Color HEX #8ED70C Inch Worm

📋 copy color: '#8ED70C'

red 142 ◦ green 215 ◦ blue 12

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

Shades of Inch Worm #8ED70C

Tints of Inch Worm #8ED70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.27%

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

R = 38.48%
G = 58.27%
B = 3.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#8ED70C (or 0x8ED70C) is known color: Inch Worm. HEX triplet: 8E, D7 and 0C. RGB value is (142,215,12). Sum of RGB (Red+Green+Blue) = 142+215+12=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED70C is #7128F3. Grayscale: #AAAAAA. Windows color (decimal): -7416052 or 841614. OLE color: 841614.

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

Color convert

RGB 142 215 12 -
CMYK 0.34 0 0.94 0.16
HSL 81.58º 0.89% 0.45% -
HSV(B) 81.58º 0.94% 0.84% -
XYZ 35.52 54.38 8.97 -
YUV 170.03 38.82 108.01 -
System Red Green Blue C M Y K H S L
Decimal 142 215 12 0.34 0 0.94 0.16 81.58 0.89 0.45
Hex 8E D7 C 22 0 5E 10 52 59 2D
Octal 216 327 14 42 0 136 20 122 131 55
Binary 10001110 11010111 1100 100010 0 1011110 10000 1010010 1011001 101101

Color Harmonies of #8ED70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED70C

Black with #8ED70C

Text Example


Text Example

White with #8ED70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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