Shades of Trendy Green #838D12
Tints of Trendy Green #838D12
RGB
CMYK
RGB Variations
Color information
#838D12 (or 0x838D12) is known color: Trendy Green. HEX triplet: 83, 8D and 12. RGB value is (131,141,18). Sum of RGB (Red+Green+Blue) = 131+141+18=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #838D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838D12 is #7C72ED. Grayscale: #7C7C7C. Windows color (decimal): -8155886 or 1215875. OLE color: 1215875.
HSL color Cylindrical-coordinate representation of color #838D12: hue angle of 64.88º 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 #838D12 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 18 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.45 |
| HSL | 64.88º | 0.77% | 0.31% | - |
| HSV(B) | 64.88º | 0.87% | 0.55% | - |
| XYZ | 18.99 | 23.92 | 4.19 | - |
| YUV | 123.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 18 | 0.07 | 0 | 0.87 | 0.45 | 64.88 | 0.77 | 0.31 |
| Hex | 83 | 8D | 12 | 7 | 0 | 57 | 2D | 41 | 4D | 1F |
| Octal | 203 | 215 | 22 | 7 | 0 | 127 | 55 | 101 | 115 | 37 |
| Binary | 10000011 | 10001101 | 10010 | 111 | 0 | 1010111 | 101101 | 1000001 | 1001101 | 11111 |
Color Harmonies of #838D12
Complementary color
Monochromatic Colors of #838D12
Black with #838D12
Text Example
Text Example
White with #838D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D12; }
p { color: rgb(131,141,18); }
H1.HeaderClassName
{
color: #838D12;
}
.AnyTagClassName
{
color: #838D12;
}
</style>
background-color css
<style>
a { background-color: #838D12; }
a { background-color: rgb(131,141,18); }
div.DivClassName
{
background-color: #838D12;
}
.BgClassName
{
background-color: #838D12;
}
</style>
border-color css
<style>
span { border-color: #838D12; }
span { border-color: rgb(131,141,18); }
td.TdClassName
{
border-color: #838D12;
}
.TagClassName
{
border-color: #838D12;
}
</style>