Shades of Gossip #8AD271
Tints of Gossip #8AD271
RGB
CMYK
RGB Variations
Color information
#8AD271 (or 0x8AD271) is known color: Gossip. HEX triplet: 8A, D2 and 71. RGB value is (138,210,113). Sum of RGB (Red+Green+Blue) = 138+210+113=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD271 is #752D8E. Grayscale: #B1B1B1. Windows color (decimal): -7679375 or 7459466. OLE color: 7459466.
HSL color Cylindrical-coordinate representation of color #8AD271: hue angle of 104.54º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AD271 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 113 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.18 |
| HSL | 104.54º | 0.52% | 0.63% | - |
| HSV(B) | 104.54º | 0.46% | 0.82% | - |
| XYZ | 36.51 | 52.69 | 23.87 | - |
| YUV | 177.41 | 91.65 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 113 | 0.34 | 0 | 0.46 | 0.18 | 104.54 | 0.52 | 0.63 |
| Hex | 8A | D2 | 71 | 22 | 0 | 2E | 12 | 69 | 34 | 3F |
| Octal | 212 | 322 | 161 | 42 | 0 | 56 | 22 | 151 | 64 | 77 |
| Binary | 10001010 | 11010010 | 1110001 | 100010 | 0 | 101110 | 10010 | 1101001 | 110100 | 111111 |
Color Harmonies of #8AD271
Complementary color
Monochromatic Colors of #8AD271
Black with #8AD271
Text Example
Text Example
White with #8AD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD271; }
p { color: rgb(138,210,113); }
H1.HeaderClassName
{
color: #8AD271;
}
.AnyTagClassName
{
color: #8AD271;
}
</style>
background-color css
<style>
a { background-color: #8AD271; }
a { background-color: rgb(138,210,113); }
div.DivClassName
{
background-color: #8AD271;
}
.BgClassName
{
background-color: #8AD271;
}
</style>
border-color css
<style>
span { border-color: #8AD271; }
span { border-color: rgb(138,210,113); }
td.TdClassName
{
border-color: #8AD271;
}
.TagClassName
{
border-color: #8AD271;
}
</style>