Shades of Gossip #A5D18E
Tints of Gossip #A5D18E
RGB
CMYK
RGB Variations
Color information
#A5D18E (or 0xA5D18E) is known color: Gossip. HEX triplet: A5, D1 and 8E. RGB value is (165,209,142). Sum of RGB (Red+Green+Blue) = 165+209+142=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D18E is #5A2E71. Grayscale: #BCBCBC. Windows color (decimal): -5910130 or 9359781. OLE color: 9359781.
HSL color Cylindrical-coordinate representation of color #A5D18E: hue angle of 99.4º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5D18E is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 209 | 142 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.18 |
| HSL | 99.4º | 0.42% | 0.69% | - |
| HSV(B) | 99.4º | 0.32% | 0.82% | - |
| XYZ | 43.2 | 55.55 | 34.04 | - |
| YUV | 188.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 142 | 0.21 | 0 | 0.32 | 0.18 | 99.4 | 0.42 | 0.69 |
| Hex | A5 | D1 | 8E | 15 | 0 | 20 | 12 | 63 | 2A | 45 |
| Octal | 245 | 321 | 216 | 25 | 0 | 40 | 22 | 143 | 52 | 105 |
| Binary | 10100101 | 11010001 | 10001110 | 10101 | 0 | 100000 | 10010 | 1100011 | 101010 | 1000101 |
Color Harmonies of #A5D18E
Complementary color
Monochromatic Colors of #A5D18E
Black with #A5D18E
Text Example
Text Example
White with #A5D18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D18E; }
p { color: rgb(165,209,142); }
H1.HeaderClassName
{
color: #A5D18E;
}
.AnyTagClassName
{
color: #A5D18E;
}
</style>
background-color css
<style>
a { background-color: #A5D18E; }
a { background-color: rgb(165,209,142); }
div.DivClassName
{
background-color: #A5D18E;
}
.BgClassName
{
background-color: #A5D18E;
}
</style>
border-color css
<style>
span { border-color: #A5D18E; }
span { border-color: rgb(165,209,142); }
td.TdClassName
{
border-color: #A5D18E;
}
.TagClassName
{
border-color: #A5D18E;
}
</style>