Shades of Gossip #9CCF7E
Tints of Gossip #9CCF7E
RGB
CMYK
RGB Variations
Color information
#9CCF7E (or 0x9CCF7E) is known color: Gossip. HEX triplet: 9C, CF and 7E. RGB value is (156,207,126). Sum of RGB (Red+Green+Blue) = 156+207+126=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF7E is #633081. Grayscale: #B6B6B6. Windows color (decimal): -6500482 or 8310684. OLE color: 8310684.
HSL color Cylindrical-coordinate representation of color #9CCF7E: hue angle of 97.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCF7E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 126 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.19 |
| HSL | 97.78º | 0.46% | 0.65% | - |
| HSV(B) | 97.78º | 0.39% | 0.81% | - |
| XYZ | 39.79 | 53.2 | 27.91 | - |
| YUV | 182.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 126 | 0.25 | 0 | 0.39 | 0.19 | 97.78 | 0.46 | 0.65 |
| Hex | 9C | CF | 7E | 19 | 0 | 27 | 13 | 62 | 2E | 41 |
| Octal | 234 | 317 | 176 | 31 | 0 | 47 | 23 | 142 | 56 | 101 |
| Binary | 10011100 | 11001111 | 1111110 | 11001 | 0 | 100111 | 10011 | 1100010 | 101110 | 1000001 |
Color Harmonies of #9CCF7E
Complementary color
Monochromatic Colors of #9CCF7E
Black with #9CCF7E
Text Example
Text Example
White with #9CCF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF7E; }
p { color: rgb(156,207,126); }
H1.HeaderClassName
{
color: #9CCF7E;
}
.AnyTagClassName
{
color: #9CCF7E;
}
</style>
background-color css
<style>
a { background-color: #9CCF7E; }
a { background-color: rgb(156,207,126); }
div.DivClassName
{
background-color: #9CCF7E;
}
.BgClassName
{
background-color: #9CCF7E;
}
</style>
border-color css
<style>
span { border-color: #9CCF7E; }
span { border-color: rgb(156,207,126); }
td.TdClassName
{
border-color: #9CCF7E;
}
.TagClassName
{
border-color: #9CCF7E;
}
</style>