Shades of Gossip #9ADA7A
Tints of Gossip #9ADA7A
RGB
CMYK
RGB Variations
Color information
#9ADA7A (or 0x9ADA7A) is known color: Gossip. HEX triplet: 9A, DA and 7A. RGB value is (154,218,122). Sum of RGB (Red+Green+Blue) = 154+218+122=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA7A is #652585. Grayscale: #BCBCBC. Windows color (decimal): -6628742 or 8051354. OLE color: 8051354.
HSL color Cylindrical-coordinate representation of color #9ADA7A: hue angle of 100º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ADA7A is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 122 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.15 |
| HSL | 100º | 0.56% | 0.67% | - |
| HSV(B) | 100º | 0.44% | 0.85% | - |
| XYZ | 41.91 | 58.42 | 27.48 | - |
| YUV | 187.92 | 90.8 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 122 | 0.29 | 0 | 0.44 | 0.15 | 100 | 0.56 | 0.67 |
| Hex | 9A | DA | 7A | 1D | 0 | 2C | F | 64 | 38 | 43 |
| Octal | 232 | 332 | 172 | 35 | 0 | 54 | 17 | 144 | 70 | 103 |
| Binary | 10011010 | 11011010 | 1111010 | 11101 | 0 | 101100 | 1111 | 1100100 | 111000 | 1000011 |
Color Harmonies of #9ADA7A
Complementary color
Monochromatic Colors of #9ADA7A
Black with #9ADA7A
Text Example
Text Example
White with #9ADA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA7A; }
p { color: rgb(154,218,122); }
H1.HeaderClassName
{
color: #9ADA7A;
}
.AnyTagClassName
{
color: #9ADA7A;
}
</style>
background-color css
<style>
a { background-color: #9ADA7A; }
a { background-color: rgb(154,218,122); }
div.DivClassName
{
background-color: #9ADA7A;
}
.BgClassName
{
background-color: #9ADA7A;
}
</style>
border-color css
<style>
span { border-color: #9ADA7A; }
span { border-color: rgb(154,218,122); }
td.TdClassName
{
border-color: #9ADA7A;
}
.TagClassName
{
border-color: #9ADA7A;
}
</style>