#96D908

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

Shades of Inch Worm #96D908

Tints of Inch Worm #96D908

Color information

#96D908 (or 0x96D908) is unknown color: approx Inch Worm. HEX triplet: 96, D9 and 08. RGB value is (150,217,8). Sum of RGB (Red+Green+Blue) = 150+217+8=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #96D908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D908 is #6926F7. Grayscale: #ADADAD. Windows color (decimal): -6891256 or 579990. OLE color: 579990.

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

Color convert

RGB1502178-
CMYK0.3100.960.15
HSL79.23º92.89%44.12%-
HSV(B)79.23º96.31%85.1%-
XYZ37.4356.139.09-
YUV173.1434.8111.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 217 (85.16% from 255) = 57.87%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=40%
G=57.87%
B=2.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15021780.3100.960.1579.2392.8944.12
Hex96D981F060F4f5d2c
Octal226331103701401711713554
Binary100101101101100110001111101100000111110011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,217,8); }

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

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

 a { background-color: rgb(150,217,8); }

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

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

 span { border-color: rgb(150,217,8); }

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