Shades of Gossip #A0D28A
Tints of Gossip #A0D28A
RGB
CMYK
RGB Variations
Color information
#A0D28A (or 0xA0D28A) is known color: Gossip. HEX triplet: A0, D2 and 8A. RGB value is (160,210,138). Sum of RGB (Red+Green+Blue) = 160+210+138=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D28A is #5F2D75. Grayscale: #BBBBBB. Windows color (decimal): -6237558 or 9097888. OLE color: 9097888.
HSL color Cylindrical-coordinate representation of color #A0D28A: hue angle of 101.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0D28A is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 138 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.18 |
| HSL | 101.67º | 0.44% | 0.68% | - |
| HSV(B) | 101.67º | 0.34% | 0.82% | - |
| XYZ | 42.13 | 55.4 | 32.52 | - |
| YUV | 186.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 138 | 0.24 | 0 | 0.34 | 0.18 | 101.67 | 0.44 | 0.68 |
| Hex | A0 | D2 | 8A | 18 | 0 | 22 | 12 | 66 | 2C | 44 |
| Octal | 240 | 322 | 212 | 30 | 0 | 42 | 22 | 146 | 54 | 104 |
| Binary | 10100000 | 11010010 | 10001010 | 11000 | 0 | 100010 | 10010 | 1100110 | 101100 | 1000100 |
Color Harmonies of #A0D28A
Complementary color
Monochromatic Colors of #A0D28A
Black with #A0D28A
Text Example
Text Example
White with #A0D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D28A; }
p { color: rgb(160,210,138); }
H1.HeaderClassName
{
color: #A0D28A;
}
.AnyTagClassName
{
color: #A0D28A;
}
</style>
background-color css
<style>
a { background-color: #A0D28A; }
a { background-color: rgb(160,210,138); }
div.DivClassName
{
background-color: #A0D28A;
}
.BgClassName
{
background-color: #A0D28A;
}
</style>
border-color css
<style>
span { border-color: #A0D28A; }
span { border-color: rgb(160,210,138); }
td.TdClassName
{
border-color: #A0D28A;
}
.TagClassName
{
border-color: #A0D28A;
}
</style>