Shades of Gossip #A0D48D
Tints of Gossip #A0D48D
RGB
CMYK
RGB Variations
Color information
#A0D48D (or 0xA0D48D) is known color: Gossip. HEX triplet: A0, D4 and 8D. RGB value is (160,212,141). Sum of RGB (Red+Green+Blue) = 160+212+141=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D48D is #5F2B72. Grayscale: #BCBCBC. Windows color (decimal): -6237043 or 9295008. OLE color: 9295008.
HSL color Cylindrical-coordinate representation of color #A0D48D: hue angle of 103.94º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0D48D is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 141 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.17 |
| HSL | 103.94º | 0.45% | 0.69% | - |
| HSV(B) | 103.94º | 0.33% | 0.83% | - |
| XYZ | 42.85 | 56.48 | 33.84 | - |
| YUV | 188.36 | 101.27 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 141 | 0.25 | 0 | 0.33 | 0.17 | 103.94 | 0.45 | 0.69 |
| Hex | A0 | D4 | 8D | 19 | 0 | 21 | 11 | 68 | 2D | 45 |
| Octal | 240 | 324 | 215 | 31 | 0 | 41 | 21 | 150 | 55 | 105 |
| Binary | 10100000 | 11010100 | 10001101 | 11001 | 0 | 100001 | 10001 | 1101000 | 101101 | 1000101 |
Color Harmonies of #A0D48D
Complementary color
Monochromatic Colors of #A0D48D
Black with #A0D48D
Text Example
Text Example
White with #A0D48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D48D; }
p { color: rgb(160,212,141); }
H1.HeaderClassName
{
color: #A0D48D;
}
.AnyTagClassName
{
color: #A0D48D;
}
</style>
background-color css
<style>
a { background-color: #A0D48D; }
a { background-color: rgb(160,212,141); }
div.DivClassName
{
background-color: #A0D48D;
}
.BgClassName
{
background-color: #A0D48D;
}
</style>
border-color css
<style>
span { border-color: #A0D48D; }
span { border-color: rgb(160,212,141); }
td.TdClassName
{
border-color: #A0D48D;
}
.TagClassName
{
border-color: #A0D48D;
}
</style>