#9FCD8E

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

Shades of Gossip #9FCD8E

Tints of Gossip #9FCD8E

Color information

#9FCD8E (or 0x9FCD8E) is unknown color: approx Gossip. HEX triplet: 9F, CD and 8E. RGB value is (159,205,142). Sum of RGB (Red+Green+Blue) = 159+205+142=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD8E is #603271. Grayscale: #B8B8B8. Windows color (decimal): -6304370 or 9358751. OLE color: 9358751.

HSL color Cylindrical-coordinate representation of color #9FCD8E: hue angle of 103.81º 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 #9FCD8E is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB159205142-
CMYK0.2200.310.20
HSL103.81º38.65%68.04%-
HSV(B)103.81º30.73%80.39%-
XYZ41.0152.9933.66-
YUV184.06104.26110.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.42%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=31.42%
G=40.51%
B=28.06%

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
Decimal1592051420.2200.310.20103.8138.6568.04
Hex9FCD8E1601F14682744
Octal237315216260372415047104
Binary100111111100110110001110101100111111010011010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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