#9AD379

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

Shades of Gossip #9AD379

Tints of Gossip #9AD379

Color information

#9AD379 (or 0x9AD379) is unknown color: approx Gossip. HEX triplet: 9A, D3 and 79. RGB value is (154,211,121). Sum of RGB (Red+Green+Blue) = 154+211+121=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD379 is #652C86. Grayscale: #B8B8B8. Windows color (decimal): -6630535 or 7984026. OLE color: 7984026.

HSL color Cylindrical-coordinate representation of color #9AD379: hue angle of 98º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AD379 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB154211121-
CMYK0.2700.430.17
HSL98º50.56%65.1%-
HSV(B)98º42.65%82.75%-
XYZ40.0754.8426.56-
YUV183.792.62106.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.69%
GREEN value IS 211 (82.81% from 255) = 43.42%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=31.69%
G=43.42%
B=24.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542111210.2700.430.179850.5665.1
Hex9AD3791B02B11623341
Octal232323171330532114263101
Binary100110101101001111110011101101010111000111000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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