Shades of Gossip #9ADB6F
Tints of Gossip #9ADB6F
RGB
CMYK
RGB Variations
Color information
#9ADB6F (or 0x9ADB6F) is known color: Gossip. HEX triplet: 9A, DB and 6F. RGB value is (154,219,111). Sum of RGB (Red+Green+Blue) = 154+219+111=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB6F is #652490. Grayscale: #BBBBBB. Windows color (decimal): -6628497 or 7330714. OLE color: 7330714.
HSL color Cylindrical-coordinate representation of color #9ADB6F: hue angle of 96.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ADB6F is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 111 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.14 |
| HSL | 96.11º | 0.6% | 0.65% | - |
| HSV(B) | 96.11º | 0.49% | 0.86% | - |
| XYZ | 41.53 | 58.68 | 24.18 | - |
| YUV | 187.25 | 84.97 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 111 | 0.30 | 0 | 0.49 | 0.14 | 96.11 | 0.6 | 0.65 |
| Hex | 9A | DB | 6F | 1E | 0 | 31 | E | 60 | 3C | 41 |
| Octal | 232 | 333 | 157 | 36 | 0 | 61 | 16 | 140 | 74 | 101 |
| Binary | 10011010 | 11011011 | 1101111 | 11110 | 0 | 110001 | 1110 | 1100000 | 111100 | 1000001 |
Color Harmonies of #9ADB6F
Complementary color
Monochromatic Colors of #9ADB6F
Black with #9ADB6F
Text Example
Text Example
White with #9ADB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB6F; }
p { color: rgb(154,219,111); }
H1.HeaderClassName
{
color: #9ADB6F;
}
.AnyTagClassName
{
color: #9ADB6F;
}
</style>
background-color css
<style>
a { background-color: #9ADB6F; }
a { background-color: rgb(154,219,111); }
div.DivClassName
{
background-color: #9ADB6F;
}
.BgClassName
{
background-color: #9ADB6F;
}
</style>
border-color css
<style>
span { border-color: #9ADB6F; }
span { border-color: rgb(154,219,111); }
td.TdClassName
{
border-color: #9ADB6F;
}
.TagClassName
{
border-color: #9ADB6F;
}
</style>