Shades of Citron #8F9114
Tints of Citron #8F9114
RGB
CMYK
RGB Variations
Color information
#8F9114 (or 0x8F9114) is known color: Citron. HEX triplet: 8F, 91 and 14. RGB value is (143,145,20). Sum of RGB (Red+Green+Blue) = 143+145+20=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9114 is #706EEB. Grayscale: #828282. Windows color (decimal): -7368428 or 1347983. OLE color: 1347983.
HSL color Cylindrical-coordinate representation of color #8F9114: hue angle of 60.96º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F9114 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 20 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.43 |
| HSL | 60.96º | 0.76% | 0.32% | - |
| HSV(B) | 60.96º | 0.86% | 0.57% | - |
| XYZ | 21.58 | 26.14 | 4.57 | - |
| YUV | 130.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 20 | 0.01 | 0 | 0.86 | 0.43 | 60.96 | 0.76 | 0.32 |
| Hex | 8F | 91 | 14 | 1 | 0 | 56 | 2B | 3D | 4C | 20 |
| Octal | 217 | 221 | 24 | 1 | 0 | 126 | 53 | 75 | 114 | 40 |
| Binary | 10001111 | 10010001 | 10100 | 1 | 0 | 1010110 | 101011 | 111101 | 1001100 | 100000 |
Color Harmonies of #8F9114
Complementary color
Monochromatic Colors of #8F9114
Black with #8F9114
Text Example
Text Example
White with #8F9114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9114; }
p { color: rgb(143,145,20); }
H1.HeaderClassName
{
color: #8F9114;
}
.AnyTagClassName
{
color: #8F9114;
}
</style>
background-color css
<style>
a { background-color: #8F9114; }
a { background-color: rgb(143,145,20); }
div.DivClassName
{
background-color: #8F9114;
}
.BgClassName
{
background-color: #8F9114;
}
</style>
border-color css
<style>
span { border-color: #8F9114; }
span { border-color: rgb(143,145,20); }
td.TdClassName
{
border-color: #8F9114;
}
.TagClassName
{
border-color: #8F9114;
}
</style>