Shades of Gossip #A0D68A
Tints of Gossip #A0D68A
RGB
CMYK
RGB Variations
Color information
#A0D68A (or 0xA0D68A) is known color: Gossip. HEX triplet: A0, D6 and 8A. RGB value is (160,214,138). Sum of RGB (Red+Green+Blue) = 160+214+138=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D68A is #5F2975. Grayscale: #BDBDBD. Windows color (decimal): -6236534 or 9098912. OLE color: 9098912.
HSL color Cylindrical-coordinate representation of color #A0D68A: hue angle of 102.63º 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 #A0D68A is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 138 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.16 |
| HSL | 102.63º | 0.48% | 0.69% | - |
| HSV(B) | 102.63º | 0.36% | 0.84% | - |
| XYZ | 43.13 | 57.4 | 32.85 | - |
| YUV | 189.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 138 | 0.25 | 0 | 0.36 | 0.16 | 102.63 | 0.48 | 0.69 |
| Hex | A0 | D6 | 8A | 19 | 0 | 24 | 10 | 67 | 30 | 45 |
| Octal | 240 | 326 | 212 | 31 | 0 | 44 | 20 | 147 | 60 | 105 |
| Binary | 10100000 | 11010110 | 10001010 | 11001 | 0 | 100100 | 10000 | 1100111 | 110000 | 1000101 |
Color Harmonies of #A0D68A
Complementary color
Monochromatic Colors of #A0D68A
Black with #A0D68A
Text Example
Text Example
White with #A0D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D68A; }
p { color: rgb(160,214,138); }
H1.HeaderClassName
{
color: #A0D68A;
}
.AnyTagClassName
{
color: #A0D68A;
}
</style>
background-color css
<style>
a { background-color: #A0D68A; }
a { background-color: rgb(160,214,138); }
div.DivClassName
{
background-color: #A0D68A;
}
.BgClassName
{
background-color: #A0D68A;
}
</style>
border-color css
<style>
span { border-color: #A0D68A; }
span { border-color: rgb(160,214,138); }
td.TdClassName
{
border-color: #A0D68A;
}
.TagClassName
{
border-color: #A0D68A;
}
</style>