#96E770

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

Shades of Gossip #96E770

Tints of Gossip #96E770

Color information

#96E770 (or 0x96E770) is unknown color: approx Gossip. HEX triplet: 96, E7 and 70. RGB value is (150,231,112). Sum of RGB (Red+Green+Blue) = 150+231+112=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #96E770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E770 is #69188F. Grayscale: #C1C1C1. Windows color (decimal): -6887568 or 7399318. OLE color: 7399318.

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

Color convert

RGB150231112-
CMYK0.3500.520.09
HSL100.84º71.26%67.25%-
HSV(B)100.84º51.52%90.59%-
XYZ44.0864.8125.51-
YUV193.2182.1697.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=30.43%
G=46.86%
B=22.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502311120.3500.520.09100.8471.2667.25
Hex96E770230349654743
Octal2263471604306411145107103
Binary1001011011100111111000010001101101001001110010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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