Shades of Gossip #9ADB73
Tints of Gossip #9ADB73
RGB
CMYK
RGB Variations
Color information
#9ADB73 (or 0x9ADB73) is known color: Gossip. HEX triplet: 9A, DB and 73. RGB value is (154,219,115). Sum of RGB (Red+Green+Blue) = 154+219+115=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB73 is #65248C. Grayscale: #BCBCBC. Windows color (decimal): -6628493 or 7592858. OLE color: 7592858.
HSL color Cylindrical-coordinate representation of color #9ADB73: hue angle of 97.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ADB73 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 115 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.14 |
| HSL | 97.5º | 0.59% | 0.65% | - |
| HSV(B) | 97.5º | 0.47% | 0.86% | - |
| XYZ | 41.75 | 58.77 | 25.36 | - |
| YUV | 187.71 | 86.97 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 115 | 0.30 | 0 | 0.47 | 0.14 | 97.5 | 0.59 | 0.65 |
| Hex | 9A | DB | 73 | 1E | 0 | 2F | E | 62 | 3B | 41 |
| Octal | 232 | 333 | 163 | 36 | 0 | 57 | 16 | 142 | 73 | 101 |
| Binary | 10011010 | 11011011 | 1110011 | 11110 | 0 | 101111 | 1110 | 1100010 | 111011 | 1000001 |
Color Harmonies of #9ADB73
Complementary color
Monochromatic Colors of #9ADB73
Black with #9ADB73
Text Example
Text Example
White with #9ADB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB73; }
p { color: rgb(154,219,115); }
H1.HeaderClassName
{
color: #9ADB73;
}
.AnyTagClassName
{
color: #9ADB73;
}
</style>
background-color css
<style>
a { background-color: #9ADB73; }
a { background-color: rgb(154,219,115); }
div.DivClassName
{
background-color: #9ADB73;
}
.BgClassName
{
background-color: #9ADB73;
}
</style>
border-color css
<style>
span { border-color: #9ADB73; }
span { border-color: rgb(154,219,115); }
td.TdClassName
{
border-color: #9ADB73;
}
.TagClassName
{
border-color: #9ADB73;
}
</style>