Shades of Gossip #9CE07F
Tints of Gossip #9CE07F
RGB
CMYK
RGB Variations
Color information
#9CE07F (or 0x9CE07F) is known color: Gossip. HEX triplet: 9C, E0 and 7F. RGB value is (156,224,127). Sum of RGB (Red+Green+Blue) = 156+224+127=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE07F is #631F80. Grayscale: #C0C0C0. Windows color (decimal): -6496129 or 8380572. OLE color: 8380572.
HSL color Cylindrical-coordinate representation of color #9CE07F: hue angle of 102.06º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CE07F is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 127 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.12 |
| HSL | 102.06º | 0.61% | 0.69% | - |
| HSV(B) | 102.06º | 0.43% | 0.88% | - |
| XYZ | 44.2 | 61.91 | 29.7 | - |
| YUV | 192.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 127 | 0.30 | 0 | 0.43 | 0.12 | 102.06 | 0.61 | 0.69 |
| Hex | 9C | E0 | 7F | 1E | 0 | 2B | C | 66 | 3D | 45 |
| Octal | 234 | 340 | 177 | 36 | 0 | 53 | 14 | 146 | 75 | 105 |
| Binary | 10011100 | 11100000 | 1111111 | 11110 | 0 | 101011 | 1100 | 1100110 | 111101 | 1000101 |
Color Harmonies of #9CE07F
Complementary color
Monochromatic Colors of #9CE07F
Black with #9CE07F
Text Example
Text Example
White with #9CE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE07F; }
p { color: rgb(156,224,127); }
H1.HeaderClassName
{
color: #9CE07F;
}
.AnyTagClassName
{
color: #9CE07F;
}
</style>
background-color css
<style>
a { background-color: #9CE07F; }
a { background-color: rgb(156,224,127); }
div.DivClassName
{
background-color: #9CE07F;
}
.BgClassName
{
background-color: #9CE07F;
}
</style>
border-color css
<style>
span { border-color: #9CE07F; }
span { border-color: rgb(156,224,127); }
td.TdClassName
{
border-color: #9CE07F;
}
.TagClassName
{
border-color: #9CE07F;
}
</style>