Shades of Citron #8F9212
Tints of Citron #8F9212
RGB
CMYK
RGB Variations
Color information
#8F9212 (or 0x8F9212) is known color: Citron. HEX triplet: 8F, 92 and 12. RGB value is (143,146,18). Sum of RGB (Red+Green+Blue) = 143+146+18=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9212 is #706DED. Grayscale: #838383. Windows color (decimal): -7368174 or 1217167. OLE color: 1217167.
HSL color Cylindrical-coordinate representation of color #8F9212: hue angle of 61.41º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F9212 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 18 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.43 |
| HSL | 61.41º | 0.78% | 0.32% | - |
| HSV(B) | 61.41º | 0.88% | 0.57% | - |
| XYZ | 21.72 | 26.44 | 4.53 | - |
| YUV | 130.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 18 | 0.02 | 0 | 0.88 | 0.43 | 61.41 | 0.78 | 0.32 |
| Hex | 8F | 92 | 12 | 2 | 0 | 58 | 2B | 3D | 4E | 20 |
| Octal | 217 | 222 | 22 | 2 | 0 | 130 | 53 | 75 | 116 | 40 |
| Binary | 10001111 | 10010010 | 10010 | 10 | 0 | 1011000 | 101011 | 111101 | 1001110 | 100000 |
Color Harmonies of #8F9212
Complementary color
Monochromatic Colors of #8F9212
Black with #8F9212
Text Example
Text Example
White with #8F9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9212; }
p { color: rgb(143,146,18); }
H1.HeaderClassName
{
color: #8F9212;
}
.AnyTagClassName
{
color: #8F9212;
}
</style>
background-color css
<style>
a { background-color: #8F9212; }
a { background-color: rgb(143,146,18); }
div.DivClassName
{
background-color: #8F9212;
}
.BgClassName
{
background-color: #8F9212;
}
</style>
border-color css
<style>
span { border-color: #8F9212; }
span { border-color: rgb(143,146,18); }
td.TdClassName
{
border-color: #8F9212;
}
.TagClassName
{
border-color: #8F9212;
}
</style>