Shades of Citron #8F980C
Tints of Citron #8F980C
RGB
CMYK
RGB Variations
Color information
#8F980C (or 0x8F980C) is known color: Citron. HEX triplet: 8F, 98 and 0C. RGB value is (143,152,12). Sum of RGB (Red+Green+Blue) = 143+152+12=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #8F980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F980C is #7067F3. Grayscale: #858585. Windows color (decimal): -7366644 or 825487. OLE color: 825487.
HSL color Cylindrical-coordinate representation of color #8F980C: hue angle of 63.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F980C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 12 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.40 |
| HSL | 63.86º | 0.85% | 0.32% | - |
| HSV(B) | 63.86º | 0.92% | 0.6% | - |
| XYZ | 22.62 | 28.32 | 4.62 | - |
| YUV | 133.35 | 59.52 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 12 | 0.06 | 0 | 0.92 | 0.40 | 63.86 | 0.85 | 0.32 |
| Hex | 8F | 98 | C | 6 | 0 | 5C | 28 | 40 | 55 | 20 |
| Octal | 217 | 230 | 14 | 6 | 0 | 134 | 50 | 100 | 125 | 40 |
| Binary | 10001111 | 10011000 | 1100 | 110 | 0 | 1011100 | 101000 | 1000000 | 1010101 | 100000 |
Color Harmonies of #8F980C
Complementary color
Monochromatic Colors of #8F980C
Black with #8F980C
Text Example
Text Example
White with #8F980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F980C; }
p { color: rgb(143,152,12); }
H1.HeaderClassName
{
color: #8F980C;
}
.AnyTagClassName
{
color: #8F980C;
}
</style>
background-color css
<style>
a { background-color: #8F980C; }
a { background-color: rgb(143,152,12); }
div.DivClassName
{
background-color: #8F980C;
}
.BgClassName
{
background-color: #8F980C;
}
</style>
border-color css
<style>
span { border-color: #8F980C; }
span { border-color: rgb(143,152,12); }
td.TdClassName
{
border-color: #8F980C;
}
.TagClassName
{
border-color: #8F980C;
}
</style>