Shades of Gossip #9ADA76
Tints of Gossip #9ADA76
RGB
CMYK
RGB Variations
Color information
#9ADA76 (or 0x9ADA76) is known color: Gossip. HEX triplet: 9A, DA and 76. RGB value is (154,218,118). Sum of RGB (Red+Green+Blue) = 154+218+118=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA76 is #652589. Grayscale: #BBBBBB. Windows color (decimal): -6628746 or 7789210. OLE color: 7789210.
HSL color Cylindrical-coordinate representation of color #9ADA76: hue angle of 98.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ADA76 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 118 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.15 |
| HSL | 98.4º | 0.57% | 0.66% | - |
| HSV(B) | 98.4º | 0.46% | 0.85% | - |
| XYZ | 41.67 | 58.32 | 26.2 | - |
| YUV | 187.46 | 88.8 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 118 | 0.29 | 0 | 0.46 | 0.15 | 98.4 | 0.57 | 0.66 |
| Hex | 9A | DA | 76 | 1D | 0 | 2E | F | 62 | 39 | 42 |
| Octal | 232 | 332 | 166 | 35 | 0 | 56 | 17 | 142 | 71 | 102 |
| Binary | 10011010 | 11011010 | 1110110 | 11101 | 0 | 101110 | 1111 | 1100010 | 111001 | 1000010 |
Color Harmonies of #9ADA76
Complementary color
Monochromatic Colors of #9ADA76
Black with #9ADA76
Text Example
Text Example
White with #9ADA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA76; }
p { color: rgb(154,218,118); }
H1.HeaderClassName
{
color: #9ADA76;
}
.AnyTagClassName
{
color: #9ADA76;
}
</style>
background-color css
<style>
a { background-color: #9ADA76; }
a { background-color: rgb(154,218,118); }
div.DivClassName
{
background-color: #9ADA76;
}
.BgClassName
{
background-color: #9ADA76;
}
</style>
border-color css
<style>
span { border-color: #9ADA76; }
span { border-color: rgb(154,218,118); }
td.TdClassName
{
border-color: #9ADA76;
}
.TagClassName
{
border-color: #9ADA76;
}
</style>