Shades of Gossip #A0C77F
Tints of Gossip #A0C77F
RGB
CMYK
RGB Variations
Color information
#A0C77F (or 0xA0C77F) is known color: Gossip. HEX triplet: A0, C7 and 7F. RGB value is (160,199,127). Sum of RGB (Red+Green+Blue) = 160+199+127=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C77F is #5F3880. Grayscale: #B3B3B3. Windows color (decimal): -6240385 or 8374176. OLE color: 8374176.
HSL color Cylindrical-coordinate representation of color #A0C77F: hue angle of 92.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C77F is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 127 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.22 |
| HSL | 92.5º | 0.39% | 0.64% | - |
| HSV(B) | 92.5º | 0.36% | 0.78% | - |
| XYZ | 38.75 | 49.85 | 27.66 | - |
| YUV | 179.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 127 | 0.20 | 0 | 0.36 | 0.22 | 92.5 | 0.39 | 0.64 |
| Hex | A0 | C7 | 7F | 14 | 0 | 24 | 16 | 5C | 27 | 40 |
| Octal | 240 | 307 | 177 | 24 | 0 | 44 | 26 | 134 | 47 | 100 |
| Binary | 10100000 | 11000111 | 1111111 | 10100 | 0 | 100100 | 10110 | 1011100 | 100111 | 1000000 |
Color Harmonies of #A0C77F
Complementary color
Monochromatic Colors of #A0C77F
Black with #A0C77F
Text Example
Text Example
White with #A0C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C77F; }
p { color: rgb(160,199,127); }
H1.HeaderClassName
{
color: #A0C77F;
}
.AnyTagClassName
{
color: #A0C77F;
}
</style>
background-color css
<style>
a { background-color: #A0C77F; }
a { background-color: rgb(160,199,127); }
div.DivClassName
{
background-color: #A0C77F;
}
.BgClassName
{
background-color: #A0C77F;
}
</style>
border-color css
<style>
span { border-color: #A0C77F; }
span { border-color: rgb(160,199,127); }
td.TdClassName
{
border-color: #A0C77F;
}
.TagClassName
{
border-color: #A0C77F;
}
</style>