Shades of Gossip #A0CE8F
Tints of Gossip #A0CE8F
RGB
CMYK
RGB Variations
Color information
#A0CE8F (or 0xA0CE8F) is known color: Gossip. HEX triplet: A0, CE and 8F. RGB value is (160,206,143). Sum of RGB (Red+Green+Blue) = 160+206+143=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE8F is #5F3170. Grayscale: #B9B9B9. Windows color (decimal): -6238577 or 9424544. OLE color: 9424544.
HSL color Cylindrical-coordinate representation of color #A0CE8F: hue angle of 103.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0CE8F is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 143 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.19 |
| HSL | 103.81º | 0.39% | 0.68% | - |
| HSV(B) | 103.81º | 0.31% | 0.81% | - |
| XYZ | 41.53 | 53.6 | 34.14 | - |
| YUV | 185.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 143 | 0.22 | 0 | 0.31 | 0.19 | 103.81 | 0.39 | 0.68 |
| Hex | A0 | CE | 8F | 16 | 0 | 1F | 13 | 68 | 27 | 44 |
| Octal | 240 | 316 | 217 | 26 | 0 | 37 | 23 | 150 | 47 | 104 |
| Binary | 10100000 | 11001110 | 10001111 | 10110 | 0 | 11111 | 10011 | 1101000 | 100111 | 1000100 |
Color Harmonies of #A0CE8F
Complementary color
Monochromatic Colors of #A0CE8F
Black with #A0CE8F
Text Example
Text Example
White with #A0CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE8F; }
p { color: rgb(160,206,143); }
H1.HeaderClassName
{
color: #A0CE8F;
}
.AnyTagClassName
{
color: #A0CE8F;
}
</style>
background-color css
<style>
a { background-color: #A0CE8F; }
a { background-color: rgb(160,206,143); }
div.DivClassName
{
background-color: #A0CE8F;
}
.BgClassName
{
background-color: #A0CE8F;
}
</style>
border-color css
<style>
span { border-color: #A0CE8F; }
span { border-color: rgb(160,206,143); }
td.TdClassName
{
border-color: #A0CE8F;
}
.TagClassName
{
border-color: #A0CE8F;
}
</style>