Shades of Gossip #A2D68A
Tints of Gossip #A2D68A
RGB
CMYK
RGB Variations
Color information
#A2D68A (or 0xA2D68A) is known color: Gossip. HEX triplet: A2, D6 and 8A. RGB value is (162,214,138). Sum of RGB (Red+Green+Blue) = 162+214+138=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D68A is #5D2975. Grayscale: #BEBEBE. Windows color (decimal): -6105462 or 9098914. OLE color: 9098914.
HSL color Cylindrical-coordinate representation of color #A2D68A: hue angle of 101.05º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2D68A is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 138 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.16 |
| HSL | 101.05º | 0.48% | 0.69% | - |
| HSV(B) | 101.05º | 0.36% | 0.84% | - |
| XYZ | 43.53 | 57.61 | 32.87 | - |
| YUV | 189.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 138 | 0.24 | 0 | 0.36 | 0.16 | 101.05 | 0.48 | 0.69 |
| Hex | A2 | D6 | 8A | 18 | 0 | 24 | 10 | 65 | 30 | 45 |
| Octal | 242 | 326 | 212 | 30 | 0 | 44 | 20 | 145 | 60 | 105 |
| Binary | 10100010 | 11010110 | 10001010 | 11000 | 0 | 100100 | 10000 | 1100101 | 110000 | 1000101 |
Color Harmonies of #A2D68A
Complementary color
Monochromatic Colors of #A2D68A
Black with #A2D68A
Text Example
Text Example
White with #A2D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D68A; }
p { color: rgb(162,214,138); }
H1.HeaderClassName
{
color: #A2D68A;
}
.AnyTagClassName
{
color: #A2D68A;
}
</style>
background-color css
<style>
a { background-color: #A2D68A; }
a { background-color: rgb(162,214,138); }
div.DivClassName
{
background-color: #A2D68A;
}
.BgClassName
{
background-color: #A2D68A;
}
</style>
border-color css
<style>
span { border-color: #A2D68A; }
span { border-color: rgb(162,214,138); }
td.TdClassName
{
border-color: #A2D68A;
}
.TagClassName
{
border-color: #A2D68A;
}
</style>