Shades of Citron #8D900E
Tints of Citron #8D900E
RGB
CMYK
RGB Variations
Color information
#8D900E (or 0x8D900E) is known color: Citron. HEX triplet: 8D, 90 and 0E. RGB value is (141,144,14). Sum of RGB (Red+Green+Blue) = 141+144+14=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #8D900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D900E is #726FF1. Grayscale: #808080. Windows color (decimal): -7499762 or 954509. OLE color: 954509.
HSL color Cylindrical-coordinate representation of color #8D900E: hue angle of 61.38º 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 #8D900E is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 14 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.44 |
| HSL | 61.38º | 0.82% | 0.31% | - |
| HSV(B) | 61.38º | 0.9% | 0.56% | - |
| XYZ | 21.04 | 25.64 | 4.26 | - |
| YUV | 128.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 14 | 0.02 | 0 | 0.90 | 0.44 | 61.38 | 0.82 | 0.31 |
| Hex | 8D | 90 | E | 2 | 0 | 5A | 2C | 3D | 52 | 1F |
| Octal | 215 | 220 | 16 | 2 | 0 | 132 | 54 | 75 | 122 | 37 |
| Binary | 10001101 | 10010000 | 1110 | 10 | 0 | 1011010 | 101100 | 111101 | 1010010 | 11111 |
Color Harmonies of #8D900E
Complementary color
Monochromatic Colors of #8D900E
Black with #8D900E
Text Example
Text Example
White with #8D900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D900E; }
p { color: rgb(141,144,14); }
H1.HeaderClassName
{
color: #8D900E;
}
.AnyTagClassName
{
color: #8D900E;
}
</style>
background-color css
<style>
a { background-color: #8D900E; }
a { background-color: rgb(141,144,14); }
div.DivClassName
{
background-color: #8D900E;
}
.BgClassName
{
background-color: #8D900E;
}
</style>
border-color css
<style>
span { border-color: #8D900E; }
span { border-color: rgb(141,144,14); }
td.TdClassName
{
border-color: #8D900E;
}
.TagClassName
{
border-color: #8D900E;
}
</style>