#96DE13

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

Shades of Inch Worm #96DE13

Tints of Inch Worm #96DE13

Color information

#96DE13 (or 0x96DE13) is unknown color: approx Inch Worm. HEX triplet: 96, DE and 13. RGB value is (150,222,19). Sum of RGB (Red+Green+Blue) = 150+222+19=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 222 (87.11% from 255 or 56.78% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DE13 is #6921EC. Grayscale: #B2B2B2. Windows color (decimal): -6889965 or 1302166. OLE color: 1302166.

HSL color Cylindrical-coordinate representation of color #96DE13: hue angle of 81.28º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96DE13 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB15022219-
CMYK0.3200.910.13
HSL81.28º84.23%47.25%-
HSV(B)81.28º91.44%87.06%-
XYZ38.8258.779.91-
YUV177.3338.65108.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 222 (87.11% from 255) = 56.78%
BLUE value IS 19 (7.81% from 255) = 4.86%
R=38.36%
G=56.78%
B=4.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150222190.3200.910.1381.2884.2347.25
Hex96DE132005BD51542f
Octal226336234001331512112457
Binary10010110110111101001110000001011011110110100011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,222,19); }

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

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

 a { background-color: rgb(150,222,19); }

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

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

 span { border-color: rgb(150,222,19); }

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