Shades of Gossip #8FE27A
Tints of Gossip #8FE27A
RGB
CMYK
RGB Variations
Color information
#8FE27A (or 0x8FE27A) is known color: Gossip. HEX triplet: 8F, E2 and 7A. RGB value is (143,226,122). Sum of RGB (Red+Green+Blue) = 143+226+122=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE27A is #701D85. Grayscale: #BDBDBD. Windows color (decimal): -7347590 or 8053391. OLE color: 8053391.
HSL color Cylindrical-coordinate representation of color #8FE27A: hue angle of 107.88º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FE27A is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 122 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.11 |
| HSL | 107.88º | 0.64% | 0.68% | - |
| HSV(B) | 107.88º | 0.46% | 0.89% | - |
| XYZ | 42.04 | 61.64 | 28.09 | - |
| YUV | 189.33 | 90 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 122 | 0.37 | 0 | 0.46 | 0.11 | 107.88 | 0.64 | 0.68 |
| Hex | 8F | E2 | 7A | 25 | 0 | 2E | B | 6C | 40 | 44 |
| Octal | 217 | 342 | 172 | 45 | 0 | 56 | 13 | 154 | 100 | 104 |
| Binary | 10001111 | 11100010 | 1111010 | 100101 | 0 | 101110 | 1011 | 1101100 | 1000000 | 1000100 |
Color Harmonies of #8FE27A
Complementary color
Monochromatic Colors of #8FE27A
Black with #8FE27A
Text Example
Text Example
White with #8FE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE27A; }
p { color: rgb(143,226,122); }
H1.HeaderClassName
{
color: #8FE27A;
}
.AnyTagClassName
{
color: #8FE27A;
}
</style>
background-color css
<style>
a { background-color: #8FE27A; }
a { background-color: rgb(143,226,122); }
div.DivClassName
{
background-color: #8FE27A;
}
.BgClassName
{
background-color: #8FE27A;
}
</style>
border-color css
<style>
span { border-color: #8FE27A; }
span { border-color: rgb(143,226,122); }
td.TdClassName
{
border-color: #8FE27A;
}
.TagClassName
{
border-color: #8FE27A;
}
</style>