Shades of Gossip #8AD470
Tints of Gossip #8AD470
RGB
CMYK
RGB Variations
Color information
#8AD470 (or 0x8AD470) is known color: Gossip. HEX triplet: 8A, D4 and 70. RGB value is (138,212,112). Sum of RGB (Red+Green+Blue) = 138+212+112=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD470 is #752B8F. Grayscale: #B2B2B2. Windows color (decimal): -7678864 or 7394442. OLE color: 7394442.
HSL color Cylindrical-coordinate representation of color #8AD470: hue angle of 104.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AD470 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 112 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.17 |
| HSL | 104.4º | 0.54% | 0.64% | - |
| HSV(B) | 104.4º | 0.47% | 0.83% | - |
| XYZ | 36.95 | 53.66 | 23.74 | - |
| YUV | 178.47 | 90.48 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 112 | 0.35 | 0 | 0.47 | 0.17 | 104.4 | 0.54 | 0.64 |
| Hex | 8A | D4 | 70 | 23 | 0 | 2F | 11 | 68 | 36 | 40 |
| Octal | 212 | 324 | 160 | 43 | 0 | 57 | 21 | 150 | 66 | 100 |
| Binary | 10001010 | 11010100 | 1110000 | 100011 | 0 | 101111 | 10001 | 1101000 | 110110 | 1000000 |
Color Harmonies of #8AD470
Complementary color
Monochromatic Colors of #8AD470
Black with #8AD470
Text Example
Text Example
White with #8AD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD470; }
p { color: rgb(138,212,112); }
H1.HeaderClassName
{
color: #8AD470;
}
.AnyTagClassName
{
color: #8AD470;
}
</style>
background-color css
<style>
a { background-color: #8AD470; }
a { background-color: rgb(138,212,112); }
div.DivClassName
{
background-color: #8AD470;
}
.BgClassName
{
background-color: #8AD470;
}
</style>
border-color css
<style>
span { border-color: #8AD470; }
span { border-color: rgb(138,212,112); }
td.TdClassName
{
border-color: #8AD470;
}
.TagClassName
{
border-color: #8AD470;
}
</style>