#96D50E

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

Shades of Inch Worm #96D50E

Tints of Inch Worm #96D50E

Color information

#96D50E (or 0x96D50E) is unknown color: approx Inch Worm. HEX triplet: 96, D5 and 0E. RGB value is (150,213,14). Sum of RGB (Red+Green+Blue) = 150+213+14=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #96D50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D50E is #692AF1. Grayscale: #ACACAC. Windows color (decimal): -6892274 or 972182. OLE color: 972182.

HSL color Cylindrical-coordinate representation of color #96D50E: hue angle of 78.99º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96D50E is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB15021314-
CMYK0.3000.930.16
HSL78.99º87.67%44.51%-
HSV(B)78.99º93.43%83.53%-
XYZ36.4554.18.94-
YUV171.4839.13112.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 213 (83.59% from 255) = 56.50%
BLUE value IS 14 (5.86% from 255) = 3.71%
R=39.79%
G=56.50%
B=3.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150213140.3000.930.1678.9987.6744.51
Hex96D5E1E05D104f582d
Octal226325163601352011713055
Binary1001011011010101111011110010111011000010011111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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