Shades of Gossip #A3D08E
Tints of Gossip #A3D08E
RGB
CMYK
RGB Variations
Color information
#A3D08E (or 0xA3D08E) is known color: Gossip. HEX triplet: A3, D0 and 8E. RGB value is (163,208,142). Sum of RGB (Red+Green+Blue) = 163+208+142=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D08E is #5C2F71. Grayscale: #BBBBBB. Windows color (decimal): -6041458 or 9359523. OLE color: 9359523.
HSL color Cylindrical-coordinate representation of color #A3D08E: hue angle of 100.91º degrees, saturation: 0.41, 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 #A3D08E is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 208 | 142 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.18 |
| HSL | 100.91º | 0.41% | 0.69% | - |
| HSV(B) | 100.91º | 0.32% | 0.82% | - |
| XYZ | 42.54 | 54.85 | 33.94 | - |
| YUV | 187.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 142 | 0.22 | 0 | 0.32 | 0.18 | 100.91 | 0.41 | 0.69 |
| Hex | A3 | D0 | 8E | 16 | 0 | 20 | 12 | 65 | 29 | 45 |
| Octal | 243 | 320 | 216 | 26 | 0 | 40 | 22 | 145 | 51 | 105 |
| Binary | 10100011 | 11010000 | 10001110 | 10110 | 0 | 100000 | 10010 | 1100101 | 101001 | 1000101 |
Color Harmonies of #A3D08E
Complementary color
Monochromatic Colors of #A3D08E
Black with #A3D08E
Text Example
Text Example
White with #A3D08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D08E; }
p { color: rgb(163,208,142); }
H1.HeaderClassName
{
color: #A3D08E;
}
.AnyTagClassName
{
color: #A3D08E;
}
</style>
background-color css
<style>
a { background-color: #A3D08E; }
a { background-color: rgb(163,208,142); }
div.DivClassName
{
background-color: #A3D08E;
}
.BgClassName
{
background-color: #A3D08E;
}
</style>
border-color css
<style>
span { border-color: #A3D08E; }
span { border-color: rgb(163,208,142); }
td.TdClassName
{
border-color: #A3D08E;
}
.TagClassName
{
border-color: #A3D08E;
}
</style>