Shades of Gossip #8AD472
Tints of Gossip #8AD472
RGB
CMYK
RGB Variations
Color information
#8AD472 (or 0x8AD472) is known color: Gossip. HEX triplet: 8A, D4 and 72. RGB value is (138,212,114). Sum of RGB (Red+Green+Blue) = 138+212+114=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD472 is #752B8D. Grayscale: #B3B3B3. Windows color (decimal): -7678862 or 7525514. OLE color: 7525514.
HSL color Cylindrical-coordinate representation of color #8AD472: hue angle of 105.31º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AD472 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 114 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.17 |
| HSL | 105.31º | 0.53% | 0.64% | - |
| HSV(B) | 105.31º | 0.46% | 0.83% | - |
| XYZ | 37.06 | 53.71 | 24.33 | - |
| YUV | 178.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 114 | 0.35 | 0 | 0.46 | 0.17 | 105.31 | 0.53 | 0.64 |
| Hex | 8A | D4 | 72 | 23 | 0 | 2E | 11 | 69 | 35 | 40 |
| Octal | 212 | 324 | 162 | 43 | 0 | 56 | 21 | 151 | 65 | 100 |
| Binary | 10001010 | 11010100 | 1110010 | 100011 | 0 | 101110 | 10001 | 1101001 | 110101 | 1000000 |
Color Harmonies of #8AD472
Complementary color
Monochromatic Colors of #8AD472
Black with #8AD472
Text Example
Text Example
White with #8AD472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD472; }
p { color: rgb(138,212,114); }
H1.HeaderClassName
{
color: #8AD472;
}
.AnyTagClassName
{
color: #8AD472;
}
</style>
background-color css
<style>
a { background-color: #8AD472; }
a { background-color: rgb(138,212,114); }
div.DivClassName
{
background-color: #8AD472;
}
.BgClassName
{
background-color: #8AD472;
}
</style>
border-color css
<style>
span { border-color: #8AD472; }
span { border-color: rgb(138,212,114); }
td.TdClassName
{
border-color: #8AD472;
}
.TagClassName
{
border-color: #8AD472;
}
</style>