#9FCE8E

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

Shades of Gossip #9FCE8E

Tints of Gossip #9FCE8E

Color information

#9FCE8E (or 0x9FCE8E) is unknown color: approx Gossip. HEX triplet: 9F, CE and 8E. RGB value is (159,206,142). Sum of RGB (Red+Green+Blue) = 159+206+142=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCE8E is #603171. Grayscale: #B8B8B8. Windows color (decimal): -6304114 or 9359007. OLE color: 9359007.

HSL color Cylindrical-coordinate representation of color #9FCE8E: hue angle of 104.06º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FCE8E is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB159206142-
CMYK0.2300.310.19
HSL104.06º39.51%68.24%-
HSV(B)104.06º31.07%80.78%-
XYZ41.2553.4733.74-
YUV184.65103.93109.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=31.36%
G=40.63%
B=28.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061420.2300.310.19104.0639.5168.24
Hex9FCE8E1701F13682844
Octal237316216270372315050104
Binary100111111100111010001110101110111111001111010001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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