Shades of Gossip #A0D28C
Tints of Gossip #A0D28C
RGB
CMYK
RGB Variations
Color information
#A0D28C (or 0xA0D28C) is known color: Gossip. HEX triplet: A0, D2 and 8C. RGB value is (160,210,140). Sum of RGB (Red+Green+Blue) = 160+210+140=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D28C is #5F2D73. Grayscale: #BBBBBB. Windows color (decimal): -6237556 or 9228960. OLE color: 9228960.
HSL color Cylindrical-coordinate representation of color #A0D28C: hue angle of 102.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0D28C is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 140 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.18 |
| HSL | 102.86º | 0.44% | 0.69% | - |
| HSV(B) | 102.86º | 0.33% | 0.82% | - |
| XYZ | 42.28 | 55.46 | 33.29 | - |
| YUV | 187.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 140 | 0.24 | 0 | 0.33 | 0.18 | 102.86 | 0.44 | 0.69 |
| Hex | A0 | D2 | 8C | 18 | 0 | 21 | 12 | 67 | 2C | 45 |
| Octal | 240 | 322 | 214 | 30 | 0 | 41 | 22 | 147 | 54 | 105 |
| Binary | 10100000 | 11010010 | 10001100 | 11000 | 0 | 100001 | 10010 | 1100111 | 101100 | 1000101 |
Color Harmonies of #A0D28C
Complementary color
Monochromatic Colors of #A0D28C
Black with #A0D28C
Text Example
Text Example
White with #A0D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D28C; }
p { color: rgb(160,210,140); }
H1.HeaderClassName
{
color: #A0D28C;
}
.AnyTagClassName
{
color: #A0D28C;
}
</style>
background-color css
<style>
a { background-color: #A0D28C; }
a { background-color: rgb(160,210,140); }
div.DivClassName
{
background-color: #A0D28C;
}
.BgClassName
{
background-color: #A0D28C;
}
</style>
border-color css
<style>
span { border-color: #A0D28C; }
span { border-color: rgb(160,210,140); }
td.TdClassName
{
border-color: #A0D28C;
}
.TagClassName
{
border-color: #A0D28C;
}
</style>