Html Css Color HEX #9EDE0C Inch Worm

📋 copy color: '#9EDE0C'

red 158 ◦ green 222 ◦ blue 12

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

Shades of Inch Worm #9EDE0C

Tints of Inch Worm #9EDE0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 40.31%
G = 56.63%
B = 3.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#9EDE0C (or 0x9EDE0C) is known color: Inch Worm. HEX triplet: 9E, DE and 0C. RGB value is (158,222,12). Sum of RGB (Red+Green+Blue) = 158+222+12=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 222 (87.11% from 255 or 56.63% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDE0C is #6121F3. Grayscale: #B3B3B3. Windows color (decimal): -6365684 or 843422. OLE color: 843422.

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

Color convert

RGB 158 222 12 -
CMYK 0.29 0 0.95 0.13
HSL 78.29º 0.9% 0.46% -
HSV(B) 78.29º 0.95% 0.87% -
XYZ 40.29 59.54 9.72 -
YUV 178.92 33.8 113.08 -
System Red Green Blue C M Y K H S L
Decimal 158 222 12 0.29 0 0.95 0.13 78.29 0.9 0.46
Hex 9E DE C 1D 0 5F D 4E 5A 2E
Octal 236 336 14 35 0 137 15 116 132 56
Binary 10011110 11011110 1100 11101 0 1011111 1101 1001110 1011010 101110

Color Harmonies of #9EDE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE0C

Black with #9EDE0C

Text Example


Text Example

White with #9EDE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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