Html Css Color HEX #9EDC05 Inch Worm

📋 copy color: '#9EDC05'

red 158 ◦ green 220 ◦ blue 5

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

Shades of Inch Worm #9EDC05

Tints of Inch Worm #9EDC05

RGB

 RED value IS 158 (62.11% from 255) = 41.25%

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

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 41.25%
G = 57.44%
B = 1.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#9EDC05 (or 0x9EDC05) is known color: Inch Worm. HEX triplet: 9E, DC and 05. RGB value is (158,220,5). Sum of RGB (Red+Green+Blue) = 158+220+5=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDC05 is #6123FA. Grayscale: #B1B1B1. Windows color (decimal): -6366203 or 384158. OLE color: 384158.

HSL color Cylindrical-coordinate representation of color #9EDC05: hue angle of 77.3º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EDC05 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 5 -
CMYK 0.28 0 0.98 0.14
HSL 77.3º 0.96% 0.44% -
HSV(B) 77.3º 0.98% 0.86% -
XYZ 39.72 58.47 9.34 -
YUV 176.95 30.96 114.48 -
System Red Green Blue C M Y K H S L
Decimal 158 220 5 0.28 0 0.98 0.14 77.3 0.96 0.44
Hex 9E DC 5 1C 0 62 E 4D 60 2C
Octal 236 334 5 34 0 142 16 115 140 54
Binary 10011110 11011100 101 11100 0 1100010 1110 1001101 1100000 101100

Color Harmonies of #9EDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC05

Black with #9EDC05

Text Example


Text Example

White with #9EDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EDC05; }

 p { color: rgb(158,220,5); }

 H1.HeaderClassName
 {
   color: #9EDC05;
 }
 .AnyTagClassName
 {
   color: #9EDC05;
 }
</style>

background-color css

<style>
 a { background-color: #9EDC05; }

 a { background-color: rgb(158,220,5); }

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

border-color css

<style>
 span { border-color: #9EDC05; }

 span { border-color: rgb(158,220,5); }

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