Shades of Gossip #9ADD77
Tints of Gossip #9ADD77
RGB
CMYK
RGB Variations
Color information
#9ADD77 (or 0x9ADD77) is known color: Gossip. HEX triplet: 9A, DD and 77. RGB value is (154,221,119). Sum of RGB (Red+Green+Blue) = 154+221+119=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD77 is #652288. Grayscale: #BDBDBD. Windows color (decimal): -6627977 or 7855514. OLE color: 7855514.
HSL color Cylindrical-coordinate representation of color #9ADD77: hue angle of 99.41º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ADD77 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 119 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.13 |
| HSL | 99.41º | 0.6% | 0.67% | - |
| HSV(B) | 99.41º | 0.46% | 0.87% | - |
| XYZ | 42.51 | 59.91 | 26.78 | - |
| YUV | 189.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 119 | 0.30 | 0 | 0.46 | 0.13 | 99.41 | 0.6 | 0.67 |
| Hex | 9A | DD | 77 | 1E | 0 | 2E | D | 63 | 3C | 43 |
| Octal | 232 | 335 | 167 | 36 | 0 | 56 | 15 | 143 | 74 | 103 |
| Binary | 10011010 | 11011101 | 1110111 | 11110 | 0 | 101110 | 1101 | 1100011 | 111100 | 1000011 |
Color Harmonies of #9ADD77
Complementary color
Monochromatic Colors of #9ADD77
Black with #9ADD77
Text Example
Text Example
White with #9ADD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADD77; }
p { color: rgb(154,221,119); }
H1.HeaderClassName
{
color: #9ADD77;
}
.AnyTagClassName
{
color: #9ADD77;
}
</style>
background-color css
<style>
a { background-color: #9ADD77; }
a { background-color: rgb(154,221,119); }
div.DivClassName
{
background-color: #9ADD77;
}
.BgClassName
{
background-color: #9ADD77;
}
</style>
border-color css
<style>
span { border-color: #9ADD77; }
span { border-color: rgb(154,221,119); }
td.TdClassName
{
border-color: #9ADD77;
}
.TagClassName
{
border-color: #9ADD77;
}
</style>