Shades of Citron #8F930E
Tints of Citron #8F930E
RGB
CMYK
RGB Variations
Color information
#8F930E (or 0x8F930E) is known color: Citron. HEX triplet: 8F, 93 and 0E. RGB value is (143,147,14). Sum of RGB (Red+Green+Blue) = 143+147+14=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #8F930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F930E is #706CF1. Grayscale: #838383. Windows color (decimal): -7367922 or 955279. OLE color: 955279.
HSL color Cylindrical-coordinate representation of color #8F930E: hue angle of 61.8º degrees, saturation: 0.83, 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 #8F930E is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 14 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.42 |
| HSL | 61.8º | 0.83% | 0.32% | - |
| HSV(B) | 61.8º | 0.9% | 0.58% | - |
| XYZ | 21.84 | 26.74 | 4.43 | - |
| YUV | 130.64 | 62.17 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 14 | 0.03 | 0 | 0.90 | 0.42 | 61.8 | 0.83 | 0.32 |
| Hex | 8F | 93 | E | 3 | 0 | 5A | 2A | 3E | 53 | 20 |
| Octal | 217 | 223 | 16 | 3 | 0 | 132 | 52 | 76 | 123 | 40 |
| Binary | 10001111 | 10010011 | 1110 | 11 | 0 | 1011010 | 101010 | 111110 | 1010011 | 100000 |
Color Harmonies of #8F930E
Complementary color
Monochromatic Colors of #8F930E
Black with #8F930E
Text Example
Text Example
White with #8F930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F930E; }
p { color: rgb(143,147,14); }
H1.HeaderClassName
{
color: #8F930E;
}
.AnyTagClassName
{
color: #8F930E;
}
</style>
background-color css
<style>
a { background-color: #8F930E; }
a { background-color: rgb(143,147,14); }
div.DivClassName
{
background-color: #8F930E;
}
.BgClassName
{
background-color: #8F930E;
}
</style>
border-color css
<style>
span { border-color: #8F930E; }
span { border-color: rgb(143,147,14); }
td.TdClassName
{
border-color: #8F930E;
}
.TagClassName
{
border-color: #8F930E;
}
</style>