Shades of Citron #8D8F0E
Tints of Citron #8D8F0E
RGB
CMYK
RGB Variations
Color information
#8D8F0E (or 0x8D8F0E) is known color: Citron. HEX triplet: 8D, 8F and 0E. RGB value is (141,143,14). Sum of RGB (Red+Green+Blue) = 141+143+14=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 143 - color contains mainly: green. Hex color #8D8F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8F0E is #7270F1. Grayscale: #808080. Windows color (decimal): -7500018 or 954253. OLE color: 954253.
HSL color Cylindrical-coordinate representation of color #8D8F0E: hue angle of 60.93º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D8F0E is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 143 | 14 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.44 |
| HSL | 60.93º | 0.82% | 0.31% | - |
| HSV(B) | 60.93º | 0.9% | 0.56% | - |
| XYZ | 20.89 | 25.34 | 4.21 | - |
| YUV | 127.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 143 | 14 | 0.01 | 0 | 0.90 | 0.44 | 60.93 | 0.82 | 0.31 |
| Hex | 8D | 8F | E | 1 | 0 | 5A | 2C | 3D | 52 | 1F |
| Octal | 215 | 217 | 16 | 1 | 0 | 132 | 54 | 75 | 122 | 37 |
| Binary | 10001101 | 10001111 | 1110 | 1 | 0 | 1011010 | 101100 | 111101 | 1010010 | 11111 |
Color Harmonies of #8D8F0E
Complementary color
Monochromatic Colors of #8D8F0E
Black with #8D8F0E
Text Example
Text Example
White with #8D8F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8F0E; }
p { color: rgb(141,143,14); }
H1.HeaderClassName
{
color: #8D8F0E;
}
.AnyTagClassName
{
color: #8D8F0E;
}
</style>
background-color css
<style>
a { background-color: #8D8F0E; }
a { background-color: rgb(141,143,14); }
div.DivClassName
{
background-color: #8D8F0E;
}
.BgClassName
{
background-color: #8D8F0E;
}
</style>
border-color css
<style>
span { border-color: #8D8F0E; }
span { border-color: rgb(141,143,14); }
td.TdClassName
{
border-color: #8D8F0E;
}
.TagClassName
{
border-color: #8D8F0E;
}
</style>