#9FD08C

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

Shades of Gossip #9FD08C

Tints of Gossip #9FD08C

Color information

#9FD08C (or 0x9FD08C) is unknown color: approx Gossip. HEX triplet: 9F, D0 and 8C. RGB value is (159,208,140). Sum of RGB (Red+Green+Blue) = 159+208+140=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD08C is #602F73. Grayscale: #B9B9B9. Windows color (decimal): -6303604 or 9228447. OLE color: 9228447.

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

Color convert

RGB159208140-
CMYK0.2400.330.18
HSL103.24º41.98%68.24%-
HSV(B)103.24º32.69%81.57%-
XYZ41.5954.3833.11-
YUV185.6102.27109.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=31.36%
G=41.03%
B=27.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592081400.2400.330.18103.2441.9868.24
Hex9FD08C1802112672a44
Octal237320214300412214752104
Binary1001111111010000100011001100001000011001011001111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,208,140); }

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

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

 a { background-color: rgb(159,208,140); }

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

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

 span { border-color: rgb(159,208,140); }

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