Shades of Citron #8F940E
Tints of Citron #8F940E
RGB
CMYK
RGB Variations
Color information
#8F940E (or 0x8F940E) is known color: Citron. HEX triplet: 8F, 94 and 0E. RGB value is (143,148,14). Sum of RGB (Red+Green+Blue) = 143+148+14=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #8F940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F940E is #706BF1. Grayscale: #838383. Windows color (decimal): -7367666 or 955535. OLE color: 955535.
HSL color Cylindrical-coordinate representation of color #8F940E: hue angle of 62.24º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F940E is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 14 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.42 |
| HSL | 62.24º | 0.83% | 0.32% | - |
| HSV(B) | 62.24º | 0.91% | 0.58% | - |
| XYZ | 22 | 27.05 | 4.48 | - |
| YUV | 131.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 14 | 0.03 | 0 | 0.91 | 0.42 | 62.24 | 0.83 | 0.32 |
| Hex | 8F | 94 | E | 3 | 0 | 5B | 2A | 3E | 53 | 20 |
| Octal | 217 | 224 | 16 | 3 | 0 | 133 | 52 | 76 | 123 | 40 |
| Binary | 10001111 | 10010100 | 1110 | 11 | 0 | 1011011 | 101010 | 111110 | 1010011 | 100000 |
Color Harmonies of #8F940E
Complementary color
Monochromatic Colors of #8F940E
Black with #8F940E
Text Example
Text Example
White with #8F940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F940E; }
p { color: rgb(143,148,14); }
H1.HeaderClassName
{
color: #8F940E;
}
.AnyTagClassName
{
color: #8F940E;
}
</style>
background-color css
<style>
a { background-color: #8F940E; }
a { background-color: rgb(143,148,14); }
div.DivClassName
{
background-color: #8F940E;
}
.BgClassName
{
background-color: #8F940E;
}
</style>
border-color css
<style>
span { border-color: #8F940E; }
span { border-color: rgb(143,148,14); }
td.TdClassName
{
border-color: #8F940E;
}
.TagClassName
{
border-color: #8F940E;
}
</style>