Shades of Gossip #8FC27C
Tints of Gossip #8FC27C
RGB
CMYK
RGB Variations
Color information
#8FC27C (or 0x8FC27C) is known color: Gossip. HEX triplet: 8F, C2 and 7C. RGB value is (143,194,124). Sum of RGB (Red+Green+Blue) = 143+194+124=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC27C is #703D83. Grayscale: #ABABAB. Windows color (decimal): -7355780 or 8176271. OLE color: 8176271.
HSL color Cylindrical-coordinate representation of color #8FC27C: hue angle of 103.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FC27C is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 124 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.24 |
| HSL | 103.71º | 0.36% | 0.62% | - |
| HSV(B) | 103.71º | 0.36% | 0.76% | - |
| XYZ | 34.26 | 45.88 | 26.12 | - |
| YUV | 170.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 124 | 0.26 | 0 | 0.36 | 0.24 | 103.71 | 0.36 | 0.62 |
| Hex | 8F | C2 | 7C | 1A | 0 | 24 | 18 | 68 | 24 | 3E |
| Octal | 217 | 302 | 174 | 32 | 0 | 44 | 30 | 150 | 44 | 76 |
| Binary | 10001111 | 11000010 | 1111100 | 11010 | 0 | 100100 | 11000 | 1101000 | 100100 | 111110 |
Color Harmonies of #8FC27C
Complementary color
Monochromatic Colors of #8FC27C
Black with #8FC27C
Text Example
Text Example
White with #8FC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC27C; }
p { color: rgb(143,194,124); }
H1.HeaderClassName
{
color: #8FC27C;
}
.AnyTagClassName
{
color: #8FC27C;
}
</style>
background-color css
<style>
a { background-color: #8FC27C; }
a { background-color: rgb(143,194,124); }
div.DivClassName
{
background-color: #8FC27C;
}
.BgClassName
{
background-color: #8FC27C;
}
</style>
border-color css
<style>
span { border-color: #8FC27C; }
span { border-color: rgb(143,194,124); }
td.TdClassName
{
border-color: #8FC27C;
}
.TagClassName
{
border-color: #8FC27C;
}
</style>