Shades of Gossip #A1CD8C
Tints of Gossip #A1CD8C
RGB
CMYK
RGB Variations
Color information
#A1CD8C (or 0xA1CD8C) is known color: Gossip. HEX triplet: A1, CD and 8C. RGB value is (161,205,140). Sum of RGB (Red+Green+Blue) = 161+205+140=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD8C is #5E3273. Grayscale: #B8B8B8. Windows color (decimal): -6173300 or 9227681. OLE color: 9227681.
HSL color Cylindrical-coordinate representation of color #A1CD8C: hue angle of 100.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1CD8C is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 140 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.20 |
| HSL | 100.62º | 0.39% | 0.68% | - |
| HSV(B) | 100.62º | 0.32% | 0.8% | - |
| XYZ | 41.26 | 53.13 | 32.89 | - |
| YUV | 184.43 | 102.92 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 140 | 0.21 | 0 | 0.32 | 0.20 | 100.62 | 0.39 | 0.68 |
| Hex | A1 | CD | 8C | 15 | 0 | 20 | 14 | 65 | 27 | 44 |
| Octal | 241 | 315 | 214 | 25 | 0 | 40 | 24 | 145 | 47 | 104 |
| Binary | 10100001 | 11001101 | 10001100 | 10101 | 0 | 100000 | 10100 | 1100101 | 100111 | 1000100 |
Color Harmonies of #A1CD8C
Complementary color
Monochromatic Colors of #A1CD8C
Black with #A1CD8C
Text Example
Text Example
White with #A1CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD8C; }
p { color: rgb(161,205,140); }
H1.HeaderClassName
{
color: #A1CD8C;
}
.AnyTagClassName
{
color: #A1CD8C;
}
</style>
background-color css
<style>
a { background-color: #A1CD8C; }
a { background-color: rgb(161,205,140); }
div.DivClassName
{
background-color: #A1CD8C;
}
.BgClassName
{
background-color: #A1CD8C;
}
</style>
border-color css
<style>
span { border-color: #A1CD8C; }
span { border-color: rgb(161,205,140); }
td.TdClassName
{
border-color: #A1CD8C;
}
.TagClassName
{
border-color: #A1CD8C;
}
</style>