Html Css Color HEX #8EDE0C Inch Worm

📋 copy color: '#8EDE0C'

red 142 ◦ green 222 ◦ blue 12

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

Shades of Inch Worm #8EDE0C

Tints of Inch Worm #8EDE0C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.04%

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

R = 37.77%
G = 59.04%
B = 3.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#8EDE0C (or 0x8EDE0C) is known color: Inch Worm. HEX triplet: 8E, DE and 0C. RGB value is (142,222,12). Sum of RGB (Red+Green+Blue) = 142+222+12=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 222 (87.11% from 255 or 59.04% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDE0C is #7121F3. Grayscale: #AEAEAE. Windows color (decimal): -7414260 or 843406. OLE color: 843406.

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

Color convert

RGB 142 222 12 -
CMYK 0.36 0 0.95 0.13
HSL 82.86º 0.9% 0.46% -
HSV(B) 82.86º 0.95% 0.87% -
XYZ 37.34 58.02 9.58 -
YUV 174.14 36.5 105.08 -
System Red Green Blue C M Y K H S L
Decimal 142 222 12 0.36 0 0.95 0.13 82.86 0.9 0.46
Hex 8E DE C 24 0 5F D 53 5A 2E
Octal 216 336 14 44 0 137 15 123 132 56
Binary 10001110 11011110 1100 100100 0 1011111 1101 1010011 1011010 101110

Color Harmonies of #8EDE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE0C

Black with #8EDE0C

Text Example


Text Example

White with #8EDE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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