Shades of Citron #8F9823
Tints of Citron #8F9823
RGB
CMYK
RGB Variations
Color information
#8F9823 (or 0x8F9823) is known color: Citron. HEX triplet: 8F, 98 and 23. RGB value is (143,152,35). Sum of RGB (Red+Green+Blue) = 143+152+35=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9823 is #7067DC. Grayscale: #888888. Windows color (decimal): -7366621 or 2332815. OLE color: 2332815.
HSL color Cylindrical-coordinate representation of color #8F9823: hue angle of 64.62º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F9823 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 35 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.40 |
| HSL | 64.62º | 0.63% | 0.37% | - |
| HSV(B) | 64.62º | 0.77% | 0.6% | - |
| XYZ | 22.86 | 28.42 | 5.87 | - |
| YUV | 135.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 35 | 0.06 | 0 | 0.77 | 0.40 | 64.62 | 0.63 | 0.37 |
| Hex | 8F | 98 | 23 | 6 | 0 | 4D | 28 | 41 | 3F | 25 |
| Octal | 217 | 230 | 43 | 6 | 0 | 115 | 50 | 101 | 77 | 45 |
| Binary | 10001111 | 10011000 | 100011 | 110 | 0 | 1001101 | 101000 | 1000001 | 111111 | 100101 |
Color Harmonies of #8F9823
Complementary color
Monochromatic Colors of #8F9823
Black with #8F9823
Text Example
Text Example
White with #8F9823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9823; }
p { color: rgb(143,152,35); }
H1.HeaderClassName
{
color: #8F9823;
}
.AnyTagClassName
{
color: #8F9823;
}
</style>
background-color css
<style>
a { background-color: #8F9823; }
a { background-color: rgb(143,152,35); }
div.DivClassName
{
background-color: #8F9823;
}
.BgClassName
{
background-color: #8F9823;
}
</style>
border-color css
<style>
span { border-color: #8F9823; }
span { border-color: rgb(143,152,35); }
td.TdClassName
{
border-color: #8F9823;
}
.TagClassName
{
border-color: #8F9823;
}
</style>