Shades of Gossip #9ADA7D
Tints of Gossip #9ADA7D
RGB
CMYK
RGB Variations
Color information
#9ADA7D (or 0x9ADA7D) is known color: Gossip. HEX triplet: 9A, DA and 7D. RGB value is (154,218,125). Sum of RGB (Red+Green+Blue) = 154+218+125=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA7D is #652582. Grayscale: #BCBCBC. Windows color (decimal): -6628739 or 8247962. OLE color: 8247962.
HSL color Cylindrical-coordinate representation of color #9ADA7D: hue angle of 101.29º 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 #9ADA7D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 125 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.15 |
| HSL | 101.29º | 0.56% | 0.67% | - |
| HSV(B) | 101.29º | 0.43% | 0.85% | - |
| XYZ | 42.1 | 58.49 | 28.47 | - |
| YUV | 188.26 | 92.3 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 125 | 0.29 | 0 | 0.43 | 0.15 | 101.29 | 0.56 | 0.67 |
| Hex | 9A | DA | 7D | 1D | 0 | 2B | F | 65 | 38 | 43 |
| Octal | 232 | 332 | 175 | 35 | 0 | 53 | 17 | 145 | 70 | 103 |
| Binary | 10011010 | 11011010 | 1111101 | 11101 | 0 | 101011 | 1111 | 1100101 | 111000 | 1000011 |
Color Harmonies of #9ADA7D
Complementary color
Monochromatic Colors of #9ADA7D
Black with #9ADA7D
Text Example
Text Example
White with #9ADA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA7D; }
p { color: rgb(154,218,125); }
H1.HeaderClassName
{
color: #9ADA7D;
}
.AnyTagClassName
{
color: #9ADA7D;
}
</style>
background-color css
<style>
a { background-color: #9ADA7D; }
a { background-color: rgb(154,218,125); }
div.DivClassName
{
background-color: #9ADA7D;
}
.BgClassName
{
background-color: #9ADA7D;
}
</style>
border-color css
<style>
span { border-color: #9ADA7D; }
span { border-color: rgb(154,218,125); }
td.TdClassName
{
border-color: #9ADA7D;
}
.TagClassName
{
border-color: #9ADA7D;
}
</style>