Shades of Gossip #9FCA7E
Tints of Gossip #9FCA7E
RGB
CMYK
RGB Variations
Color information
#9FCA7E (or 0x9FCA7E) is known color: Gossip. HEX triplet: 9F, CA and 7E. RGB value is (159,202,126). Sum of RGB (Red+Green+Blue) = 159+202+126=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA7E is #603581. Grayscale: #B4B4B4. Windows color (decimal): -6305154 or 8309407. OLE color: 8309407.
HSL color Cylindrical-coordinate representation of color #9FCA7E: hue angle of 93.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FCA7E is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 126 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.21 |
| HSL | 93.95º | 0.42% | 0.64% | - |
| HSV(B) | 93.95º | 0.38% | 0.79% | - |
| XYZ | 39.18 | 51.12 | 27.54 | - |
| YUV | 180.48 | 97.25 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 126 | 0.21 | 0 | 0.38 | 0.21 | 93.95 | 0.42 | 0.64 |
| Hex | 9F | CA | 7E | 15 | 0 | 26 | 15 | 5E | 2A | 40 |
| Octal | 237 | 312 | 176 | 25 | 0 | 46 | 25 | 136 | 52 | 100 |
| Binary | 10011111 | 11001010 | 1111110 | 10101 | 0 | 100110 | 10101 | 1011110 | 101010 | 1000000 |
Color Harmonies of #9FCA7E
Complementary color
Monochromatic Colors of #9FCA7E
Black with #9FCA7E
Text Example
Text Example
White with #9FCA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCA7E; }
p { color: rgb(159,202,126); }
H1.HeaderClassName
{
color: #9FCA7E;
}
.AnyTagClassName
{
color: #9FCA7E;
}
</style>
background-color css
<style>
a { background-color: #9FCA7E; }
a { background-color: rgb(159,202,126); }
div.DivClassName
{
background-color: #9FCA7E;
}
.BgClassName
{
background-color: #9FCA7E;
}
</style>
border-color css
<style>
span { border-color: #9FCA7E; }
span { border-color: rgb(159,202,126); }
td.TdClassName
{
border-color: #9FCA7E;
}
.TagClassName
{
border-color: #9FCA7E;
}
</style>