#96D40E

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

Shades of Inch Worm #96D40E

Tints of Inch Worm #96D40E

Color information

#96D40E (or 0x96D40E) is unknown color: approx Inch Worm. HEX triplet: 96, D4 and 0E. RGB value is (150,212,14). Sum of RGB (Red+Green+Blue) = 150+212+14=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 212 (83.20% from 255 or 56.38% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 212 - color contains mainly: green. Hex color #96D40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D40E is #692BF1. Grayscale: #ABABAB. Windows color (decimal): -6892530 or 971926. OLE color: 971926.

HSL color Cylindrical-coordinate representation of color #96D40E: hue angle of 78.79º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96D40E is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB15021214-
CMYK0.2900.930.17
HSL78.79º87.61%44.31%-
HSV(B)78.79º93.4%83.14%-
XYZ36.253.68.85-
YUV170.8939.46113.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 212 (83.20% from 255) = 56.38%
BLUE value IS 14 (5.86% from 255) = 3.72%
R=39.89%
G=56.38%
B=3.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150212140.2900.930.1778.7987.6144.31
Hex96D4E1D05D114f582c
Octal226324163501352111713054
Binary1001011011010100111011101010111011000110011111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,14); }

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

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

 a { background-color: rgb(150,212,14); }

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

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

 span { border-color: rgb(150,212,14); }

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