Shades of Gossip #A2CF8D
Tints of Gossip #A2CF8D
RGB
CMYK
RGB Variations
Color information
#A2CF8D (or 0xA2CF8D) is known color: Gossip. HEX triplet: A2, CF and 8D. RGB value is (162,207,141). Sum of RGB (Red+Green+Blue) = 162+207+141=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CF8D is #5D3072. Grayscale: #BABABA. Windows color (decimal): -6107251 or 9293730. OLE color: 9293730.
HSL color Cylindrical-coordinate representation of color #A2CF8D: hue angle of 100.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2CF8D is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 141 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.19 |
| HSL | 100.91º | 0.41% | 0.68% | - |
| HSV(B) | 100.91º | 0.32% | 0.81% | - |
| XYZ | 42.02 | 54.23 | 33.45 | - |
| YUV | 186.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 141 | 0.22 | 0 | 0.32 | 0.19 | 100.91 | 0.41 | 0.68 |
| Hex | A2 | CF | 8D | 16 | 0 | 20 | 13 | 65 | 29 | 44 |
| Octal | 242 | 317 | 215 | 26 | 0 | 40 | 23 | 145 | 51 | 104 |
| Binary | 10100010 | 11001111 | 10001101 | 10110 | 0 | 100000 | 10011 | 1100101 | 101001 | 1000100 |
Color Harmonies of #A2CF8D
Complementary color
Monochromatic Colors of #A2CF8D
Black with #A2CF8D
Text Example
Text Example
White with #A2CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF8D; }
p { color: rgb(162,207,141); }
H1.HeaderClassName
{
color: #A2CF8D;
}
.AnyTagClassName
{
color: #A2CF8D;
}
</style>
background-color css
<style>
a { background-color: #A2CF8D; }
a { background-color: rgb(162,207,141); }
div.DivClassName
{
background-color: #A2CF8D;
}
.BgClassName
{
background-color: #A2CF8D;
}
</style>
border-color css
<style>
span { border-color: #A2CF8D; }
span { border-color: rgb(162,207,141); }
td.TdClassName
{
border-color: #A2CF8D;
}
.TagClassName
{
border-color: #A2CF8D;
}
</style>