#9FC78E

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

Shades of Gossip #9FC78E

Tints of Gossip #9FC78E

Color information

#9FC78E (or 0x9FC78E) is unknown color: approx Gossip. HEX triplet: 9F, C7 and 8E. RGB value is (159,199,142). Sum of RGB (Red+Green+Blue) = 159+199+142=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC78E is #603871. Grayscale: #B4B4B4. Windows color (decimal): -6305906 or 9357215. OLE color: 9357215.

HSL color Cylindrical-coordinate representation of color #9FC78E: hue angle of 102.11º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FC78E is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB159199142-
CMYK0.2000.290.22
HSL102.11º33.73%66.86%-
HSV(B)102.11º28.64%78.04%-
XYZ39.650.1733.19-
YUV180.54106.25112.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=31.8%
G=39.8%
B=28.4%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591991420.2000.290.22102.1133.7366.86
Hex9FC78E1401D16662243
Octal237307216240352614642103
Binary100111111100011110001110101000111011011011001101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FC78E; }

 p { color: rgb(159,199,142); }

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

<style>
 a { background-color: #9FC78E; }

 a { background-color: rgb(159,199,142); }

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

<style>
 span { border-color: #9FC78E; }

 span { border-color: rgb(159,199,142); }

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