Shades of Citron #8F9E04
Tints of Citron #8F9E04
RGB
CMYK
RGB Variations
Color information
#8F9E04 (or 0x8F9E04) is known color: Citron. HEX triplet: 8F, 9E and 04. RGB value is (143,158,4). Sum of RGB (Red+Green+Blue) = 143+158+4=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9E04 is #7061FB. Grayscale: #888888. Windows color (decimal): -7365116 or 302735. OLE color: 302735.
HSL color Cylindrical-coordinate representation of color #8F9E04: hue angle of 65.84º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F9E04 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 158 | 4 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.38 |
| HSL | 65.84º | 0.95% | 0.32% | - |
| HSV(B) | 65.84º | 0.97% | 0.62% | - |
| XYZ | 23.58 | 30.3 | 4.72 | - |
| YUV | 135.96 | 53.53 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 4 | 0.09 | 0 | 0.97 | 0.38 | 65.84 | 0.95 | 0.32 |
| Hex | 8F | 9E | 4 | 9 | 0 | 61 | 26 | 42 | 5F | 20 |
| Octal | 217 | 236 | 4 | 11 | 0 | 141 | 46 | 102 | 137 | 40 |
| Binary | 10001111 | 10011110 | 100 | 1001 | 0 | 1100001 | 100110 | 1000010 | 1011111 | 100000 |
Color Harmonies of #8F9E04
Complementary color
Monochromatic Colors of #8F9E04
Black with #8F9E04
Text Example
Text Example
White with #8F9E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9E04; }
p { color: rgb(143,158,4); }
H1.HeaderClassName
{
color: #8F9E04;
}
.AnyTagClassName
{
color: #8F9E04;
}
</style>
background-color css
<style>
a { background-color: #8F9E04; }
a { background-color: rgb(143,158,4); }
div.DivClassName
{
background-color: #8F9E04;
}
.BgClassName
{
background-color: #8F9E04;
}
</style>
border-color css
<style>
span { border-color: #8F9E04; }
span { border-color: rgb(143,158,4); }
td.TdClassName
{
border-color: #8F9E04;
}
.TagClassName
{
border-color: #8F9E04;
}
</style>