Html Css Color HEX #8EDD10 Inch Worm

📋 copy color: '#8EDD10'

red 142 ◦ green 221 ◦ blue 16

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

Shades of Inch Worm #8EDD10

Tints of Inch Worm #8EDD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 37.47%
G = 58.31%
B = 4.22%

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

#8EDD10 (or 0x8EDD10) is known color: Inch Worm. HEX triplet: 8E, DD and 10. RGB value is (142,221,16). Sum of RGB (Red+Green+Blue) = 142+221+16=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDD10 is #7122EF. Grayscale: #AEAEAE. Windows color (decimal): -7414512 or 1105294. OLE color: 1105294.

HSL color Cylindrical-coordinate representation of color #8EDD10: hue angle of 83.12º degrees, saturation: 0.86, 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 #8EDD10 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 16 -
CMYK 0.36 0 0.93 0.13
HSL 83.12º 0.86% 0.46% -
HSV(B) 83.12º 0.93% 0.87% -
XYZ 37.11 57.5 9.63 -
YUV 174.01 38.83 105.17 -
System Red Green Blue C M Y K H S L
Decimal 142 221 16 0.36 0 0.93 0.13 83.12 0.86 0.46
Hex 8E DD 10 24 0 5D D 53 56 2E
Octal 216 335 20 44 0 135 15 123 126 56
Binary 10001110 11011101 10000 100100 0 1011101 1101 1010011 1010110 101110

Color Harmonies of #8EDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD10

Black with #8EDD10

Text Example


Text Example

White with #8EDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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