Shades of Citron #8F9412
Tints of Citron #8F9412
RGB
CMYK
RGB Variations
Color information
#8F9412 (or 0x8F9412) is known color: Citron. HEX triplet: 8F, 94 and 12. RGB value is (143,148,18). Sum of RGB (Red+Green+Blue) = 143+148+18=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9412 is #706BED. Grayscale: #848484. Windows color (decimal): -7367662 or 1217679. OLE color: 1217679.
HSL color Cylindrical-coordinate representation of color #8F9412: hue angle of 62.31º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F9412 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 18 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.42 |
| HSL | 62.31º | 0.78% | 0.33% | - |
| HSV(B) | 62.31º | 0.88% | 0.58% | - |
| XYZ | 22.03 | 27.06 | 4.64 | - |
| YUV | 131.69 | 63.84 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 18 | 0.03 | 0 | 0.88 | 0.42 | 62.31 | 0.78 | 0.33 |
| Hex | 8F | 94 | 12 | 3 | 0 | 58 | 2A | 3E | 4E | 21 |
| Octal | 217 | 224 | 22 | 3 | 0 | 130 | 52 | 76 | 116 | 41 |
| Binary | 10001111 | 10010100 | 10010 | 11 | 0 | 1011000 | 101010 | 111110 | 1001110 | 100001 |
Color Harmonies of #8F9412
Complementary color
Monochromatic Colors of #8F9412
Black with #8F9412
Text Example
Text Example
White with #8F9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9412; }
p { color: rgb(143,148,18); }
H1.HeaderClassName
{
color: #8F9412;
}
.AnyTagClassName
{
color: #8F9412;
}
</style>
background-color css
<style>
a { background-color: #8F9412; }
a { background-color: rgb(143,148,18); }
div.DivClassName
{
background-color: #8F9412;
}
.BgClassName
{
background-color: #8F9412;
}
</style>
border-color css
<style>
span { border-color: #8F9412; }
span { border-color: rgb(143,148,18); }
td.TdClassName
{
border-color: #8F9412;
}
.TagClassName
{
border-color: #8F9412;
}
</style>