Html Css Color HEX #9EDE04 Inch Worm

📋 copy color: '#9EDE04'

red 158 ◦ green 222 ◦ blue 4

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

Shades of Inch Worm #9EDE04

Tints of Inch Worm #9EDE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 41.15%
G = 57.81%
B = 1.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#9EDE04 (or 0x9EDE04) is known color: Inch Worm. HEX triplet: 9E, DE and 04. RGB value is (158,222,4). Sum of RGB (Red+Green+Blue) = 158+222+4=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDE04 is #6121FB. Grayscale: #B2B2B2. Windows color (decimal): -6365692 or 319134. OLE color: 319134.

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

Color convert

RGB 158 222 4 -
CMYK 0.29 0 0.98 0.13
HSL 77.61º 0.96% 0.44% -
HSV(B) 77.61º 0.98% 0.87% -
XYZ 40.24 59.52 9.48 -
YUV 178.01 29.8 113.73 -
System Red Green Blue C M Y K H S L
Decimal 158 222 4 0.29 0 0.98 0.13 77.61 0.96 0.44
Hex 9E DE 4 1D 0 62 D 4E 60 2C
Octal 236 336 4 35 0 142 15 116 140 54
Binary 10011110 11011110 100 11101 0 1100010 1101 1001110 1100000 101100

Color Harmonies of #9EDE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE04

Black with #9EDE04

Text Example


Text Example

White with #9EDE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,222,4); }

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

background-color css

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

 a { background-color: rgb(158,222,4); }

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

border-color css

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

 span { border-color: rgb(158,222,4); }

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