Shades of Citron #8D900F
Tints of Citron #8D900F
RGB
CMYK
RGB Variations
Color information
#8D900F (or 0x8D900F) is known color: Citron. HEX triplet: 8D, 90 and 0F. RGB value is (141,144,15). Sum of RGB (Red+Green+Blue) = 141+144+15=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #8D900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D900F is #726FF0. Grayscale: #808080. Windows color (decimal): -7499761 or 1020045. OLE color: 1020045.
HSL color Cylindrical-coordinate representation of color #8D900F: hue angle of 61.4º degrees, saturation: 0.81, 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 #8D900F is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 15 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.44 |
| HSL | 61.4º | 0.81% | 0.31% | - |
| HSV(B) | 61.4º | 0.9% | 0.56% | - |
| XYZ | 21.04 | 25.64 | 4.29 | - |
| YUV | 128.4 | 64.01 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 15 | 0.02 | 0 | 0.90 | 0.44 | 61.4 | 0.81 | 0.31 |
| Hex | 8D | 90 | F | 2 | 0 | 5A | 2C | 3D | 51 | 1F |
| Octal | 215 | 220 | 17 | 2 | 0 | 132 | 54 | 75 | 121 | 37 |
| Binary | 10001101 | 10010000 | 1111 | 10 | 0 | 1011010 | 101100 | 111101 | 1010001 | 11111 |
Color Harmonies of #8D900F
Complementary color
Monochromatic Colors of #8D900F
Black with #8D900F
Text Example
Text Example
White with #8D900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D900F; }
p { color: rgb(141,144,15); }
H1.HeaderClassName
{
color: #8D900F;
}
.AnyTagClassName
{
color: #8D900F;
}
</style>
background-color css
<style>
a { background-color: #8D900F; }
a { background-color: rgb(141,144,15); }
div.DivClassName
{
background-color: #8D900F;
}
.BgClassName
{
background-color: #8D900F;
}
</style>
border-color css
<style>
span { border-color: #8D900F; }
span { border-color: rgb(141,144,15); }
td.TdClassName
{
border-color: #8D900F;
}
.TagClassName
{
border-color: #8D900F;
}
</style>