#96D80D

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

Shades of Inch Worm #96D80D

Tints of Inch Worm #96D80D

Color information

#96D80D (or 0x96D80D) is unknown color: approx Inch Worm. HEX triplet: 96, D8 and 0D. RGB value is (150,216,13). Sum of RGB (Red+Green+Blue) = 150+216+13=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #96D80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D80D is #6927F2. Grayscale: #ADADAD. Windows color (decimal): -6891507 or 907414. OLE color: 907414.

HSL color Cylindrical-coordinate representation of color #96D80D: hue angle of 79.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96D80D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB15021613-
CMYK0.3100.940.15
HSL79.51º88.65%44.9%-
HSV(B)79.51º93.98%84.71%-
XYZ37.2155.629.16-
YUV173.1237.63111.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 216 (84.77% from 255) = 56.99%
BLUE value IS 13 (5.47% from 255) = 3.43%
R=39.58%
G=56.99%
B=3.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150216130.3100.940.1579.5188.6544.9
Hex96D8D1F05EF50592d
Octal226330153701361712013155
Binary100101101101100011011111101011110111110100001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D80D; }

 p { color: rgb(150,216,13); }

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

<style>
 a { background-color: #96D80D; }

 a { background-color: rgb(150,216,13); }

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

<style>
 span { border-color: #96D80D; }

 span { border-color: rgb(150,216,13); }

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