Html Css Color HEX #8EDC0A Inch Worm

📋 copy color: '#8EDC0A'

red 142 ◦ green 220 ◦ blue 10

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

Shades of Inch Worm #8EDC0A

Tints of Inch Worm #8EDC0A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.14%

 BLUE value IS 10 (4.3% from 255) = 2.69%

R = 38.17%
G = 59.14%
B = 2.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#8EDC0A (or 0x8EDC0A) is known color: Inch Worm. HEX triplet: 8E, DC and 0A. RGB value is (142,220,10). Sum of RGB (Red+Green+Blue) = 142+220+10=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDC0A is #7123F5. Grayscale: #ADADAD. Windows color (decimal): -7414774 or 711822. OLE color: 711822.

HSL color Cylindrical-coordinate representation of color #8EDC0A: hue angle of 82.29º degrees, saturation: 0.91, 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 #8EDC0A is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 220 10 -
CMYK 0.35 0 0.95 0.14
HSL 82.29º 0.91% 0.45% -
HSV(B) 82.29º 0.95% 0.86% -
XYZ 36.8 56.96 9.34 -
YUV 172.74 36.16 106.08 -
System Red Green Blue C M Y K H S L
Decimal 142 220 10 0.35 0 0.95 0.14 82.29 0.91 0.45
Hex 8E DC A 23 0 5F E 52 5B 2D
Octal 216 334 12 43 0 137 16 122 133 55
Binary 10001110 11011100 1010 100011 0 1011111 1110 1010010 1011011 101101

Color Harmonies of #8EDC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDC0A

Black with #8EDC0A

Text Example


Text Example

White with #8EDC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,220,10); }

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

background-color css

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

 a { background-color: rgb(142,220,10); }

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

border-color css

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

 span { border-color: rgb(142,220,10); }

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