Shades of Gossip #A1D07F
Tints of Gossip #A1D07F
RGB
CMYK
RGB Variations
Color information
#A1D07F (or 0xA1D07F) is known color: Gossip. HEX triplet: A1, D0 and 7F. RGB value is (161,208,127). Sum of RGB (Red+Green+Blue) = 161+208+127=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D07F is #5E2F80. Grayscale: #B8B8B8. Windows color (decimal): -6172545 or 8376481. OLE color: 8376481.
HSL color Cylindrical-coordinate representation of color #A1D07F: hue angle of 94.81º degrees, saturation: 0.46, 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 #A1D07F is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 127 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.18 |
| HSL | 94.81º | 0.46% | 0.66% | - |
| HSV(B) | 94.81º | 0.39% | 0.82% | - |
| XYZ | 41.08 | 54.22 | 28.38 | - |
| YUV | 184.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 127 | 0.23 | 0 | 0.39 | 0.18 | 94.81 | 0.46 | 0.66 |
| Hex | A1 | D0 | 7F | 17 | 0 | 27 | 12 | 5F | 2E | 42 |
| Octal | 241 | 320 | 177 | 27 | 0 | 47 | 22 | 137 | 56 | 102 |
| Binary | 10100001 | 11010000 | 1111111 | 10111 | 0 | 100111 | 10010 | 1011111 | 101110 | 1000010 |
Color Harmonies of #A1D07F
Complementary color
Monochromatic Colors of #A1D07F
Black with #A1D07F
Text Example
Text Example
White with #A1D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D07F; }
p { color: rgb(161,208,127); }
H1.HeaderClassName
{
color: #A1D07F;
}
.AnyTagClassName
{
color: #A1D07F;
}
</style>
background-color css
<style>
a { background-color: #A1D07F; }
a { background-color: rgb(161,208,127); }
div.DivClassName
{
background-color: #A1D07F;
}
.BgClassName
{
background-color: #A1D07F;
}
</style>
border-color css
<style>
span { border-color: #A1D07F; }
span { border-color: rgb(161,208,127); }
td.TdClassName
{
border-color: #A1D07F;
}
.TagClassName
{
border-color: #A1D07F;
}
</style>