#9FDD11

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

Shades of Inch Worm #9FDD11

Tints of Inch Worm #9FDD11

Color information

#9FDD11 (or 0x9FDD11) is unknown color: approx Inch Worm. HEX triplet: 9F, DD and 11. RGB value is (159,221,17). Sum of RGB (Red+Green+Blue) = 159+221+17=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDD11 is #6022EE. Grayscale: #B3B3B3. Windows color (decimal): -6300399 or 1170847. OLE color: 1170847.

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

Color convert

RGB15922117-
CMYK0.2800.920.13
HSL78.24º85.71%46.67%-
HSV(B)78.24º92.31%86.67%-
XYZ40.2659.129.82-
YUV179.2136.46113.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 221 (86.72% from 255) = 55.67%
BLUE value IS 17 (7.03% from 255) = 4.28%
R=40.05%
G=55.67%
B=4.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159221170.2800.920.1378.2485.7146.67
Hex9FDD111C05CD4e562f
Octal237335213401341511612657
Binary1001111111011101100011110001011100110110011101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,221,17); }

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

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

 a { background-color: rgb(159,221,17); }

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

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

 span { border-color: rgb(159,221,17); }

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