Html Css Color HEX #9EDD0B Inch Worm

📋 copy color: '#9EDD0B'

red 158 ◦ green 221 ◦ blue 11

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

Shades of Inch Worm #9EDD0B

Tints of Inch Worm #9EDD0B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.67%

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

R = 40.51%
G = 56.67%
B = 2.82%

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

#9EDD0B (or 0x9EDD0B) is known color: Inch Worm. HEX triplet: 9E, DD and 0B. RGB value is (158,221,11). Sum of RGB (Red+Green+Blue) = 158+221+11=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDD0B is #6122F4. Grayscale: #B3B3B3. Windows color (decimal): -6365941 or 777630. OLE color: 777630.

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

Color convert

RGB 158 221 11 -
CMYK 0.29 0 0.95 0.13
HSL 78º 0.91% 0.45% -
HSV(B) 78º 0.95% 0.87% -
XYZ 40.02 59.01 9.6 -
YUV 178.22 33.63 113.58 -
System Red Green Blue C M Y K H S L
Decimal 158 221 11 0.29 0 0.95 0.13 78 0.91 0.45
Hex 9E DD B 1D 0 5F D 4E 5B 2D
Octal 236 335 13 35 0 137 15 116 133 55
Binary 10011110 11011101 1011 11101 0 1011111 1101 1001110 1011011 101101

Color Harmonies of #9EDD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD0B

Black with #9EDD0B

Text Example


Text Example

White with #9EDD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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