Shades of Gossip #A3C78A
Tints of Gossip #A3C78A
RGB
CMYK
RGB Variations
Color information
#A3C78A (or 0xA3C78A) is known color: Gossip. HEX triplet: A3, C7 and 8A. RGB value is (163,199,138). Sum of RGB (Red+Green+Blue) = 163+199+138=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C78A is #5C3875. Grayscale: #B5B5B5. Windows color (decimal): -6043766 or 9095075. OLE color: 9095075.
HSL color Cylindrical-coordinate representation of color #A3C78A: hue angle of 95.41º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3C78A is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 199 | 138 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.22 |
| HSL | 95.41º | 0.35% | 0.66% | - |
| HSV(B) | 95.41º | 0.31% | 0.78% | - |
| XYZ | 40.12 | 50.47 | 31.67 | - |
| YUV | 181.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 138 | 0.18 | 0 | 0.31 | 0.22 | 95.41 | 0.35 | 0.66 |
| Hex | A3 | C7 | 8A | 12 | 0 | 1F | 16 | 5F | 23 | 42 |
| Octal | 243 | 307 | 212 | 22 | 0 | 37 | 26 | 137 | 43 | 102 |
| Binary | 10100011 | 11000111 | 10001010 | 10010 | 0 | 11111 | 10110 | 1011111 | 100011 | 1000010 |
Color Harmonies of #A3C78A
Complementary color
Monochromatic Colors of #A3C78A
Black with #A3C78A
Text Example
Text Example
White with #A3C78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C78A; }
p { color: rgb(163,199,138); }
H1.HeaderClassName
{
color: #A3C78A;
}
.AnyTagClassName
{
color: #A3C78A;
}
</style>
background-color css
<style>
a { background-color: #A3C78A; }
a { background-color: rgb(163,199,138); }
div.DivClassName
{
background-color: #A3C78A;
}
.BgClassName
{
background-color: #A3C78A;
}
</style>
border-color css
<style>
span { border-color: #A3C78A; }
span { border-color: rgb(163,199,138); }
td.TdClassName
{
border-color: #A3C78A;
}
.TagClassName
{
border-color: #A3C78A;
}
</style>