Html Css Color HEX #8EDF14 Inch Worm

📋 copy color: '#8EDF14'

red 142 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #8EDF14

Tints of Inch Worm #8EDF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.92%

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 36.88%
G = 57.92%
B = 5.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#8EDF14 (or 0x8EDF14) is known color: Inch Worm. HEX triplet: 8E, DF and 14. RGB value is (142,223,20). Sum of RGB (Red+Green+Blue) = 142+223+20=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDF14 is #7120EB. Grayscale: #B0B0B0. Windows color (decimal): -7413996 or 1367950. OLE color: 1367950.

HSL color Cylindrical-coordinate representation of color #8EDF14: hue angle of 83.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EDF14 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 20 -
CMYK 0.36 0 0.91 0.13
HSL 83.94º 0.84% 0.48% -
HSV(B) 83.94º 0.91% 0.87% -
XYZ 37.67 58.58 9.98 -
YUV 175.64 40.16 104.01 -
System Red Green Blue C M Y K H S L
Decimal 142 223 20 0.36 0 0.91 0.13 83.94 0.84 0.48
Hex 8E DF 14 24 0 5B D 54 54 30
Octal 216 337 24 44 0 133 15 124 124 60
Binary 10001110 11011111 10100 100100 0 1011011 1101 1010100 1010100 110000

Color Harmonies of #8EDF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF14

Black with #8EDF14

Text Example


Text Example

White with #8EDF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,20); }

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

background-color css

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

 a { background-color: rgb(142,223,20); }

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

border-color css

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

 span { border-color: rgb(142,223,20); }

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