#9FD67C

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

Shades of Gossip #9FD67C

Tints of Gossip #9FD67C

Color information

#9FD67C (or 0x9FD67C) is unknown color: approx Gossip. HEX triplet: 9F, D6 and 7C. RGB value is (159,214,124). Sum of RGB (Red+Green+Blue) = 159+214+124=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD67C is #602983. Grayscale: #BBBBBB. Windows color (decimal): -6302084 or 8181407. OLE color: 8181407.

HSL color Cylindrical-coordinate representation of color #9FD67C: hue angle of 96.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FD67C is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB159214124-
CMYK0.2600.420.16
HSL96.67º52.33%66.27%-
HSV(B)96.67º42.06%83.92%-
XYZ41.9856.9227.84-
YUV187.392.28107.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=31.99%
G=43.06%
B=24.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592141240.2600.420.1696.6752.3366.27
Hex9FD67C1A02A10613442
Octal237326174320522014164102
Binary100111111101011011111001101001010101000011000011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,214,124); }

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

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

 a { background-color: rgb(159,214,124); }

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

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

 span { border-color: rgb(159,214,124); }

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