Shades of Trendy Green #808E17
Tints of Trendy Green #808E17
RGB
CMYK
RGB Variations
Color information
#808E17 (or 0x808E17) is known color: Trendy Green. HEX triplet: 80, 8E and 17. RGB value is (128,142,23). Sum of RGB (Red+Green+Blue) = 128+142+23=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #808E17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808E17 is #7F71E8. Grayscale: #7C7C7C. Windows color (decimal): -8352233 or 1543808. OLE color: 1543808.
HSL color Cylindrical-coordinate representation of color #808E17: hue angle of 67.06º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #808E17 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 23 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.44 |
| HSL | 67.06º | 0.72% | 0.32% | - |
| HSV(B) | 67.06º | 0.84% | 0.56% | - |
| XYZ | 18.73 | 24 | 4.46 | - |
| YUV | 124.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 23 | 0.10 | 0 | 0.84 | 0.44 | 67.06 | 0.72 | 0.32 |
| Hex | 80 | 8E | 17 | A | 0 | 54 | 2C | 43 | 48 | 20 |
| Octal | 200 | 216 | 27 | 12 | 0 | 124 | 54 | 103 | 110 | 40 |
| Binary | 10000000 | 10001110 | 10111 | 1010 | 0 | 1010100 | 101100 | 1000011 | 1001000 | 100000 |
Color Harmonies of #808E17
Complementary color
Monochromatic Colors of #808E17
Black with #808E17
Text Example
Text Example
White with #808E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E17; }
p { color: rgb(128,142,23); }
H1.HeaderClassName
{
color: #808E17;
}
.AnyTagClassName
{
color: #808E17;
}
</style>
background-color css
<style>
a { background-color: #808E17; }
a { background-color: rgb(128,142,23); }
div.DivClassName
{
background-color: #808E17;
}
.BgClassName
{
background-color: #808E17;
}
</style>
border-color css
<style>
span { border-color: #808E17; }
span { border-color: rgb(128,142,23); }
td.TdClassName
{
border-color: #808E17;
}
.TagClassName
{
border-color: #808E17;
}
</style>