Shades of Gossip #A0D48B
Tints of Gossip #A0D48B
RGB
CMYK
RGB Variations
Color information
#A0D48B (or 0xA0D48B) is known color: Gossip. HEX triplet: A0, D4 and 8B. RGB value is (160,212,139). Sum of RGB (Red+Green+Blue) = 160+212+139=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D48B is #5F2B74. Grayscale: #BCBCBC. Windows color (decimal): -6237045 or 9163936. OLE color: 9163936.
HSL color Cylindrical-coordinate representation of color #A0D48B: hue angle of 102.74º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0D48B is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 139 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.17 |
| HSL | 102.74º | 0.46% | 0.69% | - |
| HSV(B) | 102.74º | 0.34% | 0.83% | - |
| XYZ | 42.7 | 56.42 | 33.07 | - |
| YUV | 188.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 139 | 0.25 | 0 | 0.34 | 0.17 | 102.74 | 0.46 | 0.69 |
| Hex | A0 | D4 | 8B | 19 | 0 | 22 | 11 | 67 | 2E | 45 |
| Octal | 240 | 324 | 213 | 31 | 0 | 42 | 21 | 147 | 56 | 105 |
| Binary | 10100000 | 11010100 | 10001011 | 11001 | 0 | 100010 | 10001 | 1100111 | 101110 | 1000101 |
Color Harmonies of #A0D48B
Complementary color
Monochromatic Colors of #A0D48B
Black with #A0D48B
Text Example
Text Example
White with #A0D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D48B; }
p { color: rgb(160,212,139); }
H1.HeaderClassName
{
color: #A0D48B;
}
.AnyTagClassName
{
color: #A0D48B;
}
</style>
background-color css
<style>
a { background-color: #A0D48B; }
a { background-color: rgb(160,212,139); }
div.DivClassName
{
background-color: #A0D48B;
}
.BgClassName
{
background-color: #A0D48B;
}
</style>
border-color css
<style>
span { border-color: #A0D48B; }
span { border-color: rgb(160,212,139); }
td.TdClassName
{
border-color: #A0D48B;
}
.TagClassName
{
border-color: #A0D48B;
}
</style>