Html Css Color HEX #9EDE1F Inch Worm

📋 copy color: '#9EDE1F'

red 158 ◦ green 222 ◦ blue 31

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

Shades of Inch Worm #9EDE1F

Tints of Inch Worm #9EDE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.54%

R = 38.44%
G = 54.01%
B = 7.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#9EDE1F (or 0x9EDE1F) is known color: Inch Worm. HEX triplet: 9E, DE and 1F. RGB value is (158,222,31). Sum of RGB (Red+Green+Blue) = 158+222+31=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDE1F is #6121E0. Grayscale: #B5B5B5. Windows color (decimal): -6365665 or 2088606. OLE color: 2088606.

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

Color convert

RGB 158 222 31 -
CMYK 0.29 0 0.86 0.13
HSL 80.1º 0.75% 0.5% -
HSV(B) 80.1º 0.86% 0.87% -
XYZ 40.47 59.61 10.67 -
YUV 181.09 43.3 111.53 -
System Red Green Blue C M Y K H S L
Decimal 158 222 31 0.29 0 0.86 0.13 80.1 0.75 0.5
Hex 9E DE 1F 1D 0 56 D 50 4B 32
Octal 236 336 37 35 0 126 15 120 113 62
Binary 10011110 11011110 11111 11101 0 1010110 1101 1010000 1001011 110010

Color Harmonies of #9EDE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE1F

Black with #9EDE1F

Text Example


Text Example

White with #9EDE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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