Html Css Color HEX #8ED70F Inch Worm

📋 copy color: '#8ED70F'

red 142 ◦ green 215 ◦ blue 15

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

Shades of Inch Worm #8ED70F

Tints of Inch Worm #8ED70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.03%

R = 38.17%
G = 57.8%
B = 4.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#8ED70F (or 0x8ED70F) is known color: Inch Worm. HEX triplet: 8E, D7 and 0F. RGB value is (142,215,15). Sum of RGB (Red+Green+Blue) = 142+215+15=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED70F is #7128F0. Grayscale: #ABABAB. Windows color (decimal): -7416049 or 1038222. OLE color: 1038222.

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

Color convert

RGB 142 215 15 -
CMYK 0.34 0 0.93 0.16
HSL 81.9º 0.87% 0.45% -
HSV(B) 81.9º 0.93% 0.84% -
XYZ 35.54 54.39 9.08 -
YUV 170.37 40.32 107.76 -
System Red Green Blue C M Y K H S L
Decimal 142 215 15 0.34 0 0.93 0.16 81.9 0.87 0.45
Hex 8E D7 F 22 0 5D 10 52 57 2D
Octal 216 327 17 42 0 135 20 122 127 55
Binary 10001110 11010111 1111 100010 0 1011101 10000 1010010 1010111 101101

Color Harmonies of #8ED70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED70F

Black with #8ED70F

Text Example


Text Example

White with #8ED70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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