#9ADD80

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

Shades of Gossip #9ADD80

Tints of Gossip #9ADD80

Color information

#9ADD80 (or 0x9ADD80) is unknown color: approx Gossip. HEX triplet: 9A, DD and 80. RGB value is (154,221,128). Sum of RGB (Red+Green+Blue) = 154+221+128=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADD80 is #65227F. Grayscale: #BEBEBE. Windows color (decimal): -6627968 or 8445338. OLE color: 8445338.

HSL color Cylindrical-coordinate representation of color #9ADD80: hue angle of 103.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ADD80 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB154221128-
CMYK0.3000.420.13
HSL103.23º57.76%68.43%-
HSV(B)103.23º42.08%86.67%-
XYZ43.0860.1429.76-
YUV190.3692.8102.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=30.62%
G=43.94%
B=25.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211280.3000.420.13103.2357.7668.43
Hex9ADD801E02AD673a44
Octal232335200360521514772104
Binary100110101101110110000000111100101010110111001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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