Shades of Gossip #A0D07E
Tints of Gossip #A0D07E
RGB
CMYK
RGB Variations
Color information
#A0D07E (or 0xA0D07E) is known color: Gossip. HEX triplet: A0, D0 and 7E. RGB value is (160,208,126). Sum of RGB (Red+Green+Blue) = 160+208+126=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D07E is #5F2F81. Grayscale: #B8B8B8. Windows color (decimal): -6238082 or 8310944. OLE color: 8310944.
HSL color Cylindrical-coordinate representation of color #A0D07E: hue angle of 95.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0D07E is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 126 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.18 |
| HSL | 95.12º | 0.47% | 0.65% | - |
| HSV(B) | 95.12º | 0.39% | 0.82% | - |
| XYZ | 40.82 | 54.09 | 28.03 | - |
| YUV | 184.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 126 | 0.23 | 0 | 0.39 | 0.18 | 95.12 | 0.47 | 0.65 |
| Hex | A0 | D0 | 7E | 17 | 0 | 27 | 12 | 5F | 2F | 41 |
| Octal | 240 | 320 | 176 | 27 | 0 | 47 | 22 | 137 | 57 | 101 |
| Binary | 10100000 | 11010000 | 1111110 | 10111 | 0 | 100111 | 10010 | 1011111 | 101111 | 1000001 |
Color Harmonies of #A0D07E
Complementary color
Monochromatic Colors of #A0D07E
Black with #A0D07E
Text Example
Text Example
White with #A0D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D07E; }
p { color: rgb(160,208,126); }
H1.HeaderClassName
{
color: #A0D07E;
}
.AnyTagClassName
{
color: #A0D07E;
}
</style>
background-color css
<style>
a { background-color: #A0D07E; }
a { background-color: rgb(160,208,126); }
div.DivClassName
{
background-color: #A0D07E;
}
.BgClassName
{
background-color: #A0D07E;
}
</style>
border-color css
<style>
span { border-color: #A0D07E; }
span { border-color: rgb(160,208,126); }
td.TdClassName
{
border-color: #A0D07E;
}
.TagClassName
{
border-color: #A0D07E;
}
</style>