#9FD67E

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

Shades of Gossip #9FD67E

Tints of Gossip #9FD67E

Color information

#9FD67E (or 0x9FD67E) is unknown color: approx Gossip. HEX triplet: 9F, D6 and 7E. RGB value is (159,214,126). Sum of RGB (Red+Green+Blue) = 159+214+126=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD67E is #602981. Grayscale: #BBBBBB. Windows color (decimal): -6302082 or 8312479. OLE color: 8312479.

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

Color convert

RGB159214126-
CMYK0.2600.410.16
HSL97.5º51.76%66.67%-
HSV(B)97.5º41.12%83.92%-
XYZ42.1156.9728.52-
YUV187.5293.28107.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.86%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 126 (49.61% from 255) = 25.25%
R=31.86%
G=42.89%
B=25.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592141260.2600.410.1697.551.7666.67
Hex9FD67E1A02910623443
Octal237326176320512014264103
Binary100111111101011011111101101001010011000011000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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