#9AD780

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

Shades of Gossip #9AD780

Tints of Gossip #9AD780

Color information

#9AD780 (or 0x9AD780) is unknown color: approx Gossip. HEX triplet: 9A, D7 and 80. RGB value is (154,215,128). Sum of RGB (Red+Green+Blue) = 154+215+128=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD780 is #65287F. Grayscale: #BBBBBB. Windows color (decimal): -6629504 or 8443802. OLE color: 8443802.

HSL color Cylindrical-coordinate representation of color #9AD780: hue angle of 102.07º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD780 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB154215128-
CMYK0.2800.400.16
HSL102.07º52.1%67.25%-
HSV(B)102.07º40.47%84.31%-
XYZ41.5257.0329.24-
YUV186.8494.79104.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 215 (84.38% from 255) = 43.26%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=30.99%
G=43.26%
B=25.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542151280.2800.400.16102.0752.167.25
Hex9AD7801C02810663443
Octal232327200340502014664103
Binary1001101011010111100000001110001010001000011001101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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