#9BED11

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

Shades of Inch Worm #9BED11

Tints of Inch Worm #9BED11

Color information

#9BED11 (or 0x9BED11) is unknown color: approx Inch Worm. HEX triplet: 9B, ED and 11. RGB value is (155,237,17). Sum of RGB (Red+Green+Blue) = 155+237+17=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 237 (92.97% from 255 or 57.95% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BED11 is #6412EE. Grayscale: #BCBCBC. Windows color (decimal): -6558447 or 1174939. OLE color: 1174939.

HSL color Cylindrical-coordinate representation of color #9BED11: hue angle of 82.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BED11 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB15523717-
CMYK0.3500.930.07
HSL82.36º86.61%49.8%-
HSV(B)82.36º92.83%92.94%-
XYZ43.967.5811.26-
YUV187.431.83104.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 237 (92.97% from 255) = 57.95%
BLUE value IS 17 (7.03% from 255) = 4.16%
R=37.90%
G=57.95%
B=4.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155237170.3500.930.0782.3686.6149.8
Hex9BED112305D7525732
Octal23335521430135712212762
Binary1001101111101101100011000110101110111110100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BED11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,237,17); }

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

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

 a { background-color: rgb(155,237,17); }

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

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

 span { border-color: rgb(155,237,17); }

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