Shades of Citron #8F9B0C
Tints of Citron #8F9B0C
RGB
CMYK
RGB Variations
Color information
#8F9B0C (or 0x8F9B0C) is known color: Citron. HEX triplet: 8F, 9B and 0C. RGB value is (143,155,12). Sum of RGB (Red+Green+Blue) = 143+155+12=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9B0C is #7064F3. Grayscale: #878787. Windows color (decimal): -7365876 or 826255. OLE color: 826255.
HSL color Cylindrical-coordinate representation of color #8F9B0C: hue angle of 65.03º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F9B0C is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 155 | 12 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.39 |
| HSL | 65.03º | 0.86% | 0.33% | - |
| HSV(B) | 65.03º | 0.92% | 0.61% | - |
| XYZ | 23.12 | 29.31 | 4.79 | - |
| YUV | 135.11 | 58.52 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 12 | 0.08 | 0 | 0.92 | 0.39 | 65.03 | 0.86 | 0.33 |
| Hex | 8F | 9B | C | 8 | 0 | 5C | 27 | 41 | 56 | 21 |
| Octal | 217 | 233 | 14 | 10 | 0 | 134 | 47 | 101 | 126 | 41 |
| Binary | 10001111 | 10011011 | 1100 | 1000 | 0 | 1011100 | 100111 | 1000001 | 1010110 | 100001 |
Color Harmonies of #8F9B0C
Complementary color
Monochromatic Colors of #8F9B0C
Black with #8F9B0C
Text Example
Text Example
White with #8F9B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9B0C; }
p { color: rgb(143,155,12); }
H1.HeaderClassName
{
color: #8F9B0C;
}
.AnyTagClassName
{
color: #8F9B0C;
}
</style>
background-color css
<style>
a { background-color: #8F9B0C; }
a { background-color: rgb(143,155,12); }
div.DivClassName
{
background-color: #8F9B0C;
}
.BgClassName
{
background-color: #8F9B0C;
}
</style>
border-color css
<style>
span { border-color: #8F9B0C; }
span { border-color: rgb(143,155,12); }
td.TdClassName
{
border-color: #8F9B0C;
}
.TagClassName
{
border-color: #8F9B0C;
}
</style>