Shades of Gossip #A0CB78
Tints of Gossip #A0CB78
RGB
CMYK
RGB Variations
Color information
#A0CB78 (or 0xA0CB78) is known color: Gossip. HEX triplet: A0, CB and 78. RGB value is (160,203,120). Sum of RGB (Red+Green+Blue) = 160+203+120=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB78 is #5F3487. Grayscale: #B4B4B4. Windows color (decimal): -6239368 or 7916448. OLE color: 7916448.
HSL color Cylindrical-coordinate representation of color #A0CB78: hue angle of 91.08º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0CB78 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 120 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.20 |
| HSL | 91.08º | 0.44% | 0.63% | - |
| HSV(B) | 91.08º | 0.41% | 0.8% | - |
| XYZ | 39.24 | 51.54 | 25.65 | - |
| YUV | 180.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 120 | 0.21 | 0 | 0.41 | 0.20 | 91.08 | 0.44 | 0.63 |
| Hex | A0 | CB | 78 | 15 | 0 | 29 | 14 | 5B | 2C | 3F |
| Octal | 240 | 313 | 170 | 25 | 0 | 51 | 24 | 133 | 54 | 77 |
| Binary | 10100000 | 11001011 | 1111000 | 10101 | 0 | 101001 | 10100 | 1011011 | 101100 | 111111 |
Color Harmonies of #A0CB78
Complementary color
Monochromatic Colors of #A0CB78
Black with #A0CB78
Text Example
Text Example
White with #A0CB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB78; }
p { color: rgb(160,203,120); }
H1.HeaderClassName
{
color: #A0CB78;
}
.AnyTagClassName
{
color: #A0CB78;
}
</style>
background-color css
<style>
a { background-color: #A0CB78; }
a { background-color: rgb(160,203,120); }
div.DivClassName
{
background-color: #A0CB78;
}
.BgClassName
{
background-color: #A0CB78;
}
</style>
border-color css
<style>
span { border-color: #A0CB78; }
span { border-color: rgb(160,203,120); }
td.TdClassName
{
border-color: #A0CB78;
}
.TagClassName
{
border-color: #A0CB78;
}
</style>