Shades of Gossip #A2D090
Tints of Gossip #A2D090
RGB
CMYK
RGB Variations
Color information
#A2D090 (or 0xA2D090) is known color: Gossip. HEX triplet: A2, D0 and 90. RGB value is (162,208,144). Sum of RGB (Red+Green+Blue) = 162+208+144=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D090 is #5D2F6F. Grayscale: #BBBBBB. Windows color (decimal): -6106992 or 9490594. OLE color: 9490594.
HSL color Cylindrical-coordinate representation of color #A2D090: hue angle of 103.12º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D090 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 144 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.18 |
| HSL | 103.13º | 0.41% | 0.69% | - |
| HSV(B) | 103.13º | 0.31% | 0.82% | - |
| XYZ | 42.49 | 54.81 | 34.72 | - |
| YUV | 186.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 144 | 0.22 | 0 | 0.31 | 0.18 | 103.13 | 0.41 | 0.69 |
| Hex | A2 | D0 | 90 | 16 | 0 | 1F | 12 | 67 | 29 | 45 |
| Octal | 242 | 320 | 220 | 26 | 0 | 37 | 22 | 147 | 51 | 105 |
| Binary | 10100010 | 11010000 | 10010000 | 10110 | 0 | 11111 | 10010 | 1100111 | 101001 | 1000101 |
Color Harmonies of #A2D090
Complementary color
Monochromatic Colors of #A2D090
Black with #A2D090
Text Example
Text Example
White with #A2D090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D090; }
p { color: rgb(162,208,144); }
H1.HeaderClassName
{
color: #A2D090;
}
.AnyTagClassName
{
color: #A2D090;
}
</style>
background-color css
<style>
a { background-color: #A2D090; }
a { background-color: rgb(162,208,144); }
div.DivClassName
{
background-color: #A2D090;
}
.BgClassName
{
background-color: #A2D090;
}
</style>
border-color css
<style>
span { border-color: #A2D090; }
span { border-color: rgb(162,208,144); }
td.TdClassName
{
border-color: #A2D090;
}
.TagClassName
{
border-color: #A2D090;
}
</style>