Shades of Gossip #9ADD76
Tints of Gossip #9ADD76
RGB
CMYK
RGB Variations
Color information
#9ADD76 (or 0x9ADD76) is known color: 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
| RGB | 154 | 221 | 118 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.13 |
| HSL | 99.03º | 0.6% | 0.66% | - |
| HSV(B) | 99.03º | 0.47% | 0.87% | - |
| XYZ | 42.45 | 59.89 | 26.46 | - |
| YUV | 189.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 118 | 0.30 | 0 | 0.47 | 0.13 | 99.03 | 0.6 | 0.66 |
| Hex | 9A | DD | 76 | 1E | 0 | 2F | D | 63 | 3C | 42 |
| Octal | 232 | 335 | 166 | 36 | 0 | 57 | 15 | 143 | 74 | 102 |
| Binary | 10011010 | 11011101 | 1110110 | 11110 | 0 | 101111 | 1101 | 1100011 | 111100 | 1000010 |
Color Harmonies of #9ADD76
Complementary color
Monochromatic Colors of #9ADD76
Black with #9ADD76
Text Example
Text Example
White with #9ADD76
Text Example
Text Example
HTML Codes & Css Web 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>