Shades of Citron #8F9016
Tints of Citron #8F9016
RGB
CMYK
RGB Variations
Color information
#8F9016 (or 0x8F9016) is known color: Citron. HEX triplet: 8F, 90 and 16. RGB value is (143,144,22). Sum of RGB (Red+Green+Blue) = 143+144+22=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9016 is #706FE9. Grayscale: #828282. Windows color (decimal): -7368682 or 1478799. OLE color: 1478799.
HSL color Cylindrical-coordinate representation of color #8F9016: hue angle of 60.49º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F9016 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 22 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.44 |
| HSL | 60.49º | 0.73% | 0.33% | - |
| HSV(B) | 60.49º | 0.85% | 0.56% | - |
| XYZ | 21.45 | 25.84 | 4.62 | - |
| YUV | 129.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 22 | 0.01 | 0 | 0.85 | 0.44 | 60.49 | 0.73 | 0.33 |
| Hex | 8F | 90 | 16 | 1 | 0 | 55 | 2C | 3C | 49 | 21 |
| Octal | 217 | 220 | 26 | 1 | 0 | 125 | 54 | 74 | 111 | 41 |
| Binary | 10001111 | 10010000 | 10110 | 1 | 0 | 1010101 | 101100 | 111100 | 1001001 | 100001 |
Color Harmonies of #8F9016
Complementary color
Monochromatic Colors of #8F9016
Black with #8F9016
Text Example
Text Example
White with #8F9016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9016; }
p { color: rgb(143,144,22); }
H1.HeaderClassName
{
color: #8F9016;
}
.AnyTagClassName
{
color: #8F9016;
}
</style>
background-color css
<style>
a { background-color: #8F9016; }
a { background-color: rgb(143,144,22); }
div.DivClassName
{
background-color: #8F9016;
}
.BgClassName
{
background-color: #8F9016;
}
</style>
border-color css
<style>
span { border-color: #8F9016; }
span { border-color: rgb(143,144,22); }
td.TdClassName
{
border-color: #8F9016;
}
.TagClassName
{
border-color: #8F9016;
}
</style>