Shades of Gossip #8EC27B
Tints of Gossip #8EC27B
RGB
CMYK
RGB Variations
Color information
#8EC27B (or 0x8EC27B) is known color: Gossip. HEX triplet: 8E, C2 and 7B. RGB value is (142,194,123). Sum of RGB (Red+Green+Blue) = 142+194+123=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC27B is #713D84. Grayscale: #AAAAAA. Windows color (decimal): -7421317 or 8110734. OLE color: 8110734.
HSL color Cylindrical-coordinate representation of color #8EC27B: hue angle of 103.94º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EC27B is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 194 | 123 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.24 |
| HSL | 103.94º | 0.37% | 0.62% | - |
| HSV(B) | 103.94º | 0.37% | 0.76% | - |
| XYZ | 34.02 | 45.76 | 25.78 | - |
| YUV | 170.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 123 | 0.27 | 0 | 0.37 | 0.24 | 103.94 | 0.37 | 0.62 |
| Hex | 8E | C2 | 7B | 1B | 0 | 25 | 18 | 68 | 25 | 3E |
| Octal | 216 | 302 | 173 | 33 | 0 | 45 | 30 | 150 | 45 | 76 |
| Binary | 10001110 | 11000010 | 1111011 | 11011 | 0 | 100101 | 11000 | 1101000 | 100101 | 111110 |
Color Harmonies of #8EC27B
Complementary color
Monochromatic Colors of #8EC27B
Black with #8EC27B
Text Example
Text Example
White with #8EC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC27B; }
p { color: rgb(142,194,123); }
H1.HeaderClassName
{
color: #8EC27B;
}
.AnyTagClassName
{
color: #8EC27B;
}
</style>
background-color css
<style>
a { background-color: #8EC27B; }
a { background-color: rgb(142,194,123); }
div.DivClassName
{
background-color: #8EC27B;
}
.BgClassName
{
background-color: #8EC27B;
}
</style>
border-color css
<style>
span { border-color: #8EC27B; }
span { border-color: rgb(142,194,123); }
td.TdClassName
{
border-color: #8EC27B;
}
.TagClassName
{
border-color: #8EC27B;
}
</style>