Shades of Gossip #8AD272
Tints of Gossip #8AD272
RGB
CMYK
RGB Variations
Color information
#8AD272 (or 0x8AD272) is known color: Gossip. HEX triplet: 8A, D2 and 72. RGB value is (138,210,114). Sum of RGB (Red+Green+Blue) = 138+210+114=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD272 is #752D8D. Grayscale: #B1B1B1. Windows color (decimal): -7679374 or 7525002. OLE color: 7525002.
HSL color Cylindrical-coordinate representation of color #8AD272: hue angle of 105º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AD272 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 114 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.18 |
| HSL | 105º | 0.52% | 0.64% | - |
| HSV(B) | 105º | 0.46% | 0.82% | - |
| XYZ | 36.57 | 52.71 | 24.17 | - |
| YUV | 177.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 114 | 0.34 | 0 | 0.46 | 0.18 | 105 | 0.52 | 0.64 |
| Hex | 8A | D2 | 72 | 22 | 0 | 2E | 12 | 69 | 34 | 40 |
| Octal | 212 | 322 | 162 | 42 | 0 | 56 | 22 | 151 | 64 | 100 |
| Binary | 10001010 | 11010010 | 1110010 | 100010 | 0 | 101110 | 10010 | 1101001 | 110100 | 1000000 |
Color Harmonies of #8AD272
Complementary color
Monochromatic Colors of #8AD272
Black with #8AD272
Text Example
Text Example
White with #8AD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD272; }
p { color: rgb(138,210,114); }
H1.HeaderClassName
{
color: #8AD272;
}
.AnyTagClassName
{
color: #8AD272;
}
</style>
background-color css
<style>
a { background-color: #8AD272; }
a { background-color: rgb(138,210,114); }
div.DivClassName
{
background-color: #8AD272;
}
.BgClassName
{
background-color: #8AD272;
}
</style>
border-color css
<style>
span { border-color: #8AD272; }
span { border-color: rgb(138,210,114); }
td.TdClassName
{
border-color: #8AD272;
}
.TagClassName
{
border-color: #8AD272;
}
</style>