#9FC98D

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

Shades of Gossip #9FC98D

Tints of Gossip #9FC98D

Color information

#9FC98D (or 0x9FC98D) is unknown color: approx Gossip. HEX triplet: 9F, C9 and 8D. RGB value is (159,201,141). Sum of RGB (Red+Green+Blue) = 159+201+141=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC98D is #603672. Grayscale: #B5B5B5. Windows color (decimal): -6305395 or 9292191. OLE color: 9292191.

HSL color Cylindrical-coordinate representation of color #9FC98D: hue angle of 102º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FC98D is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB159201141-
CMYK0.2100.300.21
HSL102º35.71%67.06%-
HSV(B)102º29.85%78.82%-
XYZ39.9951.0732.95-
YUV181.6105.09111.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=31.74%
G=40.12%
B=28.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011410.2100.300.2110235.7167.06
Hex9FC98D1501E15662443
Octal237311215250362514644103
Binary100111111100100110001101101010111101010111001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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