Shades of Gossip #9CC37F
Tints of Gossip #9CC37F
RGB
CMYK
RGB Variations
Color information
#9CC37F (or 0x9CC37F) is known color: Gossip. HEX triplet: 9C, C3 and 7F. RGB value is (156,195,127). Sum of RGB (Red+Green+Blue) = 156+195+127=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC37F is #633C80. Grayscale: #AFAFAF. Windows color (decimal): -6503553 or 8373148. OLE color: 8373148.
HSL color Cylindrical-coordinate representation of color #9CC37F: hue angle of 94.41º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CC37F is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 127 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.24 |
| HSL | 94.41º | 0.36% | 0.63% | - |
| HSV(B) | 94.41º | 0.35% | 0.76% | - |
| XYZ | 37.06 | 47.63 | 27.32 | - |
| YUV | 175.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 127 | 0.20 | 0 | 0.35 | 0.24 | 94.41 | 0.36 | 0.63 |
| Hex | 9C | C3 | 7F | 14 | 0 | 23 | 18 | 5E | 24 | 3F |
| Octal | 234 | 303 | 177 | 24 | 0 | 43 | 30 | 136 | 44 | 77 |
| Binary | 10011100 | 11000011 | 1111111 | 10100 | 0 | 100011 | 11000 | 1011110 | 100100 | 111111 |
Color Harmonies of #9CC37F
Complementary color
Monochromatic Colors of #9CC37F
Black with #9CC37F
Text Example
Text Example
White with #9CC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC37F; }
p { color: rgb(156,195,127); }
H1.HeaderClassName
{
color: #9CC37F;
}
.AnyTagClassName
{
color: #9CC37F;
}
</style>
background-color css
<style>
a { background-color: #9CC37F; }
a { background-color: rgb(156,195,127); }
div.DivClassName
{
background-color: #9CC37F;
}
.BgClassName
{
background-color: #9CC37F;
}
</style>
border-color css
<style>
span { border-color: #9CC37F; }
span { border-color: rgb(156,195,127); }
td.TdClassName
{
border-color: #9CC37F;
}
.TagClassName
{
border-color: #9CC37F;
}
</style>