#96E009

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

Shades of Inch Worm #96E009

Tints of Inch Worm #96E009

Color information

#96E009 (or 0x96E009) is unknown color: approx Inch Worm. HEX triplet: 96, E0 and 09. RGB value is (150,224,9). Sum of RGB (Red+Green+Blue) = 150+224+9=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 224 (87.89% from 255 or 58.49% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 224 - color contains mainly: green. Hex color #96E009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96E009 is #691FF6. Grayscale: #B2B2B2. Windows color (decimal): -6889463 or 647318. OLE color: 647318.

HSL color Cylindrical-coordinate representation of color #96E009: hue angle of 80.65º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96E009 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB1502249-
CMYK0.3300.960.12
HSL80.65º92.27%45.69%-
HSV(B)80.65º95.98%87.84%-
XYZ39.2859.829.73-
YUV177.3632.98108.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 224 (87.89% from 255) = 58.49%
BLUE value IS 9 (3.91% from 255) = 2.35%
R=39.16%
G=58.49%
B=2.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15022490.3300.960.1280.6592.2745.69
Hex96E0921060C515c2e
Octal226340114101401412113456
Binary1001011011100000100110000101100000110010100011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,9); }

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

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

 a { background-color: rgb(150,224,9); }

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

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

 span { border-color: rgb(150,224,9); }

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