#96D70A

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

Shades of Inch Worm #96D70A

Tints of Inch Worm #96D70A

Color information

#96D70A (or 0x96D70A) is unknown color: approx Inch Worm. HEX triplet: 96, D7 and 0A. RGB value is (150,215,10). Sum of RGB (Red+Green+Blue) = 150+215+10=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #96D70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D70A is #6928F5. Grayscale: #ACACAC. Windows color (decimal): -6891766 or 710550. OLE color: 710550.

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

Color convert

RGB15021510-
CMYK0.3000.950.16
HSL79.02º91.11%44.12%-
HSV(B)79.02º95.35%84.31%-
XYZ36.9355.118.98-
YUV172.236.47112.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 215 (84.38% from 255) = 57.33%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=40%
G=57.33%
B=2.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150215100.3000.950.1679.0291.1144.12
Hex96D7A1E05F104f5b2c
Octal226327123601372011713354
Binary1001011011010111101011110010111111000010011111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,215,10); }

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

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

 a { background-color: rgb(150,215,10); }

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

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

 span { border-color: rgb(150,215,10); }

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