Shades of Gossip #A0CF86
Tints of Gossip #A0CF86
RGB
CMYK
RGB Variations
Color information
#A0CF86 (or 0xA0CF86) is known color: Gossip. HEX triplet: A0, CF and 86. RGB value is (160,207,134). Sum of RGB (Red+Green+Blue) = 160+207+134=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF86 is #5F3079. Grayscale: #B8B8B8. Windows color (decimal): -6238330 or 8834976. OLE color: 8834976.
HSL color Cylindrical-coordinate representation of color #A0CF86: hue angle of 98.63º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0CF86 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 134 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.19 |
| HSL | 98.63º | 0.43% | 0.67% | - |
| HSV(B) | 98.63º | 0.35% | 0.81% | - |
| XYZ | 41.11 | 53.82 | 30.78 | - |
| YUV | 184.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 134 | 0.23 | 0 | 0.35 | 0.19 | 98.63 | 0.43 | 0.67 |
| Hex | A0 | CF | 86 | 17 | 0 | 23 | 13 | 63 | 2B | 43 |
| Octal | 240 | 317 | 206 | 27 | 0 | 43 | 23 | 143 | 53 | 103 |
| Binary | 10100000 | 11001111 | 10000110 | 10111 | 0 | 100011 | 10011 | 1100011 | 101011 | 1000011 |
Color Harmonies of #A0CF86
Complementary color
Monochromatic Colors of #A0CF86
Black with #A0CF86
Text Example
Text Example
White with #A0CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF86; }
p { color: rgb(160,207,134); }
H1.HeaderClassName
{
color: #A0CF86;
}
.AnyTagClassName
{
color: #A0CF86;
}
</style>
background-color css
<style>
a { background-color: #A0CF86; }
a { background-color: rgb(160,207,134); }
div.DivClassName
{
background-color: #A0CF86;
}
.BgClassName
{
background-color: #A0CF86;
}
</style>
border-color css
<style>
span { border-color: #A0CF86; }
span { border-color: rgb(160,207,134); }
td.TdClassName
{
border-color: #A0CF86;
}
.TagClassName
{
border-color: #A0CF86;
}
</style>