Shades of Gossip #9CE07D
Tints of Gossip #9CE07D
RGB
CMYK
RGB Variations
Color information
#9CE07D (or 0x9CE07D) is known color: Gossip. HEX triplet: 9C, E0 and 7D. RGB value is (156,224,125). Sum of RGB (Red+Green+Blue) = 156+224+125=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE07D is #631F82. Grayscale: #C0C0C0. Windows color (decimal): -6496131 or 8249500. OLE color: 8249500.
HSL color Cylindrical-coordinate representation of color #9CE07D: hue angle of 101.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CE07D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 125 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.12 |
| HSL | 101.21º | 0.61% | 0.68% | - |
| HSV(B) | 101.21º | 0.44% | 0.88% | - |
| XYZ | 44.07 | 61.86 | 29.02 | - |
| YUV | 192.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 125 | 0.30 | 0 | 0.44 | 0.12 | 101.21 | 0.61 | 0.68 |
| Hex | 9C | E0 | 7D | 1E | 0 | 2C | C | 65 | 3D | 44 |
| Octal | 234 | 340 | 175 | 36 | 0 | 54 | 14 | 145 | 75 | 104 |
| Binary | 10011100 | 11100000 | 1111101 | 11110 | 0 | 101100 | 1100 | 1100101 | 111101 | 1000100 |
Color Harmonies of #9CE07D
Complementary color
Monochromatic Colors of #9CE07D
Black with #9CE07D
Text Example
Text Example
White with #9CE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE07D; }
p { color: rgb(156,224,125); }
H1.HeaderClassName
{
color: #9CE07D;
}
.AnyTagClassName
{
color: #9CE07D;
}
</style>
background-color css
<style>
a { background-color: #9CE07D; }
a { background-color: rgb(156,224,125); }
div.DivClassName
{
background-color: #9CE07D;
}
.BgClassName
{
background-color: #9CE07D;
}
</style>
border-color css
<style>
span { border-color: #9CE07D; }
span { border-color: rgb(156,224,125); }
td.TdClassName
{
border-color: #9CE07D;
}
.TagClassName
{
border-color: #9CE07D;
}
</style>