#9FC48A

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

Shades of Gossip #9FC48A

Tints of Gossip #9FC48A

Color information

#9FC48A (or 0x9FC48A) is unknown color: approx Gossip. HEX triplet: 9F, C4 and 8A. RGB value is (159,196,138). Sum of RGB (Red+Green+Blue) = 159+196+138=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC48A is #603B75. Grayscale: #B2B2B2. Windows color (decimal): -6306678 or 9094303. OLE color: 9094303.

HSL color Cylindrical-coordinate representation of color #9FC48A: hue angle of 98.28º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FC48A is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB159196138-
CMYK0.1900.300.23
HSL98.28º32.95%65.49%-
HSV(B)98.28º29.59%76.86%-
XYZ38.6348.6931.41-
YUV178.32105.24114.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.25%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=32.25%
G=39.76%
B=27.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591961380.1900.300.2398.2832.9565.49
Hex9FC48A1301E17622141
Octal237304212230362714241101
Binary100111111100010010001010100110111101011111000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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