Shades of Gossip #A0D37D
Tints of Gossip #A0D37D
RGB
CMYK
RGB Variations
Color information
#A0D37D (or 0xA0D37D) is known color: Gossip. HEX triplet: A0, D3 and 7D. RGB value is (160,211,125). Sum of RGB (Red+Green+Blue) = 160+211+125=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D37D is #5F2C82. Grayscale: #BABABA. Windows color (decimal): -6237315 or 8246176. OLE color: 8246176.
HSL color Cylindrical-coordinate representation of color #A0D37D: hue angle of 95.58º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0D37D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 125 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.17 |
| HSL | 95.58º | 0.49% | 0.66% | - |
| HSV(B) | 95.58º | 0.41% | 0.83% | - |
| XYZ | 41.49 | 55.54 | 27.94 | - |
| YUV | 185.95 | 93.6 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 125 | 0.24 | 0 | 0.41 | 0.17 | 95.58 | 0.49 | 0.66 |
| Hex | A0 | D3 | 7D | 18 | 0 | 29 | 11 | 60 | 31 | 42 |
| Octal | 240 | 323 | 175 | 30 | 0 | 51 | 21 | 140 | 61 | 102 |
| Binary | 10100000 | 11010011 | 1111101 | 11000 | 0 | 101001 | 10001 | 1100000 | 110001 | 1000010 |
Color Harmonies of #A0D37D
Complementary color
Monochromatic Colors of #A0D37D
Black with #A0D37D
Text Example
Text Example
White with #A0D37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D37D; }
p { color: rgb(160,211,125); }
H1.HeaderClassName
{
color: #A0D37D;
}
.AnyTagClassName
{
color: #A0D37D;
}
</style>
background-color css
<style>
a { background-color: #A0D37D; }
a { background-color: rgb(160,211,125); }
div.DivClassName
{
background-color: #A0D37D;
}
.BgClassName
{
background-color: #A0D37D;
}
</style>
border-color css
<style>
span { border-color: #A0D37D; }
span { border-color: rgb(160,211,125); }
td.TdClassName
{
border-color: #A0D37D;
}
.TagClassName
{
border-color: #A0D37D;
}
</style>