Shades of Citron #8F9020
Tints of Citron #8F9020
RGB
CMYK
RGB Variations
Color information
#8F9020 (or 0x8F9020) is known color: Citron. HEX triplet: 8F, 90 and 20. RGB value is (143,144,32). Sum of RGB (Red+Green+Blue) = 143+144+32=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9020 is #706FDF. Grayscale: #838383. Windows color (decimal): -7368672 or 2134159. OLE color: 2134159.
HSL color Cylindrical-coordinate representation of color #8F9020: hue angle of 60.54º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F9020 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 32 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.44 |
| HSL | 60.54º | 0.64% | 0.35% | - |
| HSV(B) | 60.54º | 0.78% | 0.56% | - |
| XYZ | 21.56 | 25.89 | 5.23 | - |
| YUV | 130.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 32 | 0.01 | 0 | 0.78 | 0.44 | 60.54 | 0.64 | 0.35 |
| Hex | 8F | 90 | 20 | 1 | 0 | 4E | 2C | 3D | 40 | 23 |
| Octal | 217 | 220 | 40 | 1 | 0 | 116 | 54 | 75 | 100 | 43 |
| Binary | 10001111 | 10010000 | 100000 | 1 | 0 | 1001110 | 101100 | 111101 | 1000000 | 100011 |
Color Harmonies of #8F9020
Complementary color
Monochromatic Colors of #8F9020
Black with #8F9020
Text Example
Text Example
White with #8F9020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9020; }
p { color: rgb(143,144,32); }
H1.HeaderClassName
{
color: #8F9020;
}
.AnyTagClassName
{
color: #8F9020;
}
</style>
background-color css
<style>
a { background-color: #8F9020; }
a { background-color: rgb(143,144,32); }
div.DivClassName
{
background-color: #8F9020;
}
.BgClassName
{
background-color: #8F9020;
}
</style>
border-color css
<style>
span { border-color: #8F9020; }
span { border-color: rgb(143,144,32); }
td.TdClassName
{
border-color: #8F9020;
}
.TagClassName
{
border-color: #8F9020;
}
</style>