Shades of Gossip #8FDA6A
Tints of Gossip #8FDA6A
RGB
CMYK
RGB Variations
Color information
#8FDA6A (or 0x8FDA6A) is known color: Gossip. HEX triplet: 8F, DA and 6A. RGB value is (143,218,106). Sum of RGB (Red+Green+Blue) = 143+218+106=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDA6A is #702595. Grayscale: #B7B7B7. Windows color (decimal): -7349654 or 7002767. OLE color: 7002767.
HSL color Cylindrical-coordinate representation of color #8FDA6A: hue angle of 100.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FDA6A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 106 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.15 |
| HSL | 100.18º | 0.6% | 0.64% | - |
| HSV(B) | 100.18º | 0.51% | 0.85% | - |
| XYZ | 39 | 57.02 | 22.59 | - |
| YUV | 182.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 106 | 0.34 | 0 | 0.51 | 0.15 | 100.18 | 0.6 | 0.64 |
| Hex | 8F | DA | 6A | 22 | 0 | 33 | F | 64 | 3C | 40 |
| Octal | 217 | 332 | 152 | 42 | 0 | 63 | 17 | 144 | 74 | 100 |
| Binary | 10001111 | 11011010 | 1101010 | 100010 | 0 | 110011 | 1111 | 1100100 | 111100 | 1000000 |
Color Harmonies of #8FDA6A
Complementary color
Monochromatic Colors of #8FDA6A
Black with #8FDA6A
Text Example
Text Example
White with #8FDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA6A; }
p { color: rgb(143,218,106); }
H1.HeaderClassName
{
color: #8FDA6A;
}
.AnyTagClassName
{
color: #8FDA6A;
}
</style>
background-color css
<style>
a { background-color: #8FDA6A; }
a { background-color: rgb(143,218,106); }
div.DivClassName
{
background-color: #8FDA6A;
}
.BgClassName
{
background-color: #8FDA6A;
}
</style>
border-color css
<style>
span { border-color: #8FDA6A; }
span { border-color: rgb(143,218,106); }
td.TdClassName
{
border-color: #8FDA6A;
}
.TagClassName
{
border-color: #8FDA6A;
}
</style>