Shades of Gossip #9CD270
Tints of Gossip #9CD270
RGB
CMYK
RGB Variations
Color information
#9CD270 (or 0x9CD270) is known color: Gossip. HEX triplet: 9C, D2 and 70. RGB value is (156,210,112). Sum of RGB (Red+Green+Blue) = 156+210+112=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD270 is #632D8F. Grayscale: #B7B7B7. Windows color (decimal): -6499728 or 7393948. OLE color: 7393948.
HSL color Cylindrical-coordinate representation of color #9CD270: hue angle of 93.06º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CD270 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 210 | 112 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.18 |
| HSL | 93.06º | 0.52% | 0.63% | - |
| HSV(B) | 93.06º | 0.47% | 0.82% | - |
| XYZ | 39.68 | 54.33 | 23.72 | - |
| YUV | 182.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 210 | 112 | 0.26 | 0 | 0.47 | 0.18 | 93.06 | 0.52 | 0.63 |
| Hex | 9C | D2 | 70 | 1A | 0 | 2F | 12 | 5D | 34 | 3F |
| Octal | 234 | 322 | 160 | 32 | 0 | 57 | 22 | 135 | 64 | 77 |
| Binary | 10011100 | 11010010 | 1110000 | 11010 | 0 | 101111 | 10010 | 1011101 | 110100 | 111111 |
Color Harmonies of #9CD270
Complementary color
Monochromatic Colors of #9CD270
Black with #9CD270
Text Example
Text Example
White with #9CD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD270; }
p { color: rgb(156,210,112); }
H1.HeaderClassName
{
color: #9CD270;
}
.AnyTagClassName
{
color: #9CD270;
}
</style>
background-color css
<style>
a { background-color: #9CD270; }
a { background-color: rgb(156,210,112); }
div.DivClassName
{
background-color: #9CD270;
}
.BgClassName
{
background-color: #9CD270;
}
</style>
border-color css
<style>
span { border-color: #9CD270; }
span { border-color: rgb(156,210,112); }
td.TdClassName
{
border-color: #9CD270;
}
.TagClassName
{
border-color: #9CD270;
}
</style>