#9FDE04

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

Shades of Inch Worm #9FDE04

Tints of Inch Worm #9FDE04

Color information

#9FDE04 (or 0x9FDE04) is unknown color: approx Inch Worm. HEX triplet: 9F, DE and 04. RGB value is (159,222,4). Sum of RGB (Red+Green+Blue) = 159+222+4=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 222 (87.11% from 255 or 57.66% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDE04 is #6021FB. Grayscale: #B3B3B3. Windows color (decimal): -6300156 or 319135. OLE color: 319135.

HSL color Cylindrical-coordinate representation of color #9FDE04: hue angle of 77.34º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FDE04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB1592224-
CMYK0.2800.980.13
HSL77.34º96.46%44.31%-
HSV(B)77.34º98.2%87.06%-
XYZ40.4459.629.49-
YUV178.3129.63114.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 222 (87.11% from 255) = 57.66%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=41.30%
G=57.66%
B=1.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15922240.2800.980.1377.3496.4644.31
Hex9FDE41C062D4d602c
Octal23733643401421511514054
Binary10011111110111101001110001100010110110011011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,222,4); }

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

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

 a { background-color: rgb(159,222,4); }

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

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

 span { border-color: rgb(159,222,4); }

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