Shades of Trendy Green #8A841F
Tints of Trendy Green #8A841F
RGB
CMYK
RGB Variations
Color information
#8A841F (or 0x8A841F) is known color: Trendy Green. HEX triplet: 8A, 84 and 1F. RGB value is (138,132,31). Sum of RGB (Red+Green+Blue) = 138+132+31=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A841F is #757BE0. Grayscale: #7A7A7A. Windows color (decimal): -7699425 or 2065546. OLE color: 2065546.
HSL color Cylindrical-coordinate representation of color #8A841F: hue angle of 56.64º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A841F is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 31 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.46 |
| HSL | 56.64º | 0.63% | 0.33% | - |
| HSV(B) | 56.64º | 0.78% | 0.54% | - |
| XYZ | 18.98 | 22 | 4.54 | - |
| YUV | 122.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 31 | 0 | 0.04 | 0.78 | 0.46 | 56.64 | 0.63 | 0.33 |
| Hex | 8A | 84 | 1F | 0 | 4 | 4E | 2E | 39 | 3F | 21 |
| Octal | 212 | 204 | 37 | 0 | 4 | 116 | 56 | 71 | 77 | 41 |
| Binary | 10001010 | 10000100 | 11111 | 0 | 100 | 1001110 | 101110 | 111001 | 111111 | 100001 |
Color Harmonies of #8A841F
Complementary color
Monochromatic Colors of #8A841F
Black with #8A841F
Text Example
Text Example
White with #8A841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A841F; }
p { color: rgb(138,132,31); }
H1.HeaderClassName
{
color: #8A841F;
}
.AnyTagClassName
{
color: #8A841F;
}
</style>
background-color css
<style>
a { background-color: #8A841F; }
a { background-color: rgb(138,132,31); }
div.DivClassName
{
background-color: #8A841F;
}
.BgClassName
{
background-color: #8A841F;
}
</style>
border-color css
<style>
span { border-color: #8A841F; }
span { border-color: rgb(138,132,31); }
td.TdClassName
{
border-color: #8A841F;
}
.TagClassName
{
border-color: #8A841F;
}
</style>