Shades of Gossip #8CCE7A
Tints of Gossip #8CCE7A
RGB
CMYK
RGB Variations
Color information
#8CCE7A (or 0x8CCE7A) is known color: Gossip. HEX triplet: 8C, CE and 7A. RGB value is (140,206,122). Sum of RGB (Red+Green+Blue) = 140+206+122=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCE7A is #733185. Grayscale: #B0B0B0. Windows color (decimal): -7549318 or 8048268. OLE color: 8048268.
HSL color Cylindrical-coordinate representation of color #8CCE7A: hue angle of 107.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CCE7A is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 122 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.19 |
| HSL | 107.14º | 0.46% | 0.64% | - |
| HSV(B) | 107.14º | 0.41% | 0.81% | - |
| XYZ | 36.4 | 51.12 | 26.36 | - |
| YUV | 176.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 122 | 0.32 | 0 | 0.41 | 0.19 | 107.14 | 0.46 | 0.64 |
| Hex | 8C | CE | 7A | 20 | 0 | 29 | 13 | 6B | 2E | 40 |
| Octal | 214 | 316 | 172 | 40 | 0 | 51 | 23 | 153 | 56 | 100 |
| Binary | 10001100 | 11001110 | 1111010 | 100000 | 0 | 101001 | 10011 | 1101011 | 101110 | 1000000 |
Color Harmonies of #8CCE7A
Complementary color
Monochromatic Colors of #8CCE7A
Black with #8CCE7A
Text Example
Text Example
White with #8CCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE7A; }
p { color: rgb(140,206,122); }
H1.HeaderClassName
{
color: #8CCE7A;
}
.AnyTagClassName
{
color: #8CCE7A;
}
</style>
background-color css
<style>
a { background-color: #8CCE7A; }
a { background-color: rgb(140,206,122); }
div.DivClassName
{
background-color: #8CCE7A;
}
.BgClassName
{
background-color: #8CCE7A;
}
</style>
border-color css
<style>
span { border-color: #8CCE7A; }
span { border-color: rgb(140,206,122); }
td.TdClassName
{
border-color: #8CCE7A;
}
.TagClassName
{
border-color: #8CCE7A;
}
</style>