#96EC18

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

Shades of Inch Worm #96EC18

Tints of Inch Worm #96EC18

Color information

#96EC18 (or 0x96EC18) is unknown color: approx Inch Worm. HEX triplet: 96, EC and 18. RGB value is (150,236,24). Sum of RGB (Red+Green+Blue) = 150+236+24=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 236 (92.58% from 255 or 57.56% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96EC18 is #6913E7. Grayscale: #BABABA. Windows color (decimal): -6886376 or 1633430. OLE color: 1633430.

HSL color Cylindrical-coordinate representation of color #96EC18: hue angle of 84.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96EC18 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB15023624-
CMYK0.3600.900.07
HSL84.34º84.8%50.98%-
HSV(B)84.34º89.83%92.55%-
XYZ42.7466.5411.46-
YUV186.1236.51102.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 236 (92.58% from 255) = 57.56%
BLUE value IS 24 (9.77% from 255) = 5.85%
R=36.59%
G=57.56%
B=5.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal150236240.3600.900.0784.3484.850.98
Hex96EC182405A7545533
Octal22635430440132712412563
Binary1001011011101100110001001000101101011110101001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,236,24); }

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

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

 a { background-color: rgb(150,236,24); }

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

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

 span { border-color: rgb(150,236,24); }

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