Shades of Citron #8F942B
Tints of Citron #8F942B
RGB
CMYK
RGB Variations
Color information
#8F942B (or 0x8F942B) is known color: Citron. HEX triplet: 8F, 94 and 2B. RGB value is (143,148,43). Sum of RGB (Red+Green+Blue) = 143+148+43=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #8F942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F942B is #706BD4. Grayscale: #868686. Windows color (decimal): -7367637 or 2856079. OLE color: 2856079.
HSL color Cylindrical-coordinate representation of color #8F942B: hue angle of 62.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F942B is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 43 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.42 |
| HSL | 62.86º | 0.55% | 0.37% | - |
| HSV(B) | 62.86º | 0.71% | 0.58% | - |
| XYZ | 22.35 | 27.19 | 6.36 | - |
| YUV | 134.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 43 | 0.03 | 0 | 0.71 | 0.42 | 62.86 | 0.55 | 0.37 |
| Hex | 8F | 94 | 2B | 3 | 0 | 47 | 2A | 3F | 37 | 25 |
| Octal | 217 | 224 | 53 | 3 | 0 | 107 | 52 | 77 | 67 | 45 |
| Binary | 10001111 | 10010100 | 101011 | 11 | 0 | 1000111 | 101010 | 111111 | 110111 | 100101 |
Color Harmonies of #8F942B
Complementary color
Monochromatic Colors of #8F942B
Black with #8F942B
Text Example
Text Example
White with #8F942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F942B; }
p { color: rgb(143,148,43); }
H1.HeaderClassName
{
color: #8F942B;
}
.AnyTagClassName
{
color: #8F942B;
}
</style>
background-color css
<style>
a { background-color: #8F942B; }
a { background-color: rgb(143,148,43); }
div.DivClassName
{
background-color: #8F942B;
}
.BgClassName
{
background-color: #8F942B;
}
</style>
border-color css
<style>
span { border-color: #8F942B; }
span { border-color: rgb(143,148,43); }
td.TdClassName
{
border-color: #8F942B;
}
.TagClassName
{
border-color: #8F942B;
}
</style>