Html Css Color HEX #9EDB0D Inch Worm

📋 copy color: '#9EDB0D'

red 158 ◦ green 219 ◦ blue 13

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

Shades of Inch Worm #9EDB0D

Tints of Inch Worm #9EDB0D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.15%

 BLUE value IS 13 (5.47% from 255) = 3.33%

R = 40.51%
G = 56.15%
B = 3.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#9EDB0D (or 0x9EDB0D) is known color: Inch Worm. HEX triplet: 9E, DB and 0D. RGB value is (158,219,13). Sum of RGB (Red+Green+Blue) = 158+219+13=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDB0D is #6124F2. Grayscale: #B2B2B2. Windows color (decimal): -6366451 or 908190. OLE color: 908190.

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

Color convert

RGB 158 219 13 -
CMYK 0.28 0 0.94 0.14
HSL 77.77º 0.89% 0.45% -
HSV(B) 77.77º 0.94% 0.86% -
XYZ 39.5 57.96 9.49 -
YUV 177.28 35.29 114.25 -
System Red Green Blue C M Y K H S L
Decimal 158 219 13 0.28 0 0.94 0.14 77.77 0.89 0.45
Hex 9E DB D 1C 0 5E E 4E 59 2D
Octal 236 333 15 34 0 136 16 116 131 55
Binary 10011110 11011011 1101 11100 0 1011110 1110 1001110 1011001 101101

Color Harmonies of #9EDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB0D

Black with #9EDB0D

Text Example


Text Example

White with #9EDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,219,13); }

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

background-color css

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

 a { background-color: rgb(158,219,13); }

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

border-color css

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

 span { border-color: rgb(158,219,13); }

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