Shades of Citron #8F9819
Tints of Citron #8F9819
RGB
CMYK
RGB Variations
Color information
#8F9819 (or 0x8F9819) is known color: Citron. HEX triplet: 8F, 98 and 19. RGB value is (143,152,25). Sum of RGB (Red+Green+Blue) = 143+152+25=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9819 is #7067E6. Grayscale: #878787. Windows color (decimal): -7366631 or 1677455. OLE color: 1677455.
HSL color Cylindrical-coordinate representation of color #8F9819: hue angle of 64.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F9819 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 25 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.40 |
| HSL | 64.25º | 0.72% | 0.35% | - |
| HSV(B) | 64.25º | 0.84% | 0.6% | - |
| XYZ | 22.73 | 28.37 | 5.2 | - |
| YUV | 134.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 25 | 0.06 | 0 | 0.84 | 0.40 | 64.25 | 0.72 | 0.35 |
| Hex | 8F | 98 | 19 | 6 | 0 | 54 | 28 | 40 | 48 | 23 |
| Octal | 217 | 230 | 31 | 6 | 0 | 124 | 50 | 100 | 110 | 43 |
| Binary | 10001111 | 10011000 | 11001 | 110 | 0 | 1010100 | 101000 | 1000000 | 1001000 | 100011 |
Color Harmonies of #8F9819
Complementary color
Monochromatic Colors of #8F9819
Black with #8F9819
Text Example
Text Example
White with #8F9819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9819; }
p { color: rgb(143,152,25); }
H1.HeaderClassName
{
color: #8F9819;
}
.AnyTagClassName
{
color: #8F9819;
}
</style>
background-color css
<style>
a { background-color: #8F9819; }
a { background-color: rgb(143,152,25); }
div.DivClassName
{
background-color: #8F9819;
}
.BgClassName
{
background-color: #8F9819;
}
</style>
border-color css
<style>
span { border-color: #8F9819; }
span { border-color: rgb(143,152,25); }
td.TdClassName
{
border-color: #8F9819;
}
.TagClassName
{
border-color: #8F9819;
}
</style>