#9FC97E

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

Shades of Gossip #9FC97E

Tints of Gossip #9FC97E

Color information

#9FC97E (or 0x9FC97E) is unknown color: approx Gossip. HEX triplet: 9F, C9 and 7E. RGB value is (159,201,126). Sum of RGB (Red+Green+Blue) = 159+201+126=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC97E is #603681. Grayscale: #B4B4B4. Windows color (decimal): -6305410 or 8309151. OLE color: 8309151.

HSL color Cylindrical-coordinate representation of color #9FC97E: hue angle of 93.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FC97E is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB159201126-
CMYK0.2100.370.21
HSL93.6º40.98%64.12%-
HSV(B)93.6º37.31%78.82%-
XYZ38.9550.6527.46-
YUV179.8997.59113.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 201 (78.91% from 255) = 41.36%
BLUE value IS 126 (49.61% from 255) = 25.93%
R=32.72%
G=41.36%
B=25.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011260.2100.370.2193.640.9864.12
Hex9FC97E15025155e2940
Octal237311176250452513651100
Binary100111111100100111111101010101001011010110111101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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