#96E57E

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

Shades of Gossip #96E57E

Tints of Gossip #96E57E

Color information

#96E57E (or 0x96E57E) is unknown color: approx Gossip. HEX triplet: 96, E5 and 7E. RGB value is (150,229,126). Sum of RGB (Red+Green+Blue) = 150+229+126=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #96E57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E57E is #691A81. Grayscale: #C1C1C1. Windows color (decimal): -6888066 or 8316310. OLE color: 8316310.

HSL color Cylindrical-coordinate representation of color #96E57E: hue angle of 106.02º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96E57E is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB150229126-
CMYK0.3400.450.10
HSL106.02º66.45%69.61%-
HSV(B)106.02º44.98%89.8%-
XYZ44.3664.0329.76-
YUV193.6489.8396.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 229 (89.84% from 255) = 45.35%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=29.70%
G=45.35%
B=24.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1502291260.3400.450.10106.0266.4569.61
Hex96E57E2202DA6a4246
Octal2263451764205512152102106
Binary1001011011100101111111010001001011011010110101010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,229,126); }

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

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

 a { background-color: rgb(150,229,126); }

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

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

 span { border-color: rgb(150,229,126); }

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