#9ad576

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

Shades of Gossip #9AD576

Tints of Gossip #9AD576

Color information

#9AD576 (or 0x9AD576) is unknown color: approx Gossip. HEX triplet: 9A, D5 and 76. RGB value is (154,213,118). Sum of RGB (Red+Green+Blue) = 154+213+118=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD576 is #652A89. Grayscale: #B8B8B8. Windows color (decimal): -6630026 or 7787930. OLE color: 7787930.

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

Color convert

RGB154213118-
CMYK0.2800.450.16
HSL97.26º53.07%64.9%-
HSV(B)97.26º44.6%83.53%-
XYZ40.3955.7725.77-
YUV184.5390.45106.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=31.75%
G=43.92%
B=24.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542131180.2800.450.1697.2653.0764.9
Hex9AD5761C02D10613541
Octal232325166340552014165101
Binary100110101101010111101101110001011011000011000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ad576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,213,118); }

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

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

 a { background-color: rgb(154,213,118); }

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

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

 span { border-color: rgb(154,213,118); }

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