Shades of Citron #8F940B
Tints of Citron #8F940B
RGB
CMYK
RGB Variations
Color information
#8F940B (or 0x8F940B) is known color: Citron. HEX triplet: 8F, 94 and 0B. RGB value is (143,148,11). Sum of RGB (Red+Green+Blue) = 143+148+11=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #8F940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F940B is #706BF4. Grayscale: #838383. Windows color (decimal): -7367669 or 758927. OLE color: 758927.
HSL color Cylindrical-coordinate representation of color #8F940B: hue angle of 62.19º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F940B is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 11 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.42 |
| HSL | 62.19º | 0.86% | 0.31% | - |
| HSV(B) | 62.19º | 0.93% | 0.58% | - |
| XYZ | 21.98 | 27.04 | 4.38 | - |
| YUV | 130.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 11 | 0.03 | 0 | 0.93 | 0.42 | 62.19 | 0.86 | 0.31 |
| Hex | 8F | 94 | B | 3 | 0 | 5D | 2A | 3E | 56 | 1F |
| Octal | 217 | 224 | 13 | 3 | 0 | 135 | 52 | 76 | 126 | 37 |
| Binary | 10001111 | 10010100 | 1011 | 11 | 0 | 1011101 | 101010 | 111110 | 1010110 | 11111 |
Color Harmonies of #8F940B
Complementary color
Monochromatic Colors of #8F940B
Black with #8F940B
Text Example
Text Example
White with #8F940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F940B; }
p { color: rgb(143,148,11); }
H1.HeaderClassName
{
color: #8F940B;
}
.AnyTagClassName
{
color: #8F940B;
}
</style>
background-color css
<style>
a { background-color: #8F940B; }
a { background-color: rgb(143,148,11); }
div.DivClassName
{
background-color: #8F940B;
}
.BgClassName
{
background-color: #8F940B;
}
</style>
border-color css
<style>
span { border-color: #8F940B; }
span { border-color: rgb(143,148,11); }
td.TdClassName
{
border-color: #8F940B;
}
.TagClassName
{
border-color: #8F940B;
}
</style>