Shades of Gossip #9ADB72
Tints of Gossip #9ADB72
RGB
CMYK
RGB Variations
Color information
#9ADB72 (or 0x9ADB72) is known color: Gossip. HEX triplet: 9A, DB and 72. RGB value is (154,219,114). Sum of RGB (Red+Green+Blue) = 154+219+114=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB72 is #65248D. Grayscale: #BBBBBB. Windows color (decimal): -6628494 or 7527322. OLE color: 7527322.
HSL color Cylindrical-coordinate representation of color #9ADB72: hue angle of 97.14º degrees, saturation: 0.59, 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 #9ADB72 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 114 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.14 |
| HSL | 97.14º | 0.59% | 0.65% | - |
| HSV(B) | 97.14º | 0.48% | 0.86% | - |
| XYZ | 41.7 | 58.75 | 25.06 | - |
| YUV | 187.6 | 86.47 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 114 | 0.30 | 0 | 0.48 | 0.14 | 97.14 | 0.59 | 0.65 |
| Hex | 9A | DB | 72 | 1E | 0 | 30 | E | 61 | 3B | 41 |
| Octal | 232 | 333 | 162 | 36 | 0 | 60 | 16 | 141 | 73 | 101 |
| Binary | 10011010 | 11011011 | 1110010 | 11110 | 0 | 110000 | 1110 | 1100001 | 111011 | 1000001 |
Color Harmonies of #9ADB72
Complementary color
Monochromatic Colors of #9ADB72
Black with #9ADB72
Text Example
Text Example
White with #9ADB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB72; }
p { color: rgb(154,219,114); }
H1.HeaderClassName
{
color: #9ADB72;
}
.AnyTagClassName
{
color: #9ADB72;
}
</style>
background-color css
<style>
a { background-color: #9ADB72; }
a { background-color: rgb(154,219,114); }
div.DivClassName
{
background-color: #9ADB72;
}
.BgClassName
{
background-color: #9ADB72;
}
</style>
border-color css
<style>
span { border-color: #9ADB72; }
span { border-color: rgb(154,219,114); }
td.TdClassName
{
border-color: #9ADB72;
}
.TagClassName
{
border-color: #9ADB72;
}
</style>