Shades of Gossip #A2C78E
Tints of Gossip #A2C78E
RGB
CMYK
RGB Variations
Color information
#A2C78E (or 0xA2C78E) is known color: Gossip. HEX triplet: A2, C7 and 8E. RGB value is (162,199,142). Sum of RGB (Red+Green+Blue) = 162+199+142=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C78E is #5D3871. Grayscale: #B5B5B5. Windows color (decimal): -6109298 or 9357218. OLE color: 9357218.
HSL color Cylindrical-coordinate representation of color #A2C78E: hue angle of 98.95º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2C78E is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 199 | 142 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.22 |
| HSL | 98.95º | 0.34% | 0.67% | - |
| HSV(B) | 98.95º | 0.29% | 0.78% | - |
| XYZ | 40.21 | 50.48 | 33.22 | - |
| YUV | 181.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 199 | 142 | 0.19 | 0 | 0.29 | 0.22 | 98.95 | 0.34 | 0.67 |
| Hex | A2 | C7 | 8E | 13 | 0 | 1D | 16 | 63 | 22 | 43 |
| Octal | 242 | 307 | 216 | 23 | 0 | 35 | 26 | 143 | 42 | 103 |
| Binary | 10100010 | 11000111 | 10001110 | 10011 | 0 | 11101 | 10110 | 1100011 | 100010 | 1000011 |
Color Harmonies of #A2C78E
Complementary color
Monochromatic Colors of #A2C78E
Black with #A2C78E
Text Example
Text Example
White with #A2C78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C78E; }
p { color: rgb(162,199,142); }
H1.HeaderClassName
{
color: #A2C78E;
}
.AnyTagClassName
{
color: #A2C78E;
}
</style>
background-color css
<style>
a { background-color: #A2C78E; }
a { background-color: rgb(162,199,142); }
div.DivClassName
{
background-color: #A2C78E;
}
.BgClassName
{
background-color: #A2C78E;
}
</style>
border-color css
<style>
span { border-color: #A2C78E; }
span { border-color: rgb(162,199,142); }
td.TdClassName
{
border-color: #A2C78E;
}
.TagClassName
{
border-color: #A2C78E;
}
</style>