Shades of Gossip #9ADA6C
Tints of Gossip #9ADA6C
RGB
CMYK
RGB Variations
Color information
#9ADA6C (or 0x9ADA6C) is known color: Gossip. HEX triplet: 9A, DA and 6C. RGB value is (154,218,108). Sum of RGB (Red+Green+Blue) = 154+218+108=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA6C is #652593. Grayscale: #BABABA. Windows color (decimal): -6628756 or 7133850. OLE color: 7133850.
HSL color Cylindrical-coordinate representation of color #9ADA6C: hue angle of 94.91º 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 #9ADA6C is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 108 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.15 |
| HSL | 94.91º | 0.6% | 0.64% | - |
| HSV(B) | 94.91º | 0.5% | 0.85% | - |
| XYZ | 41.1 | 58.1 | 23.23 | - |
| YUV | 186.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 108 | 0.29 | 0 | 0.50 | 0.15 | 94.91 | 0.6 | 0.64 |
| Hex | 9A | DA | 6C | 1D | 0 | 32 | F | 5F | 3C | 40 |
| Octal | 232 | 332 | 154 | 35 | 0 | 62 | 17 | 137 | 74 | 100 |
| Binary | 10011010 | 11011010 | 1101100 | 11101 | 0 | 110010 | 1111 | 1011111 | 111100 | 1000000 |
Color Harmonies of #9ADA6C
Complementary color
Monochromatic Colors of #9ADA6C
Black with #9ADA6C
Text Example
Text Example
White with #9ADA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA6C; }
p { color: rgb(154,218,108); }
H1.HeaderClassName
{
color: #9ADA6C;
}
.AnyTagClassName
{
color: #9ADA6C;
}
</style>
background-color css
<style>
a { background-color: #9ADA6C; }
a { background-color: rgb(154,218,108); }
div.DivClassName
{
background-color: #9ADA6C;
}
.BgClassName
{
background-color: #9ADA6C;
}
</style>
border-color css
<style>
span { border-color: #9ADA6C; }
span { border-color: rgb(154,218,108); }
td.TdClassName
{
border-color: #9ADA6C;
}
.TagClassName
{
border-color: #9ADA6C;
}
</style>