#9BDD11

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

Shades of Inch Worm #9BDD11

Tints of Inch Worm #9BDD11

Color information

#9BDD11 (or 0x9BDD11) is unknown color: approx Inch Worm. HEX triplet: 9B, DD and 11. RGB value is (155,221,17). Sum of RGB (Red+Green+Blue) = 155+221+17=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDD11 is #6422EE. Grayscale: #B2B2B2. Windows color (decimal): -6562543 or 1170843. OLE color: 1170843.

HSL color Cylindrical-coordinate representation of color #9BDD11: hue angle of 79.41º 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 #9BDD11 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB15522117-
CMYK0.3000.920.13
HSL79.41º85.71%46.67%-
HSV(B)79.41º92.31%86.67%-
XYZ39.4858.729.78-
YUV178.0137.13111.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 221 (86.72% from 255) = 56.23%
BLUE value IS 17 (7.03% from 255) = 4.33%
R=39.44%
G=56.23%
B=4.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155221170.3000.920.1379.4185.7146.67
Hex9BDD111E05CD4f562f
Octal233335213601341511712657
Binary1001101111011101100011111001011100110110011111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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