Shades of Citron #8F940C
Tints of Citron #8F940C
RGB
CMYK
RGB Variations
Color information
#8F940C (or 0x8F940C) is known color: Citron. HEX triplet: 8F, 94 and 0C. RGB value is (143,148,12). Sum of RGB (Red+Green+Blue) = 143+148+12=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #8F940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F940C is #706BF3. Grayscale: #838383. Windows color (decimal): -7367668 or 824463. OLE color: 824463.
HSL color Cylindrical-coordinate representation of color #8F940C: hue angle of 62.21º 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 #8F940C is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 12 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.42 |
| HSL | 62.21º | 0.85% | 0.31% | - |
| HSV(B) | 62.21º | 0.92% | 0.58% | - |
| XYZ | 21.98 | 27.05 | 4.41 | - |
| YUV | 131 | 60.84 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 12 | 0.03 | 0 | 0.92 | 0.42 | 62.21 | 0.85 | 0.31 |
| Hex | 8F | 94 | C | 3 | 0 | 5C | 2A | 3E | 55 | 1F |
| Octal | 217 | 224 | 14 | 3 | 0 | 134 | 52 | 76 | 125 | 37 |
| Binary | 10001111 | 10010100 | 1100 | 11 | 0 | 1011100 | 101010 | 111110 | 1010101 | 11111 |
Color Harmonies of #8F940C
Complementary color
Monochromatic Colors of #8F940C
Black with #8F940C
Text Example
Text Example
White with #8F940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F940C; }
p { color: rgb(143,148,12); }
H1.HeaderClassName
{
color: #8F940C;
}
.AnyTagClassName
{
color: #8F940C;
}
</style>
background-color css
<style>
a { background-color: #8F940C; }
a { background-color: rgb(143,148,12); }
div.DivClassName
{
background-color: #8F940C;
}
.BgClassName
{
background-color: #8F940C;
}
</style>
border-color css
<style>
span { border-color: #8F940C; }
span { border-color: rgb(143,148,12); }
td.TdClassName
{
border-color: #8F940C;
}
.TagClassName
{
border-color: #8F940C;
}
</style>