Shades of Gossip #9CE07A
Tints of Gossip #9CE07A
RGB
CMYK
RGB Variations
Color information
#9CE07A (or 0x9CE07A) is known color: Gossip. HEX triplet: 9C, E0 and 7A. RGB value is (156,224,122). Sum of RGB (Red+Green+Blue) = 156+224+122=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE07A is #631F85. Grayscale: #C0C0C0. Windows color (decimal): -6496134 or 8052892. OLE color: 8052892.
HSL color Cylindrical-coordinate representation of color #9CE07A: hue angle of 100º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CE07A is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 122 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.12 |
| HSL | 100º | 0.62% | 0.68% | - |
| HSV(B) | 100º | 0.46% | 0.88% | - |
| XYZ | 43.88 | 61.78 | 28.03 | - |
| YUV | 192.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 122 | 0.30 | 0 | 0.46 | 0.12 | 100 | 0.62 | 0.68 |
| Hex | 9C | E0 | 7A | 1E | 0 | 2E | C | 64 | 3E | 44 |
| Octal | 234 | 340 | 172 | 36 | 0 | 56 | 14 | 144 | 76 | 104 |
| Binary | 10011100 | 11100000 | 1111010 | 11110 | 0 | 101110 | 1100 | 1100100 | 111110 | 1000100 |
Color Harmonies of #9CE07A
Complementary color
Monochromatic Colors of #9CE07A
Black with #9CE07A
Text Example
Text Example
White with #9CE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE07A; }
p { color: rgb(156,224,122); }
H1.HeaderClassName
{
color: #9CE07A;
}
.AnyTagClassName
{
color: #9CE07A;
}
</style>
background-color css
<style>
a { background-color: #9CE07A; }
a { background-color: rgb(156,224,122); }
div.DivClassName
{
background-color: #9CE07A;
}
.BgClassName
{
background-color: #9CE07A;
}
</style>
border-color css
<style>
span { border-color: #9CE07A; }
span { border-color: rgb(156,224,122); }
td.TdClassName
{
border-color: #9CE07A;
}
.TagClassName
{
border-color: #9CE07A;
}
</style>