#9FCE8D

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

Shades of Gossip #9FCE8D

Tints of Gossip #9FCE8D

Color information

#9FCE8D (or 0x9FCE8D) is unknown color: approx Gossip. HEX triplet: 9F, CE and 8D. RGB value is (159,206,141). Sum of RGB (Red+Green+Blue) = 159+206+141=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCE8D is #603172. Grayscale: #B8B8B8. Windows color (decimal): -6304115 or 9293471. OLE color: 9293471.

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

Color convert

RGB159206141-
CMYK0.2300.320.19
HSL103.38º39.88%68.04%-
HSV(B)103.38º31.55%80.78%-
XYZ41.1853.4433.34-
YUV184.54103.43109.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.42%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=31.42%
G=40.71%
B=27.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061410.2300.320.19103.3839.8868.04
Hex9FCE8D1702013672844
Octal237316215270402314750104
Binary1001111111001110100011011011101000001001111001111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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