Shades of Gossip #9CD27A
Tints of Gossip #9CD27A
RGB
CMYK
RGB Variations
Color information
#9CD27A (or 0x9CD27A) is known color: Gossip. HEX triplet: 9C, D2 and 7A. RGB value is (156,210,122). Sum of RGB (Red+Green+Blue) = 156+210+122=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD27A is #632D85. Grayscale: #B8B8B8. Windows color (decimal): -6499718 or 8049308. OLE color: 8049308.
HSL color Cylindrical-coordinate representation of color #9CD27A: hue angle of 96.82º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CD27A is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 210 | 122 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.18 |
| HSL | 96.82º | 0.49% | 0.65% | - |
| HSV(B) | 96.82º | 0.42% | 0.82% | - |
| XYZ | 40.27 | 54.57 | 26.82 | - |
| YUV | 183.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 210 | 122 | 0.26 | 0 | 0.42 | 0.18 | 96.82 | 0.49 | 0.65 |
| Hex | 9C | D2 | 7A | 1A | 0 | 2A | 12 | 61 | 31 | 41 |
| Octal | 234 | 322 | 172 | 32 | 0 | 52 | 22 | 141 | 61 | 101 |
| Binary | 10011100 | 11010010 | 1111010 | 11010 | 0 | 101010 | 10010 | 1100001 | 110001 | 1000001 |
Color Harmonies of #9CD27A
Complementary color
Monochromatic Colors of #9CD27A
Black with #9CD27A
Text Example
Text Example
White with #9CD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD27A; }
p { color: rgb(156,210,122); }
H1.HeaderClassName
{
color: #9CD27A;
}
.AnyTagClassName
{
color: #9CD27A;
}
</style>
background-color css
<style>
a { background-color: #9CD27A; }
a { background-color: rgb(156,210,122); }
div.DivClassName
{
background-color: #9CD27A;
}
.BgClassName
{
background-color: #9CD27A;
}
</style>
border-color css
<style>
span { border-color: #9CD27A; }
span { border-color: rgb(156,210,122); }
td.TdClassName
{
border-color: #9CD27A;
}
.TagClassName
{
border-color: #9CD27A;
}
</style>