Shades of Gossip #A1D48A
Tints of Gossip #A1D48A
RGB
CMYK
RGB Variations
Color information
#A1D48A (or 0xA1D48A) is known color: Gossip. HEX triplet: A1, D4 and 8A. RGB value is (161,212,138). Sum of RGB (Red+Green+Blue) = 161+212+138=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D48A is #5E2B75. Grayscale: #BCBCBC. Windows color (decimal): -6171510 or 9098401. OLE color: 9098401.
HSL color Cylindrical-coordinate representation of color #A1D48A: hue angle of 101.35º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1D48A is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 138 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.17 |
| HSL | 101.35º | 0.46% | 0.69% | - |
| HSV(B) | 101.35º | 0.35% | 0.83% | - |
| XYZ | 42.83 | 56.5 | 32.69 | - |
| YUV | 188.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 138 | 0.24 | 0 | 0.35 | 0.17 | 101.35 | 0.46 | 0.69 |
| Hex | A1 | D4 | 8A | 18 | 0 | 23 | 11 | 65 | 2E | 45 |
| Octal | 241 | 324 | 212 | 30 | 0 | 43 | 21 | 145 | 56 | 105 |
| Binary | 10100001 | 11010100 | 10001010 | 11000 | 0 | 100011 | 10001 | 1100101 | 101110 | 1000101 |
Color Harmonies of #A1D48A
Complementary color
Monochromatic Colors of #A1D48A
Black with #A1D48A
Text Example
Text Example
White with #A1D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D48A; }
p { color: rgb(161,212,138); }
H1.HeaderClassName
{
color: #A1D48A;
}
.AnyTagClassName
{
color: #A1D48A;
}
</style>
background-color css
<style>
a { background-color: #A1D48A; }
a { background-color: rgb(161,212,138); }
div.DivClassName
{
background-color: #A1D48A;
}
.BgClassName
{
background-color: #A1D48A;
}
</style>
border-color css
<style>
span { border-color: #A1D48A; }
span { border-color: rgb(161,212,138); }
td.TdClassName
{
border-color: #A1D48A;
}
.TagClassName
{
border-color: #A1D48A;
}
</style>