Shades of Gossip #A0CF7F
Tints of Gossip #A0CF7F
RGB
CMYK
RGB Variations
Color information
#A0CF7F (or 0xA0CF7F) is known color: Gossip. HEX triplet: A0, CF and 7F. RGB value is (160,207,127). Sum of RGB (Red+Green+Blue) = 160+207+127=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF7F is #5F3080. Grayscale: #B8B8B8. Windows color (decimal): -6238337 or 8376224. OLE color: 8376224.
HSL color Cylindrical-coordinate representation of color #A0CF7F: hue angle of 95.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0CF7F is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 127 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.19 |
| HSL | 95.25º | 0.45% | 0.65% | - |
| HSV(B) | 95.25º | 0.39% | 0.81% | - |
| XYZ | 40.64 | 53.63 | 28.29 | - |
| YUV | 183.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 127 | 0.23 | 0 | 0.39 | 0.19 | 95.25 | 0.45 | 0.65 |
| Hex | A0 | CF | 7F | 17 | 0 | 27 | 13 | 5F | 2D | 41 |
| Octal | 240 | 317 | 177 | 27 | 0 | 47 | 23 | 137 | 55 | 101 |
| Binary | 10100000 | 11001111 | 1111111 | 10111 | 0 | 100111 | 10011 | 1011111 | 101101 | 1000001 |
Color Harmonies of #A0CF7F
Complementary color
Monochromatic Colors of #A0CF7F
Black with #A0CF7F
Text Example
Text Example
White with #A0CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF7F; }
p { color: rgb(160,207,127); }
H1.HeaderClassName
{
color: #A0CF7F;
}
.AnyTagClassName
{
color: #A0CF7F;
}
</style>
background-color css
<style>
a { background-color: #A0CF7F; }
a { background-color: rgb(160,207,127); }
div.DivClassName
{
background-color: #A0CF7F;
}
.BgClassName
{
background-color: #A0CF7F;
}
</style>
border-color css
<style>
span { border-color: #A0CF7F; }
span { border-color: rgb(160,207,127); }
td.TdClassName
{
border-color: #A0CF7F;
}
.TagClassName
{
border-color: #A0CF7F;
}
</style>