#9FCD7D

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

Shades of Gossip #9FCD7D

Tints of Gossip #9FCD7D

Color information

#9FCD7D (or 0x9FCD7D) is unknown color: approx Gossip. HEX triplet: 9F, CD and 7D. RGB value is (159,205,125). Sum of RGB (Red+Green+Blue) = 159+205+125=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD7D is #603282. Grayscale: #B6B6B6. Windows color (decimal): -6304387 or 8244639. OLE color: 8244639.

HSL color Cylindrical-coordinate representation of color #9FCD7D: hue angle of 94.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9FCD7D is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB159205125-
CMYK0.2200.390.20
HSL94.5º44.44%64.71%-
HSV(B)94.5º39.02%80.39%-
XYZ39.8352.5127.44-
YUV182.1395.76111.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=32.52%
G=41.92%
B=25.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051250.2200.390.2094.544.4464.71
Hex9FCD7D16027145e2c41
Octal237315175260472413654101
Binary100111111100110111111011011001001111010010111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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