Shades of Gossip #A0C68E
Tints of Gossip #A0C68E
RGB
CMYK
RGB Variations
Color information
#A0C68E (or 0xA0C68E) is known color: Gossip. HEX triplet: A0, C6 and 8E. RGB value is (160,198,142). Sum of RGB (Red+Green+Blue) = 160+198+142=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C68E is #5F3971. Grayscale: #B4B4B4. Windows color (decimal): -6240626 or 9356960. OLE color: 9356960.
HSL color Cylindrical-coordinate representation of color #A0C68E: hue angle of 100.71º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C68E is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 142 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.22 |
| HSL | 100.71º | 0.33% | 0.67% | - |
| HSV(B) | 100.71º | 0.28% | 0.78% | - |
| XYZ | 39.57 | 49.81 | 33.12 | - |
| YUV | 180.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 142 | 0.19 | 0 | 0.28 | 0.22 | 100.71 | 0.33 | 0.67 |
| Hex | A0 | C6 | 8E | 13 | 0 | 1C | 16 | 65 | 21 | 43 |
| Octal | 240 | 306 | 216 | 23 | 0 | 34 | 26 | 145 | 41 | 103 |
| Binary | 10100000 | 11000110 | 10001110 | 10011 | 0 | 11100 | 10110 | 1100101 | 100001 | 1000011 |
Color Harmonies of #A0C68E
Complementary color
Monochromatic Colors of #A0C68E
Black with #A0C68E
Text Example
Text Example
White with #A0C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C68E; }
p { color: rgb(160,198,142); }
H1.HeaderClassName
{
color: #A0C68E;
}
.AnyTagClassName
{
color: #A0C68E;
}
</style>
background-color css
<style>
a { background-color: #A0C68E; }
a { background-color: rgb(160,198,142); }
div.DivClassName
{
background-color: #A0C68E;
}
.BgClassName
{
background-color: #A0C68E;
}
</style>
border-color css
<style>
span { border-color: #A0C68E; }
span { border-color: rgb(160,198,142); }
td.TdClassName
{
border-color: #A0C68E;
}
.TagClassName
{
border-color: #A0C68E;
}
</style>