Html Css Color HEX #8EDD0F Inch Worm

📋 copy color: '#8EDD0F'

red 142 ◦ green 221 ◦ blue 15

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

Shades of Inch Worm #8EDD0F

Tints of Inch Worm #8EDD0F

RGB

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

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

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

R = 37.57%
G = 58.47%
B = 3.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#8EDD0F (or 0x8EDD0F) is known color: Inch Worm. HEX triplet: 8E, DD and 0F. RGB value is (142,221,15). Sum of RGB (Red+Green+Blue) = 142+221+15=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDD0F is #7122F0. Grayscale: #AEAEAE. Windows color (decimal): -7414513 or 1039758. OLE color: 1039758.

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

Color convert

RGB 142 221 15 -
CMYK 0.36 0 0.93 0.13
HSL 83.01º 0.87% 0.46% -
HSV(B) 83.01º 0.93% 0.87% -
XYZ 37.1 57.5 9.59 -
YUV 173.9 38.33 105.25 -
System Red Green Blue C M Y K H S L
Decimal 142 221 15 0.36 0 0.93 0.13 83.01 0.87 0.46
Hex 8E DD F 24 0 5D D 53 57 2E
Octal 216 335 17 44 0 135 15 123 127 56
Binary 10001110 11011101 1111 100100 0 1011101 1101 1010011 1010111 101110

Color Harmonies of #8EDD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD0F

Black with #8EDD0F

Text Example


Text Example

White with #8EDD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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