#96E720

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

Shades of Inch Worm #96E720

Tints of Inch Worm #96E720

Color information

#96E720 (or 0x96E720) is unknown color: approx Inch Worm. HEX triplet: 96, E7 and 20. RGB value is (150,231,32). Sum of RGB (Red+Green+Blue) = 150+231+32=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 231 (90.62% from 255 or 55.93% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 231 - color contains mainly: green. Hex color #96E720 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E720 is #6918DF. Grayscale: #B8B8B8. Windows color (decimal): -6887648 or 2156438. OLE color: 2156438.

HSL color Cylindrical-coordinate representation of color #96E720: hue angle of 84.42º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96E720 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB15023132-
CMYK0.3500.860.09
HSL84.42º80.57%51.57%-
HSV(B)84.42º86.15%90.59%-
XYZ41.4163.7411.49-
YUV184.0942.16103.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 231 (90.62% from 255) = 55.93%
BLUE value IS 32 (12.89% from 255) = 7.75%
R=36.32%
G=55.93%
B=7.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150231320.3500.860.0984.4280.5751.57
Hex96E720230569545134
Octal226347404301261112412164
Binary100101101110011110000010001101010110100110101001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,32); }

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

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

 a { background-color: rgb(150,231,32); }

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

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

 span { border-color: rgb(150,231,32); }

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