#96D870

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

Shades of Gossip #96D870

Tints of Gossip #96D870

Color information

#96D870 (or 0x96D870) is unknown color: approx Gossip. HEX triplet: 96, D8 and 70. RGB value is (150,216,112). Sum of RGB (Red+Green+Blue) = 150+216+112=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #96D870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D870 is #69278F. Grayscale: #B8B8B8. Windows color (decimal): -6891408 or 7395478. OLE color: 7395478.

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

Color convert

RGB150216112-
CMYK0.3100.480.15
HSL98.08º57.14%64.31%-
HSV(B)98.08º48.15%84.71%-
XYZ40.0656.7724.17-
YUV184.4187.13103.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 216 (84.77% from 255) = 45.19%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=31.38%
G=45.19%
B=23.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161120.3100.480.1598.0857.1464.31
Hex96D8701F030F623940
Octal226330160370601714271100
Binary10010110110110001110000111110110000111111000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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