Shades of Gossip #9ADA7C
Tints of Gossip #9ADA7C
RGB
CMYK
RGB Variations
Color information
#9ADA7C (or 0x9ADA7C) is known color: Gossip. HEX triplet: 9A, DA and 7C. RGB value is (154,218,124). Sum of RGB (Red+Green+Blue) = 154+218+124=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA7C is #652583. Grayscale: #BCBCBC. Windows color (decimal): -6628740 or 8182426. OLE color: 8182426.
HSL color Cylindrical-coordinate representation of color #9ADA7C: hue angle of 100.85º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9ADA7C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 124 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.15 |
| HSL | 100.85º | 0.56% | 0.67% | - |
| HSV(B) | 100.85º | 0.43% | 0.85% | - |
| XYZ | 42.04 | 58.47 | 28.14 | - |
| YUV | 188.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 124 | 0.29 | 0 | 0.43 | 0.15 | 100.85 | 0.56 | 0.67 |
| Hex | 9A | DA | 7C | 1D | 0 | 2B | F | 65 | 38 | 43 |
| Octal | 232 | 332 | 174 | 35 | 0 | 53 | 17 | 145 | 70 | 103 |
| Binary | 10011010 | 11011010 | 1111100 | 11101 | 0 | 101011 | 1111 | 1100101 | 111000 | 1000011 |
Color Harmonies of #9ADA7C
Complementary color
Monochromatic Colors of #9ADA7C
Black with #9ADA7C
Text Example
Text Example
White with #9ADA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA7C; }
p { color: rgb(154,218,124); }
H1.HeaderClassName
{
color: #9ADA7C;
}
.AnyTagClassName
{
color: #9ADA7C;
}
</style>
background-color css
<style>
a { background-color: #9ADA7C; }
a { background-color: rgb(154,218,124); }
div.DivClassName
{
background-color: #9ADA7C;
}
.BgClassName
{
background-color: #9ADA7C;
}
</style>
border-color css
<style>
span { border-color: #9ADA7C; }
span { border-color: rgb(154,218,124); }
td.TdClassName
{
border-color: #9ADA7C;
}
.TagClassName
{
border-color: #9ADA7C;
}
</style>