Shades of Gossip #A0CE8A
Tints of Gossip #A0CE8A
RGB
CMYK
RGB Variations
Color information
#A0CE8A (or 0xA0CE8A) is known color: Gossip. HEX triplet: A0, CE and 8A. RGB value is (160,206,138). Sum of RGB (Red+Green+Blue) = 160+206+138=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE8A is #5F3175. Grayscale: #B8B8B8. Windows color (decimal): -6238582 or 9096864. OLE color: 9096864.
HSL color Cylindrical-coordinate representation of color #A0CE8A: hue angle of 100.59º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0CE8A is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 138 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.19 |
| HSL | 100.59º | 0.41% | 0.67% | - |
| HSV(B) | 100.59º | 0.33% | 0.81% | - |
| XYZ | 41.16 | 53.45 | 32.19 | - |
| YUV | 184.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 138 | 0.22 | 0 | 0.33 | 0.19 | 100.59 | 0.41 | 0.67 |
| Hex | A0 | CE | 8A | 16 | 0 | 21 | 13 | 65 | 29 | 43 |
| Octal | 240 | 316 | 212 | 26 | 0 | 41 | 23 | 145 | 51 | 103 |
| Binary | 10100000 | 11001110 | 10001010 | 10110 | 0 | 100001 | 10011 | 1100101 | 101001 | 1000011 |
Color Harmonies of #A0CE8A
Complementary color
Monochromatic Colors of #A0CE8A
Black with #A0CE8A
Text Example
Text Example
White with #A0CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE8A; }
p { color: rgb(160,206,138); }
H1.HeaderClassName
{
color: #A0CE8A;
}
.AnyTagClassName
{
color: #A0CE8A;
}
</style>
background-color css
<style>
a { background-color: #A0CE8A; }
a { background-color: rgb(160,206,138); }
div.DivClassName
{
background-color: #A0CE8A;
}
.BgClassName
{
background-color: #A0CE8A;
}
</style>
border-color css
<style>
span { border-color: #A0CE8A; }
span { border-color: rgb(160,206,138); }
td.TdClassName
{
border-color: #A0CE8A;
}
.TagClassName
{
border-color: #A0CE8A;
}
</style>