Shades of Trendy Green #8A8917
Tints of Trendy Green #8A8917
RGB
CMYK
RGB Variations
Color information
#8A8917 (or 0x8A8917) is known color: Trendy Green. HEX triplet: 8A, 89 and 17. RGB value is (138,137,23). Sum of RGB (Red+Green+Blue) = 138+137+23=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8917 is #7576E8. Grayscale: #7C7C7C. Windows color (decimal): -7698153 or 1542538. OLE color: 1542538.
HSL color Cylindrical-coordinate representation of color #8A8917: hue angle of 59.48º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A8917 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 23 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.46 |
| HSL | 59.48º | 0.71% | 0.32% | - |
| HSV(B) | 59.48º | 0.83% | 0.54% | - |
| XYZ | 19.58 | 23.36 | 4.29 | - |
| YUV | 124.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 23 | 0 | 0.01 | 0.83 | 0.46 | 59.48 | 0.71 | 0.32 |
| Hex | 8A | 89 | 17 | 0 | 1 | 53 | 2E | 3B | 47 | 20 |
| Octal | 212 | 211 | 27 | 0 | 1 | 123 | 56 | 73 | 107 | 40 |
| Binary | 10001010 | 10001001 | 10111 | 0 | 1 | 1010011 | 101110 | 111011 | 1000111 | 100000 |
Color Harmonies of #8A8917
Complementary color
Monochromatic Colors of #8A8917
Black with #8A8917
Text Example
Text Example
White with #8A8917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8917; }
p { color: rgb(138,137,23); }
H1.HeaderClassName
{
color: #8A8917;
}
.AnyTagClassName
{
color: #8A8917;
}
</style>
background-color css
<style>
a { background-color: #8A8917; }
a { background-color: rgb(138,137,23); }
div.DivClassName
{
background-color: #8A8917;
}
.BgClassName
{
background-color: #8A8917;
}
</style>
border-color css
<style>
span { border-color: #8A8917; }
span { border-color: rgb(138,137,23); }
td.TdClassName
{
border-color: #8A8917;
}
.TagClassName
{
border-color: #8A8917;
}
</style>