#9FCF92

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

Shades of Gossip #9FCF92

Tints of Gossip #9FCF92

Color information

#9FCF92 (or 0x9FCF92) is unknown color: approx Gossip. HEX triplet: 9F, CF and 92. RGB value is (159,207,146). Sum of RGB (Red+Green+Blue) = 159+207+146=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCF92 is #60306D. Grayscale: #B9B9B9. Windows color (decimal): -6303854 or 9621407. OLE color: 9621407.

HSL color Cylindrical-coordinate representation of color #9FCF92: hue angle of 107.21º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCF92 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB159207146-
CMYK0.2300.290.19
HSL107.21º38.85%69.22%-
HSV(B)107.21º29.47%81.18%-
XYZ41.854.0735.43-
YUV185.69105.6108.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=31.05%
G=40.43%
B=28.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592071460.2300.290.19107.2138.8569.22
Hex9FCF921701D136b2745
Octal237317222270352315347105
Binary100111111100111110010010101110111011001111010111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,207,146); }

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

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

 a { background-color: rgb(159,207,146); }

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

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

 span { border-color: rgb(159,207,146); }

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