#9fe11f

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

Shades of Inch Worm #9FE11F

Tints of Inch Worm #9FE11F

Color information

#9FE11F (or 0x9FE11F) is unknown color: approx Inch Worm. HEX triplet: 9F, E1 and 1F. RGB value is (159,225,31). Sum of RGB (Red+Green+Blue) = 159+225+31=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE11F is #601EE0. Grayscale: #B7B7B7. Windows color (decimal): -6299361 or 2089375. OLE color: 2089375.

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

Color convert

RGB15922531-
CMYK0.2900.860.12
HSL80.41º76.38%50.2%-
HSV(B)80.41º86.22%88.24%-
XYZ41.4761.3210.95-
YUV183.1542.13110.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 225 (88.28% from 255) = 54.22%
BLUE value IS 31 (12.5% from 255) = 7.47%
R=38.31%
G=54.22%
B=7.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal159225310.2900.860.1280.4176.3850.2
Hex9FE11F1D056C504c32
Octal237341373501261412011462
Binary1001111111100001111111110101010110110010100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fe11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,225,31); }

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

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

 a { background-color: rgb(159,225,31); }

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

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

 span { border-color: rgb(159,225,31); }

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