Shades of Gossip #A0D68B
Tints of Gossip #A0D68B
RGB
CMYK
RGB Variations
Color information
#A0D68B (or 0xA0D68B) is known color: Gossip. HEX triplet: A0, D6 and 8B. RGB value is (160,214,139). Sum of RGB (Red+Green+Blue) = 160+214+139=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D68B is #5F2974. Grayscale: #BDBDBD. Windows color (decimal): -6236533 or 9164448. OLE color: 9164448.
HSL color Cylindrical-coordinate representation of color #A0D68B: hue angle of 103.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0D68B is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 139 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.16 |
| HSL | 103.2º | 0.48% | 0.69% | - |
| HSV(B) | 103.2º | 0.35% | 0.84% | - |
| XYZ | 43.2 | 57.43 | 33.23 | - |
| YUV | 189.3 | 99.61 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 139 | 0.25 | 0 | 0.35 | 0.16 | 103.2 | 0.48 | 0.69 |
| Hex | A0 | D6 | 8B | 19 | 0 | 23 | 10 | 67 | 30 | 45 |
| Octal | 240 | 326 | 213 | 31 | 0 | 43 | 20 | 147 | 60 | 105 |
| Binary | 10100000 | 11010110 | 10001011 | 11001 | 0 | 100011 | 10000 | 1100111 | 110000 | 1000101 |
Color Harmonies of #A0D68B
Complementary color
Monochromatic Colors of #A0D68B
Black with #A0D68B
Text Example
Text Example
White with #A0D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D68B; }
p { color: rgb(160,214,139); }
H1.HeaderClassName
{
color: #A0D68B;
}
.AnyTagClassName
{
color: #A0D68B;
}
</style>
background-color css
<style>
a { background-color: #A0D68B; }
a { background-color: rgb(160,214,139); }
div.DivClassName
{
background-color: #A0D68B;
}
.BgClassName
{
background-color: #A0D68B;
}
</style>
border-color css
<style>
span { border-color: #A0D68B; }
span { border-color: rgb(160,214,139); }
td.TdClassName
{
border-color: #A0D68B;
}
.TagClassName
{
border-color: #A0D68B;
}
</style>