Shades of Gossip #8AD571
Tints of Gossip #8AD571
RGB
CMYK
RGB Variations
Color information
#8AD571 (or 0x8AD571) is known color: Gossip. HEX triplet: 8A, D5 and 71. RGB value is (138,213,113). Sum of RGB (Red+Green+Blue) = 138+213+113=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD571 is #752A8E. Grayscale: #B3B3B3. Windows color (decimal): -7678607 or 7460234. OLE color: 7460234.
HSL color Cylindrical-coordinate representation of color #8AD571: hue angle of 105º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AD571 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 113 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.16 |
| HSL | 105º | 0.54% | 0.64% | - |
| HSV(B) | 105º | 0.47% | 0.84% | - |
| XYZ | 37.26 | 54.18 | 24.12 | - |
| YUV | 179.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 113 | 0.35 | 0 | 0.47 | 0.16 | 105 | 0.54 | 0.64 |
| Hex | 8A | D5 | 71 | 23 | 0 | 2F | 10 | 69 | 36 | 40 |
| Octal | 212 | 325 | 161 | 43 | 0 | 57 | 20 | 151 | 66 | 100 |
| Binary | 10001010 | 11010101 | 1110001 | 100011 | 0 | 101111 | 10000 | 1101001 | 110110 | 1000000 |
Color Harmonies of #8AD571
Complementary color
Monochromatic Colors of #8AD571
Black with #8AD571
Text Example
Text Example
White with #8AD571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD571; }
p { color: rgb(138,213,113); }
H1.HeaderClassName
{
color: #8AD571;
}
.AnyTagClassName
{
color: #8AD571;
}
</style>
background-color css
<style>
a { background-color: #8AD571; }
a { background-color: rgb(138,213,113); }
div.DivClassName
{
background-color: #8AD571;
}
.BgClassName
{
background-color: #8AD571;
}
</style>
border-color css
<style>
span { border-color: #8AD571; }
span { border-color: rgb(138,213,113); }
td.TdClassName
{
border-color: #8AD571;
}
.TagClassName
{
border-color: #8AD571;
}
</style>