Shades of Gossip #A0C77E
Tints of Gossip #A0C77E
RGB
CMYK
RGB Variations
Color information
#A0C77E (or 0xA0C77E) is known color: Gossip. HEX triplet: A0, C7 and 7E. RGB value is (160,199,126). Sum of RGB (Red+Green+Blue) = 160+199+126=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C77E is #5F3881. Grayscale: #B3B3B3. Windows color (decimal): -6240386 or 8308640. OLE color: 8308640.
HSL color Cylindrical-coordinate representation of color #A0C77E: hue angle of 92.05º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C77E is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 126 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.22 |
| HSL | 92.05º | 0.39% | 0.64% | - |
| HSV(B) | 92.05º | 0.37% | 0.78% | - |
| XYZ | 38.69 | 49.83 | 27.32 | - |
| YUV | 179.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 126 | 0.20 | 0 | 0.37 | 0.22 | 92.05 | 0.39 | 0.64 |
| Hex | A0 | C7 | 7E | 14 | 0 | 25 | 16 | 5C | 27 | 40 |
| Octal | 240 | 307 | 176 | 24 | 0 | 45 | 26 | 134 | 47 | 100 |
| Binary | 10100000 | 11000111 | 1111110 | 10100 | 0 | 100101 | 10110 | 1011100 | 100111 | 1000000 |
Color Harmonies of #A0C77E
Complementary color
Monochromatic Colors of #A0C77E
Black with #A0C77E
Text Example
Text Example
White with #A0C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C77E; }
p { color: rgb(160,199,126); }
H1.HeaderClassName
{
color: #A0C77E;
}
.AnyTagClassName
{
color: #A0C77E;
}
</style>
background-color css
<style>
a { background-color: #A0C77E; }
a { background-color: rgb(160,199,126); }
div.DivClassName
{
background-color: #A0C77E;
}
.BgClassName
{
background-color: #A0C77E;
}
</style>
border-color css
<style>
span { border-color: #A0C77E; }
span { border-color: rgb(160,199,126); }
td.TdClassName
{
border-color: #A0C77E;
}
.TagClassName
{
border-color: #A0C77E;
}
</style>