Shades of Gossip #9CDC7A
Tints of Gossip #9CDC7A
RGB
CMYK
RGB Variations
Color information
#9CDC7A (or 0x9CDC7A) is known color: Gossip. HEX triplet: 9C, DC and 7A. RGB value is (156,220,122). Sum of RGB (Red+Green+Blue) = 156+220+122=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC7A is #632385. Grayscale: #BEBEBE. Windows color (decimal): -6497158 or 8051868. OLE color: 8051868.
HSL color Cylindrical-coordinate representation of color #9CDC7A: hue angle of 99.18º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CDC7A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 122 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.14 |
| HSL | 99.18º | 0.58% | 0.67% | - |
| HSV(B) | 99.18º | 0.45% | 0.86% | - |
| XYZ | 42.82 | 59.66 | 27.67 | - |
| YUV | 189.69 | 89.8 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 122 | 0.29 | 0 | 0.45 | 0.14 | 99.18 | 0.58 | 0.67 |
| Hex | 9C | DC | 7A | 1D | 0 | 2D | E | 63 | 3A | 43 |
| Octal | 234 | 334 | 172 | 35 | 0 | 55 | 16 | 143 | 72 | 103 |
| Binary | 10011100 | 11011100 | 1111010 | 11101 | 0 | 101101 | 1110 | 1100011 | 111010 | 1000011 |
Color Harmonies of #9CDC7A
Complementary color
Monochromatic Colors of #9CDC7A
Black with #9CDC7A
Text Example
Text Example
White with #9CDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC7A; }
p { color: rgb(156,220,122); }
H1.HeaderClassName
{
color: #9CDC7A;
}
.AnyTagClassName
{
color: #9CDC7A;
}
</style>
background-color css
<style>
a { background-color: #9CDC7A; }
a { background-color: rgb(156,220,122); }
div.DivClassName
{
background-color: #9CDC7A;
}
.BgClassName
{
background-color: #9CDC7A;
}
</style>
border-color css
<style>
span { border-color: #9CDC7A; }
span { border-color: rgb(156,220,122); }
td.TdClassName
{
border-color: #9CDC7A;
}
.TagClassName
{
border-color: #9CDC7A;
}
</style>