#9FC38A

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

Shades of Gossip #9FC38A

Tints of Gossip #9FC38A

Color information

#9FC38A (or 0x9FC38A) is unknown color: approx Gossip. HEX triplet: 9F, C3 and 8A. RGB value is (159,195,138). Sum of RGB (Red+Green+Blue) = 159+195+138=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC38A is #603C75. Grayscale: #B1B1B1. Windows color (decimal): -6306934 or 9094047. OLE color: 9094047.

HSL color Cylindrical-coordinate representation of color #9FC38A: hue angle of 97.89º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FC38A is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB159195138-
CMYK0.1800.290.24
HSL97.89º32.2%65.29%-
HSV(B)97.89º29.23%76.47%-
XYZ38.448.2431.33-
YUV177.74105.57114.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=32.32%
G=39.63%
B=28.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591951380.1800.290.2497.8932.265.29
Hex9FC38A1201D18622041
Octal237303212220353014240101
Binary100111111100001110001010100100111011100011000101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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