#9FC88D

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

Shades of Gossip #9FC88D

Tints of Gossip #9FC88D

Color information

#9FC88D (or 0x9FC88D) is unknown color: approx Gossip. HEX triplet: 9F, C8 and 8D. RGB value is (159,200,141). Sum of RGB (Red+Green+Blue) = 159+200+141=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC88D is #603772. Grayscale: #B5B5B5. Windows color (decimal): -6305651 or 9291935. OLE color: 9291935.

HSL color Cylindrical-coordinate representation of color #9FC88D: hue angle of 101.69º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FC88D is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB159200141-
CMYK0.2000.290.22
HSL101.69º34.91%66.86%-
HSV(B)101.69º29.5%78.43%-
XYZ39.7650.632.87-
YUV181.02105.42112.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=31.8%
G=40%
B=28.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1592001410.2000.290.22101.6934.9166.86
Hex9FC88D1401D16662343
Octal237310215240352614643103
Binary100111111100100010001101101000111011011011001101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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