Shades of Citron #8D940C
Tints of Citron #8D940C
RGB
CMYK
RGB Variations
Color information
#8D940C (or 0x8D940C) is known color: Citron. HEX triplet: 8D, 94 and 0C. RGB value is (141,148,12). Sum of RGB (Red+Green+Blue) = 141+148+12=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #8D940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D940C is #726BF3. Grayscale: #828282. Windows color (decimal): -7498740 or 824461. OLE color: 824461.
HSL color Cylindrical-coordinate representation of color #8D940C: hue angle of 63.09º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D940C is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 12 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.42 |
| HSL | 63.09º | 0.85% | 0.31% | - |
| HSV(B) | 63.09º | 0.92% | 0.58% | - |
| XYZ | 21.64 | 26.87 | 4.39 | - |
| YUV | 130.4 | 61.18 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 12 | 0.05 | 0 | 0.92 | 0.42 | 63.09 | 0.85 | 0.31 |
| Hex | 8D | 94 | C | 5 | 0 | 5C | 2A | 3F | 55 | 1F |
| Octal | 215 | 224 | 14 | 5 | 0 | 134 | 52 | 77 | 125 | 37 |
| Binary | 10001101 | 10010100 | 1100 | 101 | 0 | 1011100 | 101010 | 111111 | 1010101 | 11111 |
Color Harmonies of #8D940C
Complementary color
Monochromatic Colors of #8D940C
Black with #8D940C
Text Example
Text Example
White with #8D940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D940C; }
p { color: rgb(141,148,12); }
H1.HeaderClassName
{
color: #8D940C;
}
.AnyTagClassName
{
color: #8D940C;
}
</style>
background-color css
<style>
a { background-color: #8D940C; }
a { background-color: rgb(141,148,12); }
div.DivClassName
{
background-color: #8D940C;
}
.BgClassName
{
background-color: #8D940C;
}
</style>
border-color css
<style>
span { border-color: #8D940C; }
span { border-color: rgb(141,148,12); }
td.TdClassName
{
border-color: #8D940C;
}
.TagClassName
{
border-color: #8D940C;
}
</style>