#96E074

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

Shades of Gossip #96E074

Tints of Gossip #96E074

Color information

#96E074 (or 0x96E074) is unknown color: approx Gossip. HEX triplet: 96, E0 and 74. RGB value is (150,224,116). Sum of RGB (Red+Green+Blue) = 150+224+116=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #96E074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E074 is #691F8B. Grayscale: #BDBDBD. Windows color (decimal): -6889356 or 7659670. OLE color: 7659670.

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

Color convert

RGB150224116-
CMYK0.3300.480.12
HSL101.11º63.53%66.67%-
HSV(B)101.11º48.21%87.84%-
XYZ42.3961.0626.07-
YUV189.5686.4899.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 224 (87.89% from 255) = 45.71%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=30.61%
G=45.71%
B=23.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502241160.3300.480.12101.1163.5366.67
Hex96E07421030C654043
Octal2263401644106014145100103
Binary1001011011100000111010010000101100001100110010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,116); }

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

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

 a { background-color: rgb(150,224,116); }

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

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

 span { border-color: rgb(150,224,116); }

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