Shades of Gossip #9ADA6D
Tints of Gossip #9ADA6D
RGB
CMYK
RGB Variations
Color information
#9ADA6D (or 0x9ADA6D) is known color: Gossip. HEX triplet: 9A, DA and 6D. RGB value is (154,218,109). Sum of RGB (Red+Green+Blue) = 154+218+109=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA6D is #652592. Grayscale: #BABABA. Windows color (decimal): -6628755 or 7199386. OLE color: 7199386.
HSL color Cylindrical-coordinate representation of color #9ADA6D: hue angle of 95.23º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ADA6D is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 109 | - |
| CMYK | 0.29 | 0 | 0.5 | 0.15 |
| HSL | 95.23º | 0.6% | 0.64% | - |
| HSV(B) | 95.23º | 0.5% | 0.85% | - |
| XYZ | 41.16 | 58.12 | 23.52 | - |
| YUV | 186.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 109 | 0.29 | 0 | 0.5 | 0.15 | 95.23 | 0.6 | 0.64 |
| Hex | 9A | DA | 6D | 1D | 0 | 32 | F | 5F | 3C | 40 |
| Octal | 232 | 332 | 155 | 35 | 0 | 62 | 17 | 137 | 74 | 100 |
| Binary | 10011010 | 11011010 | 1101101 | 11101 | 0 | 110010 | 1111 | 1011111 | 111100 | 1000000 |
Color Harmonies of #9ADA6D
Complementary color
Monochromatic Colors of #9ADA6D
Black with #9ADA6D
Text Example
Text Example
White with #9ADA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA6D; }
p { color: rgb(154,218,109); }
H1.HeaderClassName
{
color: #9ADA6D;
}
.AnyTagClassName
{
color: #9ADA6D;
}
</style>
background-color css
<style>
a { background-color: #9ADA6D; }
a { background-color: rgb(154,218,109); }
div.DivClassName
{
background-color: #9ADA6D;
}
.BgClassName
{
background-color: #9ADA6D;
}
</style>
border-color css
<style>
span { border-color: #9ADA6D; }
span { border-color: rgb(154,218,109); }
td.TdClassName
{
border-color: #9ADA6D;
}
.TagClassName
{
border-color: #9ADA6D;
}
</style>