#9ADD76

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

Shades of Gossip #9ADD76

Tints of Gossip #9ADD76

Color information

#9ADD76 (or 0x9ADD76) is unknown color: approx Gossip. HEX triplet: 9A, DD and 76. RGB value is (154,221,118). Sum of RGB (Red+Green+Blue) = 154+221+118=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD76 is #652289. Grayscale: #BDBDBD. Windows color (decimal): -6627978 or 7789978. OLE color: 7789978.

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

Color convert

RGB154221118-
CMYK0.3000.470.13
HSL99.03º60.23%66.47%-
HSV(B)99.03º46.61%86.67%-
XYZ42.4559.8926.46-
YUV189.2287.8102.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=31.24%
G=44.83%
B=23.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211180.3000.470.1399.0360.2366.47
Hex9ADD761E02FD633c42
Octal232335166360571514374102
Binary10011010110111011110110111100101111110111000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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