#9AD880

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

Shades of Gossip #9AD880

Tints of Gossip #9AD880

Color information

#9AD880 (or 0x9AD880) is unknown color: approx Gossip. HEX triplet: 9A, D8 and 80. RGB value is (154,216,128). Sum of RGB (Red+Green+Blue) = 154+216+128=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD880 is #65277F. Grayscale: #BBBBBB. Windows color (decimal): -6629248 or 8444058. OLE color: 8444058.

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

Color convert

RGB154216128-
CMYK0.2900.410.15
HSL102.27º53.01%67.45%-
HSV(B)102.27º40.74%84.71%-
XYZ41.7857.5429.33-
YUV187.4394.46104.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 216 (84.77% from 255) = 43.37%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=30.92%
G=43.37%
B=25.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542161280.2900.410.15102.2753.0167.45
Hex9AD8801D029F663543
Octal232330200350511714665103
Binary100110101101100010000000111010101001111111001101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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