#9FCD8F

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

Shades of Gossip #9FCD8F

Tints of Gossip #9FCD8F

Color information

#9FCD8F (or 0x9FCD8F) is unknown color: approx Gossip. HEX triplet: 9F, CD and 8F. RGB value is (159,205,143). Sum of RGB (Red+Green+Blue) = 159+205+143=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD8F is #603270. Grayscale: #B8B8B8. Windows color (decimal): -6304369 or 9424287. OLE color: 9424287.

HSL color Cylindrical-coordinate representation of color #9FCD8F: hue angle of 104.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FCD8F is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB159205143-
CMYK0.2200.300.20
HSL104.52º38.27%68.24%-
HSV(B)104.52º30.24%80.39%-
XYZ41.0953.0234.05-
YUV184.18104.76110.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=31.36%
G=40.43%
B=28.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051430.2200.300.20104.5238.2768.24
Hex9FCD8F1601E14692644
Octal237315217260362415146104
Binary100111111100110110001111101100111101010011010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,205,143); }

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

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

 a { background-color: rgb(159,205,143); }

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

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

 span { border-color: rgb(159,205,143); }

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