Html Css Color HEX #9FD980 Gossip

📋 copy color: '#9FD980'

red 159 ◦ green 217 ◦ blue 128

#9FD980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #9FD980

Tints of Gossip #9FD980

RGB

 RED value IS 159 (62.5% from 255) = 31.55%

 GREEN value IS 217 (85.16% from 255) = 43.06%

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 31.55%
G = 43.06%
B = 25.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#9FD980 (or 0x9FD980) is known color: Gossip. HEX triplet: 9F, D9 and 80. RGB value is (159,217,128). Sum of RGB (Red+Green+Blue) = 159+217+128=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD980 is #60267F. Grayscale: #BDBDBD. Windows color (decimal): -6301312 or 8444319. OLE color: 8444319.

HSL color Cylindrical-coordinate representation of color #9FD980: hue angle of 99.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FD980 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 217 128 -
CMYK 0.27 0 0.41 0.15
HSL 99.1º 0.54% 0.68% -
HSV(B) 99.1º 0.41% 0.85% -
XYZ 43.01 58.56 29.46 -
YUV 189.51 93.28 106.24 -
System Red Green Blue C M Y K H S L
Decimal 159 217 128 0.27 0 0.41 0.15 99.1 0.54 0.68
Hex 9F D9 80 1B 0 29 F 63 36 44
Octal 237 331 200 33 0 51 17 143 66 104
Binary 10011111 11011001 10000000 11011 0 101001 1111 1100011 110110 1000100

Color Harmonies of #9FD980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD980

Black with #9FD980

Text Example


Text Example

White with #9FD980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,217,128); }

 H1.HeaderClassName
 {
   color: #9FD980;
 }
 .AnyTagClassName
 {
   color: #9FD980;
 }
</style>

background-color css

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

 a { background-color: rgb(159,217,128); }

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

border-color css

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

 span { border-color: rgb(159,217,128); }

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