Shades of Trendy Green #848D14
Tints of Trendy Green #848D14
RGB
CMYK
RGB Variations
Color information
#848D14 (or 0x848D14) is known color: Trendy Green. HEX triplet: 84, 8D and 14. RGB value is (132,141,20). Sum of RGB (Red+Green+Blue) = 132+141+20=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #848D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D14 is #7B72EB. Grayscale: #7C7C7C. Windows color (decimal): -8090348 or 1346948. OLE color: 1346948.
HSL color Cylindrical-coordinate representation of color #848D14: hue angle of 64.46º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #848D14 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 20 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.45 |
| HSL | 64.46º | 0.75% | 0.32% | - |
| HSV(B) | 64.46º | 0.86% | 0.55% | - |
| XYZ | 19.17 | 24.01 | 4.29 | - |
| YUV | 124.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 20 | 0.06 | 0 | 0.86 | 0.45 | 64.46 | 0.75 | 0.32 |
| Hex | 84 | 8D | 14 | 6 | 0 | 56 | 2D | 40 | 4B | 20 |
| Octal | 204 | 215 | 24 | 6 | 0 | 126 | 55 | 100 | 113 | 40 |
| Binary | 10000100 | 10001101 | 10100 | 110 | 0 | 1010110 | 101101 | 1000000 | 1001011 | 100000 |
Color Harmonies of #848D14
Complementary color
Monochromatic Colors of #848D14
Black with #848D14
Text Example
Text Example
White with #848D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D14; }
p { color: rgb(132,141,20); }
H1.HeaderClassName
{
color: #848D14;
}
.AnyTagClassName
{
color: #848D14;
}
</style>
background-color css
<style>
a { background-color: #848D14; }
a { background-color: rgb(132,141,20); }
div.DivClassName
{
background-color: #848D14;
}
.BgClassName
{
background-color: #848D14;
}
</style>
border-color css
<style>
span { border-color: #848D14; }
span { border-color: rgb(132,141,20); }
td.TdClassName
{
border-color: #848D14;
}
.TagClassName
{
border-color: #848D14;
}
</style>