#9FCF8A

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

Shades of Gossip #9FCF8A

Tints of Gossip #9FCF8A

Color information

#9FCF8A (or 0x9FCF8A) is unknown color: approx Gossip. HEX triplet: 9F, CF and 8A. RGB value is (159,207,138). Sum of RGB (Red+Green+Blue) = 159+207+138=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCF8A is #603075. Grayscale: #B9B9B9. Windows color (decimal): -6303862 or 9097119. OLE color: 9097119.

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

Color convert

RGB159207138-
CMYK0.2300.330.19
HSL101.74º41.82%67.65%-
HSV(B)101.74º33.33%81.18%-
XYZ41.253.8332.26-
YUV184.78101.6109.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 207 (81.25% from 255) = 41.07%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=31.55%
G=41.07%
B=27.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592071380.2300.330.19101.7441.8267.65
Hex9FCF8A1702113662a44
Octal237317212270412314652104
Binary1001111111001111100010101011101000011001111001101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,207,138); }

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

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

 a { background-color: rgb(159,207,138); }

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

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

 span { border-color: rgb(159,207,138); }

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