Shades of Gossip #9CC97E
Tints of Gossip #9CC97E
RGB
CMYK
RGB Variations
Color information
#9CC97E (or 0x9CC97E) is known color: Gossip. HEX triplet: 9C, C9 and 7E. RGB value is (156,201,126). Sum of RGB (Red+Green+Blue) = 156+201+126=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC97E is #633681. Grayscale: #B3B3B3. Windows color (decimal): -6502018 or 8309148. OLE color: 8309148.
HSL color Cylindrical-coordinate representation of color #9CC97E: hue angle of 96º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CC97E is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 126 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.21 |
| HSL | 96º | 0.41% | 0.64% | - |
| HSV(B) | 96º | 0.37% | 0.79% | - |
| XYZ | 38.36 | 50.35 | 27.43 | - |
| YUV | 179 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 126 | 0.22 | 0 | 0.37 | 0.21 | 96 | 0.41 | 0.64 |
| Hex | 9C | C9 | 7E | 16 | 0 | 25 | 15 | 60 | 29 | 40 |
| Octal | 234 | 311 | 176 | 26 | 0 | 45 | 25 | 140 | 51 | 100 |
| Binary | 10011100 | 11001001 | 1111110 | 10110 | 0 | 100101 | 10101 | 1100000 | 101001 | 1000000 |
Color Harmonies of #9CC97E
Complementary color
Monochromatic Colors of #9CC97E
Black with #9CC97E
Text Example
Text Example
White with #9CC97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC97E; }
p { color: rgb(156,201,126); }
H1.HeaderClassName
{
color: #9CC97E;
}
.AnyTagClassName
{
color: #9CC97E;
}
</style>
background-color css
<style>
a { background-color: #9CC97E; }
a { background-color: rgb(156,201,126); }
div.DivClassName
{
background-color: #9CC97E;
}
.BgClassName
{
background-color: #9CC97E;
}
</style>
border-color css
<style>
span { border-color: #9CC97E; }
span { border-color: rgb(156,201,126); }
td.TdClassName
{
border-color: #9CC97E;
}
.TagClassName
{
border-color: #9CC97E;
}
</style>