Shades of Gossip #A0CA7C
Tints of Gossip #A0CA7C
RGB
CMYK
RGB Variations
Color information
#A0CA7C (or 0xA0CA7C) is known color: Gossip. HEX triplet: A0, CA and 7C. RGB value is (160,202,124). Sum of RGB (Red+Green+Blue) = 160+202+124=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA7C is #5F3583. Grayscale: #B4B4B4. Windows color (decimal): -6239620 or 8178336. OLE color: 8178336.
HSL color Cylindrical-coordinate representation of color #A0CA7C: hue angle of 92.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0CA7C is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 124 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.21 |
| HSL | 92.31º | 0.42% | 0.64% | - |
| HSV(B) | 92.31º | 0.39% | 0.79% | - |
| XYZ | 39.26 | 51.17 | 26.88 | - |
| YUV | 180.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 124 | 0.21 | 0 | 0.39 | 0.21 | 92.31 | 0.42 | 0.64 |
| Hex | A0 | CA | 7C | 15 | 0 | 27 | 15 | 5C | 2A | 40 |
| Octal | 240 | 312 | 174 | 25 | 0 | 47 | 25 | 134 | 52 | 100 |
| Binary | 10100000 | 11001010 | 1111100 | 10101 | 0 | 100111 | 10101 | 1011100 | 101010 | 1000000 |
Color Harmonies of #A0CA7C
Complementary color
Monochromatic Colors of #A0CA7C
Black with #A0CA7C
Text Example
Text Example
White with #A0CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA7C; }
p { color: rgb(160,202,124); }
H1.HeaderClassName
{
color: #A0CA7C;
}
.AnyTagClassName
{
color: #A0CA7C;
}
</style>
background-color css
<style>
a { background-color: #A0CA7C; }
a { background-color: rgb(160,202,124); }
div.DivClassName
{
background-color: #A0CA7C;
}
.BgClassName
{
background-color: #A0CA7C;
}
</style>
border-color css
<style>
span { border-color: #A0CA7C; }
span { border-color: rgb(160,202,124); }
td.TdClassName
{
border-color: #A0CA7C;
}
.TagClassName
{
border-color: #A0CA7C;
}
</style>