Shades of Gossip #A1D17F
Tints of Gossip #A1D17F
RGB
CMYK
RGB Variations
Color information
#A1D17F (or 0xA1D17F) is known color: Gossip. HEX triplet: A1, D1 and 7F. RGB value is (161,209,127). Sum of RGB (Red+Green+Blue) = 161+209+127=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D17F is #5E2E80. Grayscale: #B9B9B9. Windows color (decimal): -6172289 or 8376737. OLE color: 8376737.
HSL color Cylindrical-coordinate representation of color #A1D17F: hue angle of 95.12º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1D17F is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 127 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.18 |
| HSL | 95.12º | 0.47% | 0.66% | - |
| HSV(B) | 95.12º | 0.39% | 0.82% | - |
| XYZ | 41.33 | 54.71 | 28.46 | - |
| YUV | 185.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 127 | 0.23 | 0 | 0.39 | 0.18 | 95.12 | 0.47 | 0.66 |
| Hex | A1 | D1 | 7F | 17 | 0 | 27 | 12 | 5F | 2F | 42 |
| Octal | 241 | 321 | 177 | 27 | 0 | 47 | 22 | 137 | 57 | 102 |
| Binary | 10100001 | 11010001 | 1111111 | 10111 | 0 | 100111 | 10010 | 1011111 | 101111 | 1000010 |
Color Harmonies of #A1D17F
Complementary color
Monochromatic Colors of #A1D17F
Black with #A1D17F
Text Example
Text Example
White with #A1D17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D17F; }
p { color: rgb(161,209,127); }
H1.HeaderClassName
{
color: #A1D17F;
}
.AnyTagClassName
{
color: #A1D17F;
}
</style>
background-color css
<style>
a { background-color: #A1D17F; }
a { background-color: rgb(161,209,127); }
div.DivClassName
{
background-color: #A1D17F;
}
.BgClassName
{
background-color: #A1D17F;
}
</style>
border-color css
<style>
span { border-color: #A1D17F; }
span { border-color: rgb(161,209,127); }
td.TdClassName
{
border-color: #A1D17F;
}
.TagClassName
{
border-color: #A1D17F;
}
</style>