Shades of Gossip #A0CC89
Tints of Gossip #A0CC89
RGB
CMYK
RGB Variations
Color information
#A0CC89 (or 0xA0CC89) is known color: Gossip. HEX triplet: A0, CC and 89. RGB value is (160,204,137). Sum of RGB (Red+Green+Blue) = 160+204+137=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC89 is #5F3376. Grayscale: #B7B7B7. Windows color (decimal): -6239095 or 9030816. OLE color: 9030816.
HSL color Cylindrical-coordinate representation of color #A0CC89: hue angle of 99.4º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0CC89 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 137 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.2 |
| HSL | 99.4º | 0.4% | 0.67% | - |
| HSV(B) | 99.4º | 0.33% | 0.8% | - |
| XYZ | 40.61 | 52.47 | 31.65 | - |
| YUV | 183.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 137 | 0.22 | 0 | 0.33 | 0.2 | 99.4 | 0.4 | 0.67 |
| Hex | A0 | CC | 89 | 16 | 0 | 21 | 14 | 63 | 28 | 43 |
| Octal | 240 | 314 | 211 | 26 | 0 | 41 | 24 | 143 | 50 | 103 |
| Binary | 10100000 | 11001100 | 10001001 | 10110 | 0 | 100001 | 10100 | 1100011 | 101000 | 1000011 |
Color Harmonies of #A0CC89
Complementary color
Monochromatic Colors of #A0CC89
Black with #A0CC89
Text Example
Text Example
White with #A0CC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC89; }
p { color: rgb(160,204,137); }
H1.HeaderClassName
{
color: #A0CC89;
}
.AnyTagClassName
{
color: #A0CC89;
}
</style>
background-color css
<style>
a { background-color: #A0CC89; }
a { background-color: rgb(160,204,137); }
div.DivClassName
{
background-color: #A0CC89;
}
.BgClassName
{
background-color: #A0CC89;
}
</style>
border-color css
<style>
span { border-color: #A0CC89; }
span { border-color: rgb(160,204,137); }
td.TdClassName
{
border-color: #A0CC89;
}
.TagClassName
{
border-color: #A0CC89;
}
</style>