#9BF11B

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

Shades of Inch Worm #9BF11B

Tints of Inch Worm #9BF11B

Color information

#9BF11B (or 0x9BF11B) is unknown color: approx Inch Worm. HEX triplet: 9B, F1 and 1B. RGB value is (155,241,27). Sum of RGB (Red+Green+Blue) = 155+241+27=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF11B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BF11B is #640EE4. Grayscale: #BFBFBF. Windows color (decimal): -6557413 or 1831323. OLE color: 1831323.

HSL color Cylindrical-coordinate representation of color #9BF11B: hue angle of 84.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BF11B is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB15524127-
CMYK0.3600.890.05
HSL84.11º88.43%52.55%-
HSV(B)84.11º88.8%94.51%-
XYZ45.1769.9612.16-
YUV190.8935.51102.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 241 (94.53% from 255) = 56.97%
BLUE value IS 27 (10.94% from 255) = 6.38%
R=36.64%
G=56.97%
B=6.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal155241270.3600.890.0584.1188.4352.55
Hex9BF11B240595545835
Octal23336133440131512413065
Binary1001101111110001110111001000101100110110101001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,241,27); }

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

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

 a { background-color: rgb(155,241,27); }

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

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

 span { border-color: rgb(155,241,27); }

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