Shades of Gossip #A1CF8E
Tints of Gossip #A1CF8E
RGB
CMYK
RGB Variations
Color information
#A1CF8E (or 0xA1CF8E) is known color: Gossip. HEX triplet: A1, CF and 8E. RGB value is (161,207,142). Sum of RGB (Red+Green+Blue) = 161+207+142=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CF8E is #5E3071. Grayscale: #BABABA. Windows color (decimal): -6172786 or 9359265. OLE color: 9359265.
HSL color Cylindrical-coordinate representation of color #A1CF8E: hue angle of 102.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CF8E is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 142 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.19 |
| HSL | 102.46º | 0.4% | 0.68% | - |
| HSV(B) | 102.46º | 0.31% | 0.81% | - |
| XYZ | 41.89 | 54.16 | 33.84 | - |
| YUV | 185.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 142 | 0.22 | 0 | 0.31 | 0.19 | 102.46 | 0.4 | 0.68 |
| Hex | A1 | CF | 8E | 16 | 0 | 1F | 13 | 66 | 28 | 44 |
| Octal | 241 | 317 | 216 | 26 | 0 | 37 | 23 | 146 | 50 | 104 |
| Binary | 10100001 | 11001111 | 10001110 | 10110 | 0 | 11111 | 10011 | 1100110 | 101000 | 1000100 |
Color Harmonies of #A1CF8E
Complementary color
Monochromatic Colors of #A1CF8E
Black with #A1CF8E
Text Example
Text Example
White with #A1CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF8E; }
p { color: rgb(161,207,142); }
H1.HeaderClassName
{
color: #A1CF8E;
}
.AnyTagClassName
{
color: #A1CF8E;
}
</style>
background-color css
<style>
a { background-color: #A1CF8E; }
a { background-color: rgb(161,207,142); }
div.DivClassName
{
background-color: #A1CF8E;
}
.BgClassName
{
background-color: #A1CF8E;
}
</style>
border-color css
<style>
span { border-color: #A1CF8E; }
span { border-color: rgb(161,207,142); }
td.TdClassName
{
border-color: #A1CF8E;
}
.TagClassName
{
border-color: #A1CF8E;
}
</style>