Html Css Color HEX #9EDC0B Inch Worm

📋 copy color: '#9EDC0B'

red 158 ◦ green 220 ◦ blue 11

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

Shades of Inch Worm #9EDC0B

Tints of Inch Worm #9EDC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.83%

R = 40.62%
G = 56.56%
B = 2.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#9EDC0B (or 0x9EDC0B) is known color: Inch Worm. HEX triplet: 9E, DC and 0B. RGB value is (158,220,11). Sum of RGB (Red+Green+Blue) = 158+220+11=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDC0B is #6123F4. Grayscale: #B2B2B2. Windows color (decimal): -6366197 or 777374. OLE color: 777374.

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

Color convert

RGB 158 220 11 -
CMYK 0.28 0 0.95 0.14
HSL 77.8º 0.9% 0.45% -
HSV(B) 77.8º 0.95% 0.86% -
XYZ 39.75 58.48 9.51 -
YUV 177.64 33.96 113.99 -
System Red Green Blue C M Y K H S L
Decimal 158 220 11 0.28 0 0.95 0.14 77.8 0.9 0.45
Hex 9E DC B 1C 0 5F E 4E 5A 2D
Octal 236 334 13 34 0 137 16 116 132 55
Binary 10011110 11011100 1011 11100 0 1011111 1110 1001110 1011010 101101

Color Harmonies of #9EDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC0B

Black with #9EDC0B

Text Example


Text Example

White with #9EDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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