Shades of Gossip #9AC97A
Tints of Gossip #9AC97A
RGB
CMYK
RGB Variations
Color information
#9AC97A (or 0x9AC97A) is known color: Gossip. HEX triplet: 9A, C9 and 7A. RGB value is (154,201,122). Sum of RGB (Red+Green+Blue) = 154+201+122=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC97A is #653685. Grayscale: #B2B2B2. Windows color (decimal): -6633094 or 8047002. OLE color: 8047002.
HSL color Cylindrical-coordinate representation of color #9AC97A: hue angle of 95.7º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AC97A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 201 | 122 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.21 |
| HSL | 95.7º | 0.42% | 0.63% | - |
| HSV(B) | 95.7º | 0.39% | 0.79% | - |
| XYZ | 37.73 | 50.05 | 26.08 | - |
| YUV | 177.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 201 | 122 | 0.23 | 0 | 0.39 | 0.21 | 95.7 | 0.42 | 0.63 |
| Hex | 9A | C9 | 7A | 17 | 0 | 27 | 15 | 60 | 2A | 3F |
| Octal | 232 | 311 | 172 | 27 | 0 | 47 | 25 | 140 | 52 | 77 |
| Binary | 10011010 | 11001001 | 1111010 | 10111 | 0 | 100111 | 10101 | 1100000 | 101010 | 111111 |
Color Harmonies of #9AC97A
Complementary color
Monochromatic Colors of #9AC97A
Black with #9AC97A
Text Example
Text Example
White with #9AC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC97A; }
p { color: rgb(154,201,122); }
H1.HeaderClassName
{
color: #9AC97A;
}
.AnyTagClassName
{
color: #9AC97A;
}
</style>
background-color css
<style>
a { background-color: #9AC97A; }
a { background-color: rgb(154,201,122); }
div.DivClassName
{
background-color: #9AC97A;
}
.BgClassName
{
background-color: #9AC97A;
}
</style>
border-color css
<style>
span { border-color: #9AC97A; }
span { border-color: rgb(154,201,122); }
td.TdClassName
{
border-color: #9AC97A;
}
.TagClassName
{
border-color: #9AC97A;
}
</style>