#96E17C

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

Shades of Gossip #96E17C

Tints of Gossip #96E17C

Color information

#96E17C (or 0x96E17C) is unknown color: approx Gossip. HEX triplet: 96, E1 and 7C. RGB value is (150,225,124). Sum of RGB (Red+Green+Blue) = 150+225+124=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #96E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E17C is #691E83. Grayscale: #BFBFBF. Windows color (decimal): -6889092 or 8184214. OLE color: 8184214.

HSL color Cylindrical-coordinate representation of color #96E17C: hue angle of 104.55º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96E17C is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB150225124-
CMYK0.3300.450.12
HSL104.55º62.73%68.43%-
HSV(B)104.55º44.89%88.24%-
XYZ43.1461.7928.72-
YUV191.0690.1598.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=30.06%
G=45.09%
B=24.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502251240.3300.450.12104.5562.7368.43
Hex96E17C2102DC693f44
Octal226341174410551415177104
Binary100101101110000111111001000010101101110011010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,225,124); }

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

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

 a { background-color: rgb(150,225,124); }

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

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

 span { border-color: rgb(150,225,124); }

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