Shades of Citron #8F9920
Tints of Citron #8F9920
RGB
CMYK
RGB Variations
Color information
#8F9920 (or 0x8F9920) is known color: Citron. HEX triplet: 8F, 99 and 20. RGB value is (143,153,32). Sum of RGB (Red+Green+Blue) = 143+153+32=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9920 is #7066DF. Grayscale: #888888. Windows color (decimal): -7366368 or 2136463. OLE color: 2136463.
HSL color Cylindrical-coordinate representation of color #8F9920: hue angle of 64.96º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F9920 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 32 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.4 |
| HSL | 64.96º | 0.65% | 0.36% | - |
| HSV(B) | 64.96º | 0.79% | 0.6% | - |
| XYZ | 22.98 | 28.73 | 5.7 | - |
| YUV | 136.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 32 | 0.07 | 0 | 0.79 | 0.4 | 64.96 | 0.65 | 0.36 |
| Hex | 8F | 99 | 20 | 7 | 0 | 4F | 28 | 41 | 41 | 24 |
| Octal | 217 | 231 | 40 | 7 | 0 | 117 | 50 | 101 | 101 | 44 |
| Binary | 10001111 | 10011001 | 100000 | 111 | 0 | 1001111 | 101000 | 1000001 | 1000001 | 100100 |
Color Harmonies of #8F9920
Complementary color
Monochromatic Colors of #8F9920
Black with #8F9920
Text Example
Text Example
White with #8F9920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9920; }
p { color: rgb(143,153,32); }
H1.HeaderClassName
{
color: #8F9920;
}
.AnyTagClassName
{
color: #8F9920;
}
</style>
background-color css
<style>
a { background-color: #8F9920; }
a { background-color: rgb(143,153,32); }
div.DivClassName
{
background-color: #8F9920;
}
.BgClassName
{
background-color: #8F9920;
}
</style>
border-color css
<style>
span { border-color: #8F9920; }
span { border-color: rgb(143,153,32); }
td.TdClassName
{
border-color: #8F9920;
}
.TagClassName
{
border-color: #8F9920;
}
</style>