Shades of Gossip #9ADD79
Tints of Gossip #9ADD79
RGB
CMYK
RGB Variations
Color information
#9ADD79 (or 0x9ADD79) is known color: Gossip. HEX triplet: 9A, DD and 79. RGB value is (154,221,121). Sum of RGB (Red+Green+Blue) = 154+221+121=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD79 is #652286. Grayscale: #BDBDBD. Windows color (decimal): -6627975 or 7986586. OLE color: 7986586.
HSL color Cylindrical-coordinate representation of color #9ADD79: hue angle of 100.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ADD79 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 121 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.13 |
| HSL | 100.2º | 0.6% | 0.67% | - |
| HSV(B) | 100.2º | 0.45% | 0.87% | - |
| XYZ | 42.63 | 59.96 | 27.42 | - |
| YUV | 189.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 121 | 0.30 | 0 | 0.45 | 0.13 | 100.2 | 0.6 | 0.67 |
| Hex | 9A | DD | 79 | 1E | 0 | 2D | D | 64 | 3C | 43 |
| Octal | 232 | 335 | 171 | 36 | 0 | 55 | 15 | 144 | 74 | 103 |
| Binary | 10011010 | 11011101 | 1111001 | 11110 | 0 | 101101 | 1101 | 1100100 | 111100 | 1000011 |
Color Harmonies of #9ADD79
Complementary color
Monochromatic Colors of #9ADD79
Black with #9ADD79
Text Example
Text Example
White with #9ADD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD79; }
p { color: rgb(154,221,121); }
H1.HeaderClassName
{
color: #9ADD79;
}
.AnyTagClassName
{
color: #9ADD79;
}
</style>
background-color css
<style>
a { background-color: #9ADD79; }
a { background-color: rgb(154,221,121); }
div.DivClassName
{
background-color: #9ADD79;
}
.BgClassName
{
background-color: #9ADD79;
}
</style>
border-color css
<style>
span { border-color: #9ADD79; }
span { border-color: rgb(154,221,121); }
td.TdClassName
{
border-color: #9ADD79;
}
.TagClassName
{
border-color: #9ADD79;
}
</style>