#9FC68A

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

Shades of Gossip #9FC68A

Tints of Gossip #9FC68A

Color information

#9FC68A (or 0x9FC68A) is unknown color: approx Gossip. HEX triplet: 9F, C6 and 8A. RGB value is (159,198,138). Sum of RGB (Red+Green+Blue) = 159+198+138=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC68A is #603975. Grayscale: #B3B3B3. Windows color (decimal): -6306166 or 9094815. OLE color: 9094815.

HSL color Cylindrical-coordinate representation of color #9FC68A: hue angle of 99º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FC68A is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB159198138-
CMYK0.2000.300.22
HSL99º34.48%65.88%-
HSV(B)99º30.3%77.65%-
XYZ39.0849.5931.56-
YUV179.5104.58113.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.12%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=32.12%
G=40%
B=27.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591981380.2000.300.229934.4865.88
Hex9FC68A1401E16632242
Octal237306212240362614342102
Binary100111111100011010001010101000111101011011000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,198,138); }

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

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

 a { background-color: rgb(159,198,138); }

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

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

 span { border-color: rgb(159,198,138); }

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