Shades of Gossip #A2D48A
Tints of Gossip #A2D48A
RGB
CMYK
RGB Variations
Color information
#A2D48A (or 0xA2D48A) is known color: Gossip. HEX triplet: A2, D4 and 8A. RGB value is (162,212,138). Sum of RGB (Red+Green+Blue) = 162+212+138=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D48A is #5D2B75. Grayscale: #BCBCBC. Windows color (decimal): -6105974 or 9098402. OLE color: 9098402.
HSL color Cylindrical-coordinate representation of color #A2D48A: hue angle of 100.54º 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 #A2D48A is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 138 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.17 |
| HSL | 100.54º | 0.46% | 0.69% | - |
| HSV(B) | 100.54º | 0.35% | 0.83% | - |
| XYZ | 43.03 | 56.6 | 32.7 | - |
| YUV | 188.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 138 | 0.24 | 0 | 0.35 | 0.17 | 100.54 | 0.46 | 0.69 |
| Hex | A2 | D4 | 8A | 18 | 0 | 23 | 11 | 65 | 2E | 45 |
| Octal | 242 | 324 | 212 | 30 | 0 | 43 | 21 | 145 | 56 | 105 |
| Binary | 10100010 | 11010100 | 10001010 | 11000 | 0 | 100011 | 10001 | 1100101 | 101110 | 1000101 |
Color Harmonies of #A2D48A
Complementary color
Monochromatic Colors of #A2D48A
Black with #A2D48A
Text Example
Text Example
White with #A2D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D48A; }
p { color: rgb(162,212,138); }
H1.HeaderClassName
{
color: #A2D48A;
}
.AnyTagClassName
{
color: #A2D48A;
}
</style>
background-color css
<style>
a { background-color: #A2D48A; }
a { background-color: rgb(162,212,138); }
div.DivClassName
{
background-color: #A2D48A;
}
.BgClassName
{
background-color: #A2D48A;
}
</style>
border-color css
<style>
span { border-color: #A2D48A; }
span { border-color: rgb(162,212,138); }
td.TdClassName
{
border-color: #A2D48A;
}
.TagClassName
{
border-color: #A2D48A;
}
</style>