#9EDF01

Color #9EDF01 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #9EDF01

Tints of Inch Worm #9EDF01

Color information

#9EDF01 (or 0x9EDF01) is unknown color: approx Inch Worm. HEX triplet: 9E, DF and 01. RGB value is (158,223,1). Sum of RGB (Red+Green+Blue) = 158+223+1=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EDF01 is #6120FE. Grayscale: #B3B3B3. Windows color (decimal): -6365439 or 122782. OLE color: 122782.

HSL color Cylindrical-coordinate representation of color #9EDF01: hue angle of 77.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EDF01 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB1582231-
CMYK0.2901.000.13
HSL77.57º99.11%43.92%-
HSV(B)77.57º99.55%87.45%-
XYZ40.4960.059.48-
YUV178.2627.97113.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.36%
GREEN value IS 223 (87.5% from 255) = 58.38%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=41.36%
G=58.38%
B=0.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15822310.2901.000.1377.5799.1143.92
Hex9EDF11D064D4e632c
Octal23633713501441511614354
Binary100111101101111111110101100100110110011101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,223,1); }

 H1.HeaderClassName
 {
   color: #9EDF01;
 }
 .AnyTagClassName
 {
   color: #9EDF01;
 }
</style>
background-color css

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

 a { background-color: rgb(158,223,1); }

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

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

 span { border-color: rgb(158,223,1); }

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