Shades of Gossip #A5C78D
Tints of Gossip #A5C78D
RGB
CMYK
RGB Variations
Color information
#A5C78D (or 0xA5C78D) is known color: Gossip. HEX triplet: A5, C7 and 8D. RGB value is (165,199,141). Sum of RGB (Red+Green+Blue) = 165+199+141=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C78D is #5A3872. Grayscale: #B6B6B6. Windows color (decimal): -5912691 or 9291685. OLE color: 9291685.
HSL color Cylindrical-coordinate representation of color #A5C78D: hue angle of 95.17º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5C78D is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 199 | 141 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.22 |
| HSL | 95.17º | 0.34% | 0.67% | - |
| HSV(B) | 95.17º | 0.29% | 0.78% | - |
| XYZ | 40.75 | 50.77 | 32.85 | - |
| YUV | 182.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 141 | 0.17 | 0 | 0.29 | 0.22 | 95.17 | 0.34 | 0.67 |
| Hex | A5 | C7 | 8D | 11 | 0 | 1D | 16 | 5F | 22 | 43 |
| Octal | 245 | 307 | 215 | 21 | 0 | 35 | 26 | 137 | 42 | 103 |
| Binary | 10100101 | 11000111 | 10001101 | 10001 | 0 | 11101 | 10110 | 1011111 | 100010 | 1000011 |
Color Harmonies of #A5C78D
Complementary color
Monochromatic Colors of #A5C78D
Black with #A5C78D
Text Example
Text Example
White with #A5C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C78D; }
p { color: rgb(165,199,141); }
H1.HeaderClassName
{
color: #A5C78D;
}
.AnyTagClassName
{
color: #A5C78D;
}
</style>
background-color css
<style>
a { background-color: #A5C78D; }
a { background-color: rgb(165,199,141); }
div.DivClassName
{
background-color: #A5C78D;
}
.BgClassName
{
background-color: #A5C78D;
}
</style>
border-color css
<style>
span { border-color: #A5C78D; }
span { border-color: rgb(165,199,141); }
td.TdClassName
{
border-color: #A5C78D;
}
.TagClassName
{
border-color: #A5C78D;
}
</style>