Shades of Gossip #A6CF8F
Tints of Gossip #A6CF8F
RGB
CMYK
RGB Variations
Color information
#A6CF8F (or 0xA6CF8F) is known color: Gossip. HEX triplet: A6, CF and 8F. RGB value is (166,207,143). Sum of RGB (Red+Green+Blue) = 166+207+143=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CF8F is #593070. Grayscale: #BBBBBB. Windows color (decimal): -5845105 or 9424806. OLE color: 9424806.
HSL color Cylindrical-coordinate representation of color #A6CF8F: hue angle of 98.44º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CF8F is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 143 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.19 |
| HSL | 98.44º | 0.4% | 0.69% | - |
| HSV(B) | 98.44º | 0.31% | 0.81% | - |
| XYZ | 43 | 54.72 | 34.28 | - |
| YUV | 187.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 143 | 0.20 | 0 | 0.31 | 0.19 | 98.44 | 0.4 | 0.69 |
| Hex | A6 | CF | 8F | 14 | 0 | 1F | 13 | 62 | 28 | 45 |
| Octal | 246 | 317 | 217 | 24 | 0 | 37 | 23 | 142 | 50 | 105 |
| Binary | 10100110 | 11001111 | 10001111 | 10100 | 0 | 11111 | 10011 | 1100010 | 101000 | 1000101 |
Color Harmonies of #A6CF8F
Complementary color
Monochromatic Colors of #A6CF8F
Black with #A6CF8F
Text Example
Text Example
White with #A6CF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF8F; }
p { color: rgb(166,207,143); }
H1.HeaderClassName
{
color: #A6CF8F;
}
.AnyTagClassName
{
color: #A6CF8F;
}
</style>
background-color css
<style>
a { background-color: #A6CF8F; }
a { background-color: rgb(166,207,143); }
div.DivClassName
{
background-color: #A6CF8F;
}
.BgClassName
{
background-color: #A6CF8F;
}
</style>
border-color css
<style>
span { border-color: #A6CF8F; }
span { border-color: rgb(166,207,143); }
td.TdClassName
{
border-color: #A6CF8F;
}
.TagClassName
{
border-color: #A6CF8F;
}
</style>