Shades of Gossip #9ADB77
Tints of Gossip #9ADB77
RGB
CMYK
RGB Variations
Color information
#9ADB77 (or 0x9ADB77) is known color: Gossip. HEX triplet: 9A, DB and 77. RGB value is (154,219,119). Sum of RGB (Red+Green+Blue) = 154+219+119=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB77 is #652488. Grayscale: #BCBCBC. Windows color (decimal): -6628489 or 7855002. OLE color: 7855002.
HSL color Cylindrical-coordinate representation of color #9ADB77: hue angle of 99º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ADB77 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 119 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.14 |
| HSL | 99º | 0.58% | 0.66% | - |
| HSV(B) | 99º | 0.46% | 0.86% | - |
| XYZ | 41.99 | 58.86 | 26.6 | - |
| YUV | 188.17 | 88.97 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 119 | 0.30 | 0 | 0.46 | 0.14 | 99 | 0.58 | 0.66 |
| Hex | 9A | DB | 77 | 1E | 0 | 2E | E | 63 | 3A | 42 |
| Octal | 232 | 333 | 167 | 36 | 0 | 56 | 16 | 143 | 72 | 102 |
| Binary | 10011010 | 11011011 | 1110111 | 11110 | 0 | 101110 | 1110 | 1100011 | 111010 | 1000010 |
Color Harmonies of #9ADB77
Complementary color
Monochromatic Colors of #9ADB77
Black with #9ADB77
Text Example
Text Example
White with #9ADB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB77; }
p { color: rgb(154,219,119); }
H1.HeaderClassName
{
color: #9ADB77;
}
.AnyTagClassName
{
color: #9ADB77;
}
</style>
background-color css
<style>
a { background-color: #9ADB77; }
a { background-color: rgb(154,219,119); }
div.DivClassName
{
background-color: #9ADB77;
}
.BgClassName
{
background-color: #9ADB77;
}
</style>
border-color css
<style>
span { border-color: #9ADB77; }
span { border-color: rgb(154,219,119); }
td.TdClassName
{
border-color: #9ADB77;
}
.TagClassName
{
border-color: #9ADB77;
}
</style>