Shades of Gossip #9ADB71
Tints of Gossip #9ADB71
RGB
CMYK
RGB Variations
Color information
#9ADB71 (or 0x9ADB71) is known color: Gossip. HEX triplet: 9A, DB and 71. RGB value is (154,219,113). Sum of RGB (Red+Green+Blue) = 154+219+113=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB71 is #65248E. Grayscale: #BBBBBB. Windows color (decimal): -6628495 or 7461786. OLE color: 7461786.
HSL color Cylindrical-coordinate representation of color #9ADB71: hue angle of 96.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ADB71 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 113 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.14 |
| HSL | 96.79º | 0.6% | 0.65% | - |
| HSV(B) | 96.79º | 0.48% | 0.86% | - |
| XYZ | 41.64 | 58.73 | 24.76 | - |
| YUV | 187.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 113 | 0.30 | 0 | 0.48 | 0.14 | 96.79 | 0.6 | 0.65 |
| Hex | 9A | DB | 71 | 1E | 0 | 30 | E | 61 | 3C | 41 |
| Octal | 232 | 333 | 161 | 36 | 0 | 60 | 16 | 141 | 74 | 101 |
| Binary | 10011010 | 11011011 | 1110001 | 11110 | 0 | 110000 | 1110 | 1100001 | 111100 | 1000001 |
Color Harmonies of #9ADB71
Complementary color
Monochromatic Colors of #9ADB71
Black with #9ADB71
Text Example
Text Example
White with #9ADB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB71; }
p { color: rgb(154,219,113); }
H1.HeaderClassName
{
color: #9ADB71;
}
.AnyTagClassName
{
color: #9ADB71;
}
</style>
background-color css
<style>
a { background-color: #9ADB71; }
a { background-color: rgb(154,219,113); }
div.DivClassName
{
background-color: #9ADB71;
}
.BgClassName
{
background-color: #9ADB71;
}
</style>
border-color css
<style>
span { border-color: #9ADB71; }
span { border-color: rgb(154,219,113); }
td.TdClassName
{
border-color: #9ADB71;
}
.TagClassName
{
border-color: #9ADB71;
}
</style>