#9BD716

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

Shades of Inch Worm #9BD716

Tints of Inch Worm #9BD716

Color information

#9BD716 (or 0x9BD716) is unknown color: approx Inch Worm. HEX triplet: 9B, D7 and 16. RGB value is (155,215,22). Sum of RGB (Red+Green+Blue) = 155+215+22=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 215 (84.38% from 255 or 54.85% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD716 is #6428E9. Grayscale: #AFAFAF. Windows color (decimal): -6564074 or 1496987. OLE color: 1496987.

HSL color Cylindrical-coordinate representation of color #9BD716: hue angle of 78.65º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BD716 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB15521522-
CMYK0.2800.900.16
HSL78.65º81.43%46.47%-
HSV(B)78.65º89.77%84.31%-
XYZ37.9655.639.5-
YUV175.0641.62113.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 215 (84.38% from 255) = 54.85%
BLUE value IS 22 (8.98% from 255) = 5.61%
R=39.54%
G=54.85%
B=5.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155215220.2800.900.1678.6581.4346.47
Hex9BD7161C05A104f512e
Octal233327263401322011712156
Binary10011011110101111011011100010110101000010011111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,215,22); }

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

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

 a { background-color: rgb(155,215,22); }

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

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

 span { border-color: rgb(155,215,22); }

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