Shades of Gossip #8FE96A
Tints of Gossip #8FE96A
RGB
CMYK
RGB Variations
Color information
#8FE96A (or 0x8FE96A) is known color: Gossip. HEX triplet: 8F, E9 and 6A. RGB value is (143,233,106). Sum of RGB (Red+Green+Blue) = 143+233+106=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #8FE96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE96A is #701695. Grayscale: #C0C0C0. Windows color (decimal): -7345814 or 7006607. OLE color: 7006607.
HSL color Cylindrical-coordinate representation of color #8FE96A: hue angle of 102.52º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FE96A is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 233 | 106 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.09 |
| HSL | 102.52º | 0.74% | 0.66% | - |
| HSV(B) | 102.52º | 0.55% | 0.91% | - |
| XYZ | 43.07 | 65.16 | 23.94 | - |
| YUV | 191.61 | 79.68 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 233 | 106 | 0.39 | 0 | 0.55 | 0.09 | 102.52 | 0.74 | 0.66 |
| Hex | 8F | E9 | 6A | 27 | 0 | 37 | 9 | 67 | 4A | 42 |
| Octal | 217 | 351 | 152 | 47 | 0 | 67 | 11 | 147 | 112 | 102 |
| Binary | 10001111 | 11101001 | 1101010 | 100111 | 0 | 110111 | 1001 | 1100111 | 1001010 | 1000010 |
Color Harmonies of #8FE96A
Complementary color
Monochromatic Colors of #8FE96A
Black with #8FE96A
Text Example
Text Example
White with #8FE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE96A; }
p { color: rgb(143,233,106); }
H1.HeaderClassName
{
color: #8FE96A;
}
.AnyTagClassName
{
color: #8FE96A;
}
</style>
background-color css
<style>
a { background-color: #8FE96A; }
a { background-color: rgb(143,233,106); }
div.DivClassName
{
background-color: #8FE96A;
}
.BgClassName
{
background-color: #8FE96A;
}
</style>
border-color css
<style>
span { border-color: #8FE96A; }
span { border-color: rgb(143,233,106); }
td.TdClassName
{
border-color: #8FE96A;
}
.TagClassName
{
border-color: #8FE96A;
}
</style>