Shades of Gossip #A0D57F
Tints of Gossip #A0D57F
RGB
CMYK
RGB Variations
Color information
#A0D57F (or 0xA0D57F) is known color: Gossip. HEX triplet: A0, D5 and 7F. RGB value is (160,213,127). Sum of RGB (Red+Green+Blue) = 160+213+127=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D57F is #5F2A80. Grayscale: #BBBBBB. Windows color (decimal): -6236801 or 8377760. OLE color: 8377760.
HSL color Cylindrical-coordinate representation of color #A0D57F: hue angle of 96.98º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0D57F is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 127 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.16 |
| HSL | 96.98º | 0.51% | 0.67% | - |
| HSV(B) | 96.98º | 0.4% | 0.84% | - |
| XYZ | 42.12 | 56.59 | 28.78 | - |
| YUV | 187.35 | 93.94 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 127 | 0.25 | 0 | 0.40 | 0.16 | 96.98 | 0.51 | 0.67 |
| Hex | A0 | D5 | 7F | 19 | 0 | 28 | 10 | 61 | 33 | 43 |
| Octal | 240 | 325 | 177 | 31 | 0 | 50 | 20 | 141 | 63 | 103 |
| Binary | 10100000 | 11010101 | 1111111 | 11001 | 0 | 101000 | 10000 | 1100001 | 110011 | 1000011 |
Color Harmonies of #A0D57F
Complementary color
Monochromatic Colors of #A0D57F
Black with #A0D57F
Text Example
Text Example
White with #A0D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D57F; }
p { color: rgb(160,213,127); }
H1.HeaderClassName
{
color: #A0D57F;
}
.AnyTagClassName
{
color: #A0D57F;
}
</style>
background-color css
<style>
a { background-color: #A0D57F; }
a { background-color: rgb(160,213,127); }
div.DivClassName
{
background-color: #A0D57F;
}
.BgClassName
{
background-color: #A0D57F;
}
</style>
border-color css
<style>
span { border-color: #A0D57F; }
span { border-color: rgb(160,213,127); }
td.TdClassName
{
border-color: #A0D57F;
}
.TagClassName
{
border-color: #A0D57F;
}
</style>