Shades of Gossip #A2D38A
Tints of Gossip #A2D38A
RGB
CMYK
RGB Variations
Color information
#A2D38A (or 0xA2D38A) is known color: Gossip. HEX triplet: A2, D3 and 8A. RGB value is (162,211,138). Sum of RGB (Red+Green+Blue) = 162+211+138=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D38A is #5D2C75. Grayscale: #BCBCBC. Windows color (decimal): -6106230 or 9098146. OLE color: 9098146.
HSL color Cylindrical-coordinate representation of color #A2D38A: hue angle of 100.27º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2D38A is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 211 | 138 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.17 |
| HSL | 100.27º | 0.45% | 0.68% | - |
| HSV(B) | 100.27º | 0.35% | 0.83% | - |
| XYZ | 42.78 | 56.1 | 32.62 | - |
| YUV | 188.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 138 | 0.23 | 0 | 0.35 | 0.17 | 100.27 | 0.45 | 0.68 |
| Hex | A2 | D3 | 8A | 17 | 0 | 23 | 11 | 64 | 2D | 44 |
| Octal | 242 | 323 | 212 | 27 | 0 | 43 | 21 | 144 | 55 | 104 |
| Binary | 10100010 | 11010011 | 10001010 | 10111 | 0 | 100011 | 10001 | 1100100 | 101101 | 1000100 |
Color Harmonies of #A2D38A
Complementary color
Monochromatic Colors of #A2D38A
Black with #A2D38A
Text Example
Text Example
White with #A2D38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D38A; }
p { color: rgb(162,211,138); }
H1.HeaderClassName
{
color: #A2D38A;
}
.AnyTagClassName
{
color: #A2D38A;
}
</style>
background-color css
<style>
a { background-color: #A2D38A; }
a { background-color: rgb(162,211,138); }
div.DivClassName
{
background-color: #A2D38A;
}
.BgClassName
{
background-color: #A2D38A;
}
</style>
border-color css
<style>
span { border-color: #A2D38A; }
span { border-color: rgb(162,211,138); }
td.TdClassName
{
border-color: #A2D38A;
}
.TagClassName
{
border-color: #A2D38A;
}
</style>