#9FD28A

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

Shades of Gossip #9FD28A

Tints of Gossip #9FD28A

Color information

#9FD28A (or 0x9FD28A) is unknown color: approx Gossip. HEX triplet: 9F, D2 and 8A. RGB value is (159,210,138). Sum of RGB (Red+Green+Blue) = 159+210+138=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD28A is #602D75. Grayscale: #BABABA. Windows color (decimal): -6303094 or 9097887. OLE color: 9097887.

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

Color convert

RGB159210138-
CMYK0.2400.340.18
HSL102.5º44.44%68.24%-
HSV(B)102.5º34.29%82.35%-
XYZ41.9355.332.51-
YUV186.54100.6108.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 210 (82.42% from 255) = 41.42%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=31.36%
G=41.42%
B=27.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592101380.2400.340.18102.544.4468.24
Hex9FD28A1802212662c44
Octal237322212300422214654104
Binary1001111111010010100010101100001000101001011001101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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