Shades of Gossip #A0CF7C
Tints of Gossip #A0CF7C
RGB
CMYK
RGB Variations
Color information
#A0CF7C (or 0xA0CF7C) is known color: Gossip. HEX triplet: A0, CF and 7C. RGB value is (160,207,124). Sum of RGB (Red+Green+Blue) = 160+207+124=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF7C is #5F3083. Grayscale: #B7B7B7. Windows color (decimal): -6238340 or 8179616. OLE color: 8179616.
HSL color Cylindrical-coordinate representation of color #A0CF7C: hue angle of 93.98º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0CF7C is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 124 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.19 |
| HSL | 93.98º | 0.46% | 0.65% | - |
| HSV(B) | 93.98º | 0.4% | 0.81% | - |
| XYZ | 40.45 | 53.55 | 27.27 | - |
| YUV | 183.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 124 | 0.23 | 0 | 0.40 | 0.19 | 93.98 | 0.46 | 0.65 |
| Hex | A0 | CF | 7C | 17 | 0 | 28 | 13 | 5E | 2E | 41 |
| Octal | 240 | 317 | 174 | 27 | 0 | 50 | 23 | 136 | 56 | 101 |
| Binary | 10100000 | 11001111 | 1111100 | 10111 | 0 | 101000 | 10011 | 1011110 | 101110 | 1000001 |
Color Harmonies of #A0CF7C
Complementary color
Monochromatic Colors of #A0CF7C
Black with #A0CF7C
Text Example
Text Example
White with #A0CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF7C; }
p { color: rgb(160,207,124); }
H1.HeaderClassName
{
color: #A0CF7C;
}
.AnyTagClassName
{
color: #A0CF7C;
}
</style>
background-color css
<style>
a { background-color: #A0CF7C; }
a { background-color: rgb(160,207,124); }
div.DivClassName
{
background-color: #A0CF7C;
}
.BgClassName
{
background-color: #A0CF7C;
}
</style>
border-color css
<style>
span { border-color: #A0CF7C; }
span { border-color: rgb(160,207,124); }
td.TdClassName
{
border-color: #A0CF7C;
}
.TagClassName
{
border-color: #A0CF7C;
}
</style>