#9FD182

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

Shades of Gossip #9FD182

Tints of Gossip #9FD182

Color information

#9FD182 (or 0x9FD182) is unknown color: approx Gossip. HEX triplet: 9F, D1 and 82. RGB value is (159,209,130). Sum of RGB (Red+Green+Blue) = 159+209+130=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD182 is #602E7D. Grayscale: #B9B9B9. Windows color (decimal): -6303358 or 8573343. OLE color: 8573343.

HSL color Cylindrical-coordinate representation of color #9FD182: hue angle of 97.97º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FD182 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB159209130-
CMYK0.2400.380.18
HSL97.97º46.2%66.47%-
HSV(B)97.97º37.8%81.96%-
XYZ41.1354.5829.49-
YUV185.0496.94109.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.93%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=31.93%
G=41.97%
B=26.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592091300.2400.380.1897.9746.266.47
Hex9FD1821802612622e42
Octal237321202300462214256102
Binary1001111111010001100000101100001001101001011000101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,209,130); }

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

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

 a { background-color: rgb(159,209,130); }

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

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

 span { border-color: rgb(159,209,130); }

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