Shades of Gossip #9CD27D
Tints of Gossip #9CD27D
RGB
CMYK
RGB Variations
Color information
#9CD27D (or 0x9CD27D) is known color: Gossip. HEX triplet: 9C, D2 and 7D. RGB value is (156,210,125). Sum of RGB (Red+Green+Blue) = 156+210+125=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD27D is #632D82. Grayscale: #B8B8B8. Windows color (decimal): -6499715 or 8245916. OLE color: 8245916.
HSL color Cylindrical-coordinate representation of color #9CD27D: hue angle of 98.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CD27D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 156 | 210 | 125 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.18 |
| HSL | 98.12º | 0.49% | 0.66% | - |
| HSV(B) | 98.12º | 0.4% | 0.82% | - |
| XYZ | 40.46 | 54.64 | 27.82 | - |
| YUV | 184.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 210 | 125 | 0.26 | 0 | 0.40 | 0.18 | 98.12 | 0.49 | 0.66 |
| Hex | 9C | D2 | 7D | 1A | 0 | 28 | 12 | 62 | 31 | 42 |
| Octal | 234 | 322 | 175 | 32 | 0 | 50 | 22 | 142 | 61 | 102 |
| Binary | 10011100 | 11010010 | 1111101 | 11010 | 0 | 101000 | 10010 | 1100010 | 110001 | 1000010 |
Color Harmonies of #9CD27D
Complementary color
Monochromatic Colors of #9CD27D
Black with #9CD27D
Text Example
Text Example
White with #9CD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD27D; }
p { color: rgb(156,210,125); }
H1.HeaderClassName
{
color: #9CD27D;
}
.AnyTagClassName
{
color: #9CD27D;
}
</style>
background-color css
<style>
a { background-color: #9CD27D; }
a { background-color: rgb(156,210,125); }
div.DivClassName
{
background-color: #9CD27D;
}
.BgClassName
{
background-color: #9CD27D;
}
</style>
border-color css
<style>
span { border-color: #9CD27D; }
span { border-color: rgb(156,210,125); }
td.TdClassName
{
border-color: #9CD27D;
}
.TagClassName
{
border-color: #9CD27D;
}
</style>