Shades of Citron #8F900E
Tints of Citron #8F900E
RGB
CMYK
RGB Variations
Color information
#8F900E (or 0x8F900E) is known color: Citron. HEX triplet: 8F, 90 and 0E. RGB value is (143,144,14). Sum of RGB (Red+Green+Blue) = 143+144+14=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #8F900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F900E is #706FF1. Grayscale: #818181. Windows color (decimal): -7368690 or 954511. OLE color: 954511.
HSL color Cylindrical-coordinate representation of color #8F900E: hue angle of 60.46º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F900E is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 14 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.44 |
| HSL | 60.46º | 0.82% | 0.31% | - |
| HSV(B) | 60.46º | 0.9% | 0.56% | - |
| XYZ | 21.38 | 25.82 | 4.27 | - |
| YUV | 128.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 14 | 0.01 | 0 | 0.90 | 0.44 | 60.46 | 0.82 | 0.31 |
| Hex | 8F | 90 | E | 1 | 0 | 5A | 2C | 3C | 52 | 1F |
| Octal | 217 | 220 | 16 | 1 | 0 | 132 | 54 | 74 | 122 | 37 |
| Binary | 10001111 | 10010000 | 1110 | 1 | 0 | 1011010 | 101100 | 111100 | 1010010 | 11111 |
Color Harmonies of #8F900E
Complementary color
Monochromatic Colors of #8F900E
Black with #8F900E
Text Example
Text Example
White with #8F900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F900E; }
p { color: rgb(143,144,14); }
H1.HeaderClassName
{
color: #8F900E;
}
.AnyTagClassName
{
color: #8F900E;
}
</style>
background-color css
<style>
a { background-color: #8F900E; }
a { background-color: rgb(143,144,14); }
div.DivClassName
{
background-color: #8F900E;
}
.BgClassName
{
background-color: #8F900E;
}
</style>
border-color css
<style>
span { border-color: #8F900E; }
span { border-color: rgb(143,144,14); }
td.TdClassName
{
border-color: #8F900E;
}
.TagClassName
{
border-color: #8F900E;
}
</style>