#96E970

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

Shades of Gossip #96E970

Tints of Gossip #96E970

Color information

#96E970 (or 0x96E970) is unknown color: approx Gossip. HEX triplet: 96, E9 and 70. RGB value is (150,233,112). Sum of RGB (Red+Green+Blue) = 150+233+112=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #96E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E970 is #69168F. Grayscale: #C2C2C2. Windows color (decimal): -6887056 or 7399830. OLE color: 7399830.

HSL color Cylindrical-coordinate representation of color #96E970: hue angle of 101.16º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96E970 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB150233112-
CMYK0.3600.520.09
HSL101.16º73.33%67.65%-
HSV(B)101.16º51.93%91.37%-
XYZ44.6465.9325.7-
YUV194.3981.596.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 233 (91.41% from 255) = 47.07%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=30.30%
G=47.07%
B=22.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331120.3600.520.09101.1673.3367.65
Hex96E970240349654944
Octal2263511604406411145111104
Binary1001011011101001111000010010001101001001110010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,233,112); }

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

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

 a { background-color: rgb(150,233,112); }

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

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

 span { border-color: rgb(150,233,112); }

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