#9FCD8D

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

Shades of Gossip #9FCD8D

Tints of Gossip #9FCD8D

Color information

#9FCD8D (or 0x9FCD8D) is unknown color: approx Gossip. HEX triplet: 9F, CD and 8D. RGB value is (159,205,141). Sum of RGB (Red+Green+Blue) = 159+205+141=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD8D is #603272. Grayscale: #B8B8B8. Windows color (decimal): -6304371 or 9293215. OLE color: 9293215.

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

Color convert

RGB159205141-
CMYK0.2200.310.20
HSL103.12º39.02%67.84%-
HSV(B)103.12º31.22%80.39%-
XYZ40.9452.9633.26-
YUV183.95103.76110.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=31.49%
G=40.59%
B=27.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592051410.2200.310.20103.1239.0267.84
Hex9FCD8D1601F14672744
Octal237315215260372414747104
Binary100111111100110110001101101100111111010011001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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