#9FDC8B

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

Shades of Gossip #9FDC8B

Tints of Gossip #9FDC8B

Color information

#9FDC8B (or 0x9FDC8B) is unknown color: approx Gossip. HEX triplet: 9F, DC and 8B. RGB value is (159,220,139). Sum of RGB (Red+Green+Blue) = 159+220+139=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDC8B is #602374. Grayscale: #C0C0C0. Windows color (decimal): -6300533 or 9165983. OLE color: 9165983.

HSL color Cylindrical-coordinate representation of color #9FDC8B: hue angle of 105.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FDC8B is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB159220139-
CMYK0.2800.370.14
HSL105.19º53.64%70.39%-
HSV(B)105.19º36.82%86.27%-
XYZ44.5560.4233.74-
YUV192.5397.79104.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 220 (86.33% from 255) = 42.47%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=30.69%
G=42.47%
B=26.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592201390.2800.370.14105.1953.6470.39
Hex9FDC8B1C025E693646
Octal237334213340451615166106
Binary100111111101110010001011111000100101111011010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,220,139); }

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

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

 a { background-color: rgb(159,220,139); }

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

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

 span { border-color: rgb(159,220,139); }

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