#9FD282

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

Shades of Gossip #9FD282

Tints of Gossip #9FD282

Color information

#9FD282 (or 0x9FD282) is unknown color: approx Gossip. HEX triplet: 9F, D2 and 82. RGB value is (159,210,130). Sum of RGB (Red+Green+Blue) = 159+210+130=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD282 is #602D7D. Grayscale: #B9B9B9. Windows color (decimal): -6303102 or 8573599. OLE color: 8573599.

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

Color convert

RGB159210130-
CMYK0.2400.380.18
HSL98.25º47.06%66.67%-
HSV(B)98.25º38.1%82.35%-
XYZ41.3755.0829.57-
YUV185.6396.6109-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.86%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=31.86%
G=42.08%
B=26.05%

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
Decimal1592101300.2400.380.1898.2547.0666.67
Hex9FD2821802612622f43
Octal237322202300462214257103
Binary1001111111010010100000101100001001101001011000101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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