Html Css Color HEX #9EDA0D Inch Worm

📋 copy color: '#9EDA0D'

red 158 ◦ green 218 ◦ blue 13

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

Shades of Inch Worm #9EDA0D

Tints of Inch Worm #9EDA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.04%

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

R = 40.62%
G = 56.04%
B = 3.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#9EDA0D (or 0x9EDA0D) is known color: Inch Worm. HEX triplet: 9E, DA and 0D. RGB value is (158,218,13). Sum of RGB (Red+Green+Blue) = 158+218+13=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDA0D is #6125F2. Grayscale: #B1B1B1. Windows color (decimal): -6366707 or 907934. OLE color: 907934.

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

Color convert

RGB 158 218 13 -
CMYK 0.28 0 0.94 0.15
HSL 77.56º 0.89% 0.45% -
HSV(B) 77.56º 0.94% 0.85% -
XYZ 39.24 57.44 9.4 -
YUV 176.69 35.62 114.67 -
System Red Green Blue C M Y K H S L
Decimal 158 218 13 0.28 0 0.94 0.15 77.56 0.89 0.45
Hex 9E DA D 1C 0 5E F 4E 59 2D
Octal 236 332 15 34 0 136 17 116 131 55
Binary 10011110 11011010 1101 11100 0 1011110 1111 1001110 1011001 101101

Color Harmonies of #9EDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDA0D

Black with #9EDA0D

Text Example


Text Example

White with #9EDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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