Html Css Color HEX #8EDD0D Inch Worm

📋 copy color: '#8EDD0D'

red 142 ◦ green 221 ◦ blue 13

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

Shades of Inch Worm #8EDD0D

Tints of Inch Worm #8EDD0D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.78%

 BLUE value IS 13 (5.47% from 255) = 3.46%

R = 37.77%
G = 58.78%
B = 3.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#8EDD0D (or 0x8EDD0D) is known color: Inch Worm. HEX triplet: 8E, DD and 0D. RGB value is (142,221,13). Sum of RGB (Red+Green+Blue) = 142+221+13=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDD0D is #7122F2. Grayscale: #AEAEAE. Windows color (decimal): -7414515 or 908686. OLE color: 908686.

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

Color convert

RGB 142 221 13 -
CMYK 0.36 0 0.94 0.13
HSL 82.79º 0.89% 0.46% -
HSV(B) 82.79º 0.94% 0.87% -
XYZ 37.08 57.49 9.52 -
YUV 173.67 37.33 105.41 -
System Red Green Blue C M Y K H S L
Decimal 142 221 13 0.36 0 0.94 0.13 82.79 0.89 0.46
Hex 8E DD D 24 0 5E D 53 59 2E
Octal 216 335 15 44 0 136 15 123 131 56
Binary 10001110 11011101 1101 100100 0 1011110 1101 1010011 1011001 101110

Color Harmonies of #8EDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD0D

Black with #8EDD0D

Text Example


Text Example

White with #8EDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,13); }

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

background-color css

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

 a { background-color: rgb(142,221,13); }

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

border-color css

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

 span { border-color: rgb(142,221,13); }

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