#9AD779

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

Shades of Gossip #9AD779

Tints of Gossip #9AD779

Color information

#9AD779 (or 0x9AD779) is unknown color: approx Gossip. HEX triplet: 9A, D7 and 79. RGB value is (154,215,121). Sum of RGB (Red+Green+Blue) = 154+215+121=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD779 is #652886. Grayscale: #BABABA. Windows color (decimal): -6629511 or 7985050. OLE color: 7985050.

HSL color Cylindrical-coordinate representation of color #9AD779: hue angle of 98.94º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AD779 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB154215121-
CMYK0.2800.440.16
HSL98.94º54.02%65.88%-
HSV(B)98.94º43.72%84.31%-
XYZ41.0856.8526.9-
YUV186.0491.29105.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 215 (84.38% from 255) = 43.88%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=31.43%
G=43.88%
B=24.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542151210.2800.440.1698.9454.0265.88
Hex9AD7791C02C10633642
Octal232327171340542014366102
Binary100110101101011111110011110001011001000011000111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,215,121); }

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

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

 a { background-color: rgb(154,215,121); }

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

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

 span { border-color: rgb(154,215,121); }

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