Shades of Gossip #9AC979
Tints of Gossip #9AC979
RGB
CMYK
RGB Variations
Color information
#9AC979 (or 0x9AC979) is known color: Gossip. HEX triplet: 9A, C9 and 79. RGB value is (154,201,121). Sum of RGB (Red+Green+Blue) = 154+201+121=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC979 is #653686. Grayscale: #B2B2B2. Windows color (decimal): -6633095 or 7981466. OLE color: 7981466.
HSL color Cylindrical-coordinate representation of color #9AC979: hue angle of 95.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AC979 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 121 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.21 |
| HSL | 95.25º | 0.43% | 0.63% | - |
| HSV(B) | 95.25º | 0.4% | 0.79% | - |
| XYZ | 37.66 | 50.02 | 25.76 | - |
| YUV | 177.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 121 | 0.23 | 0 | 0.40 | 0.21 | 95.25 | 0.43 | 0.63 |
| Hex | 9A | C9 | 79 | 17 | 0 | 28 | 15 | 5F | 2B | 3F |
| Octal | 232 | 311 | 171 | 27 | 0 | 50 | 25 | 137 | 53 | 77 |
| Binary | 10011010 | 11001001 | 1111001 | 10111 | 0 | 101000 | 10101 | 1011111 | 101011 | 111111 |
Color Harmonies of #9AC979
Complementary color
Monochromatic Colors of #9AC979
Black with #9AC979
Text Example
Text Example
White with #9AC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC979; }
p { color: rgb(154,201,121); }
H1.HeaderClassName
{
color: #9AC979;
}
.AnyTagClassName
{
color: #9AC979;
}
</style>
background-color css
<style>
a { background-color: #9AC979; }
a { background-color: rgb(154,201,121); }
div.DivClassName
{
background-color: #9AC979;
}
.BgClassName
{
background-color: #9AC979;
}
</style>
border-color css
<style>
span { border-color: #9AC979; }
span { border-color: rgb(154,201,121); }
td.TdClassName
{
border-color: #9AC979;
}
.TagClassName
{
border-color: #9AC979;
}
</style>