Shades of Citron #8C940F
Tints of Citron #8C940F
RGB
CMYK
RGB Variations
Color information
#8C940F (or 0x8C940F) is known color: Citron. HEX triplet: 8C, 94 and 0F. RGB value is (140,148,15). Sum of RGB (Red+Green+Blue) = 140+148+15=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #8C940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C940F is #736BF0. Grayscale: #828282. Windows color (decimal): -7564273 or 1021068. OLE color: 1021068.
HSL color Cylindrical-coordinate representation of color #8C940F: hue angle of 63.61º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C940F is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 15 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.42 |
| HSL | 63.61º | 0.82% | 0.32% | - |
| HSV(B) | 63.61º | 0.9% | 0.58% | - |
| XYZ | 21.49 | 26.79 | 4.49 | - |
| YUV | 130.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 15 | 0.05 | 0 | 0.90 | 0.42 | 63.61 | 0.82 | 0.32 |
| Hex | 8C | 94 | F | 5 | 0 | 5A | 2A | 40 | 52 | 20 |
| Octal | 214 | 224 | 17 | 5 | 0 | 132 | 52 | 100 | 122 | 40 |
| Binary | 10001100 | 10010100 | 1111 | 101 | 0 | 1011010 | 101010 | 1000000 | 1010010 | 100000 |
Color Harmonies of #8C940F
Complementary color
Monochromatic Colors of #8C940F
Black with #8C940F
Text Example
Text Example
White with #8C940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C940F; }
p { color: rgb(140,148,15); }
H1.HeaderClassName
{
color: #8C940F;
}
.AnyTagClassName
{
color: #8C940F;
}
</style>
background-color css
<style>
a { background-color: #8C940F; }
a { background-color: rgb(140,148,15); }
div.DivClassName
{
background-color: #8C940F;
}
.BgClassName
{
background-color: #8C940F;
}
</style>
border-color css
<style>
span { border-color: #8C940F; }
span { border-color: rgb(140,148,15); }
td.TdClassName
{
border-color: #8C940F;
}
.TagClassName
{
border-color: #8C940F;
}
</style>