#96DD19

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

Shades of Inch Worm #96DD19

Tints of Inch Worm #96DD19

Color information

#96DD19 (or 0x96DD19) is unknown color: approx Inch Worm. HEX triplet: 96, DD and 19. RGB value is (150,221,25). Sum of RGB (Red+Green+Blue) = 150+221+25=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96DD19 is #6922E6. Grayscale: #B2B2B2. Windows color (decimal): -6890215 or 1695126. OLE color: 1695126.

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

Color convert

RGB15022125-
CMYK0.3200.890.13
HSL81.73º79.67%48.24%-
HSV(B)81.73º88.69%86.67%-
XYZ38.6158.2710.13-
YUV177.4341.98108.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 221 (86.72% from 255) = 55.81%
BLUE value IS 25 (10.16% from 255) = 6.31%
R=37.88%
G=55.81%
B=6.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150221250.3200.890.1381.7379.6748.24
Hex96DD1920059D525030
Octal226335314001311512212060
Binary10010110110111011100110000001011001110110100101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,221,25); }

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

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

 a { background-color: rgb(150,221,25); }

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

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

 span { border-color: rgb(150,221,25); }

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