Shades of Trendy Green #808D12
Tints of Trendy Green #808D12
RGB
CMYK
RGB Variations
Color information
#808D12 (or 0x808D12) is known color: Trendy Green. HEX triplet: 80, 8D and 12. RGB value is (128,141,18). Sum of RGB (Red+Green+Blue) = 128+141+18=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #808D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808D12 is #7F72ED. Grayscale: #7B7B7B. Windows color (decimal): -8352494 or 1215872. OLE color: 1215872.
HSL color Cylindrical-coordinate representation of color #808D12: hue angle of 66.34º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #808D12 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 18 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.45 |
| HSL | 66.34º | 0.77% | 0.31% | - |
| HSV(B) | 66.34º | 0.87% | 0.55% | - |
| XYZ | 18.54 | 23.68 | 4.17 | - |
| YUV | 123.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 18 | 0.09 | 0 | 0.87 | 0.45 | 66.34 | 0.77 | 0.31 |
| Hex | 80 | 8D | 12 | 9 | 0 | 57 | 2D | 42 | 4D | 1F |
| Octal | 200 | 215 | 22 | 11 | 0 | 127 | 55 | 102 | 115 | 37 |
| Binary | 10000000 | 10001101 | 10010 | 1001 | 0 | 1010111 | 101101 | 1000010 | 1001101 | 11111 |
Color Harmonies of #808D12
Complementary color
Monochromatic Colors of #808D12
Black with #808D12
Text Example
Text Example
White with #808D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D12; }
p { color: rgb(128,141,18); }
H1.HeaderClassName
{
color: #808D12;
}
.AnyTagClassName
{
color: #808D12;
}
</style>
background-color css
<style>
a { background-color: #808D12; }
a { background-color: rgb(128,141,18); }
div.DivClassName
{
background-color: #808D12;
}
.BgClassName
{
background-color: #808D12;
}
</style>
border-color css
<style>
span { border-color: #808D12; }
span { border-color: rgb(128,141,18); }
td.TdClassName
{
border-color: #808D12;
}
.TagClassName
{
border-color: #808D12;
}
</style>