Shades of Gossip #9AD97C
Tints of Gossip #9AD97C
RGB
CMYK
RGB Variations
Color information
#9AD97C (or 0x9AD97C) is known color: Gossip. HEX triplet: 9A, D9 and 7C. RGB value is (154,217,124). Sum of RGB (Red+Green+Blue) = 154+217+124=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD97C is #652683. Grayscale: #BBBBBB. Windows color (decimal): -6628996 or 8182170. OLE color: 8182170.
HSL color Cylindrical-coordinate representation of color #9AD97C: hue angle of 100.65º degrees, saturation: 0.55, 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 #9AD97C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 124 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.15 |
| HSL | 100.65º | 0.55% | 0.67% | - |
| HSV(B) | 100.65º | 0.43% | 0.85% | - |
| XYZ | 41.78 | 57.95 | 28.05 | - |
| YUV | 187.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 124 | 0.29 | 0 | 0.43 | 0.15 | 100.65 | 0.55 | 0.67 |
| Hex | 9A | D9 | 7C | 1D | 0 | 2B | F | 65 | 37 | 43 |
| Octal | 232 | 331 | 174 | 35 | 0 | 53 | 17 | 145 | 67 | 103 |
| Binary | 10011010 | 11011001 | 1111100 | 11101 | 0 | 101011 | 1111 | 1100101 | 110111 | 1000011 |
Color Harmonies of #9AD97C
Complementary color
Monochromatic Colors of #9AD97C
Black with #9AD97C
Text Example
Text Example
White with #9AD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD97C; }
p { color: rgb(154,217,124); }
H1.HeaderClassName
{
color: #9AD97C;
}
.AnyTagClassName
{
color: #9AD97C;
}
</style>
background-color css
<style>
a { background-color: #9AD97C; }
a { background-color: rgb(154,217,124); }
div.DivClassName
{
background-color: #9AD97C;
}
.BgClassName
{
background-color: #9AD97C;
}
</style>
border-color css
<style>
span { border-color: #9AD97C; }
span { border-color: rgb(154,217,124); }
td.TdClassName
{
border-color: #9AD97C;
}
.TagClassName
{
border-color: #9AD97C;
}
</style>