Shades of Trendy Green #8A8214
Tints of Trendy Green #8A8214
RGB
CMYK
RGB Variations
Color information
#8A8214 (or 0x8A8214) is known color: Trendy Green. HEX triplet: 8A, 82 and 14. RGB value is (138,130,20). Sum of RGB (Red+Green+Blue) = 138+130+20=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8214 is #757DEB. Grayscale: #787878. Windows color (decimal): -7699948 or 1344138. OLE color: 1344138.
HSL color Cylindrical-coordinate representation of color #8A8214: hue angle of 55.93º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A8214 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 20 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.46 |
| HSL | 55.93º | 0.75% | 0.31% | - |
| HSV(B) | 55.93º | 0.86% | 0.54% | - |
| XYZ | 18.59 | 21.42 | 3.82 | - |
| YUV | 119.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 20 | 0 | 0.06 | 0.86 | 0.46 | 55.93 | 0.75 | 0.31 |
| Hex | 8A | 82 | 14 | 0 | 6 | 56 | 2E | 38 | 4B | 1F |
| Octal | 212 | 202 | 24 | 0 | 6 | 126 | 56 | 70 | 113 | 37 |
| Binary | 10001010 | 10000010 | 10100 | 0 | 110 | 1010110 | 101110 | 111000 | 1001011 | 11111 |
Color Harmonies of #8A8214
Complementary color
Monochromatic Colors of #8A8214
Black with #8A8214
Text Example
Text Example
White with #8A8214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8214; }
p { color: rgb(138,130,20); }
H1.HeaderClassName
{
color: #8A8214;
}
.AnyTagClassName
{
color: #8A8214;
}
</style>
background-color css
<style>
a { background-color: #8A8214; }
a { background-color: rgb(138,130,20); }
div.DivClassName
{
background-color: #8A8214;
}
.BgClassName
{
background-color: #8A8214;
}
</style>
border-color css
<style>
span { border-color: #8A8214; }
span { border-color: rgb(138,130,20); }
td.TdClassName
{
border-color: #8A8214;
}
.TagClassName
{
border-color: #8A8214;
}
</style>