#96DA7E

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

Shades of Gossip #96DA7E

Tints of Gossip #96DA7E

Color information

#96DA7E (or 0x96DA7E) is unknown color: approx Gossip. HEX triplet: 96, DA and 7E. RGB value is (150,218,126). Sum of RGB (Red+Green+Blue) = 150+218+126=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA7E is #692581. Grayscale: #BBBBBB. Windows color (decimal): -6890882 or 8313494. OLE color: 8313494.

HSL color Cylindrical-coordinate representation of color #96DA7E: hue angle of 104.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96DA7E is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB150218126-
CMYK0.3100.420.15
HSL104.35º55.42%67.45%-
HSV(B)104.35º42.2%85.49%-
XYZ41.4158.1328.78-
YUV187.1893.47101.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=30.36%
G=44.13%
B=25.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181260.3100.420.15104.3555.4267.45
Hex96DA7E1F02AF683743
Octal226332176370521715067103
Binary10010110110110101111110111110101010111111010001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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