Shades of Gossip #A1CC8D
Tints of Gossip #A1CC8D
RGB
CMYK
RGB Variations
Color information
#A1CC8D (or 0xA1CC8D) is known color: Gossip. HEX triplet: A1, CC and 8D. RGB value is (161,204,141). Sum of RGB (Red+Green+Blue) = 161+204+141=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC8D is #5E3372. Grayscale: #B8B8B8. Windows color (decimal): -6173555 or 9292961. OLE color: 9292961.
HSL color Cylindrical-coordinate representation of color #A1CC8D: hue angle of 100.95º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CC8D is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 141 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.2 |
| HSL | 100.95º | 0.38% | 0.68% | - |
| HSV(B) | 100.95º | 0.31% | 0.8% | - |
| XYZ | 41.1 | 52.69 | 33.2 | - |
| YUV | 183.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 141 | 0.21 | 0 | 0.31 | 0.2 | 100.95 | 0.38 | 0.68 |
| Hex | A1 | CC | 8D | 15 | 0 | 1F | 14 | 65 | 26 | 44 |
| Octal | 241 | 314 | 215 | 25 | 0 | 37 | 24 | 145 | 46 | 104 |
| Binary | 10100001 | 11001100 | 10001101 | 10101 | 0 | 11111 | 10100 | 1100101 | 100110 | 1000100 |
Color Harmonies of #A1CC8D
Complementary color
Monochromatic Colors of #A1CC8D
Black with #A1CC8D
Text Example
Text Example
White with #A1CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC8D; }
p { color: rgb(161,204,141); }
H1.HeaderClassName
{
color: #A1CC8D;
}
.AnyTagClassName
{
color: #A1CC8D;
}
</style>
background-color css
<style>
a { background-color: #A1CC8D; }
a { background-color: rgb(161,204,141); }
div.DivClassName
{
background-color: #A1CC8D;
}
.BgClassName
{
background-color: #A1CC8D;
}
</style>
border-color css
<style>
span { border-color: #A1CC8D; }
span { border-color: rgb(161,204,141); }
td.TdClassName
{
border-color: #A1CC8D;
}
.TagClassName
{
border-color: #A1CC8D;
}
</style>