#96EB6E

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

Shades of Gossip #96EB6E

Tints of Gossip #96EB6E

Color information

#96EB6E (or 0x96EB6E) is unknown color: approx Gossip. HEX triplet: 96, EB and 6E. RGB value is (150,235,110). Sum of RGB (Red+Green+Blue) = 150+235+110=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #96EB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EB6E is #691491. Grayscale: #C3C3C3. Windows color (decimal): -6886546 or 7269270. OLE color: 7269270.

HSL color Cylindrical-coordinate representation of color #96EB6E: hue angle of 100.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96EB6E is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB150235110-
CMYK0.3600.530.08
HSL100.8º75.76%67.65%-
HSV(B)100.8º53.19%92.16%-
XYZ45.167.0325.31-
YUV195.3379.8495.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 235 (92.19% from 255) = 47.47%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=30.30%
G=47.47%
B=22.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351100.3600.530.08100.875.7667.65
Hex96EB6E240358654c44
Octal2263531564406510145114104
Binary1001011011101011110111010010001101011000110010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,235,110); }

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

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

 a { background-color: rgb(150,235,110); }

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

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

 span { border-color: rgb(150,235,110); }

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