Shades of Citron #8F9910
Tints of Citron #8F9910
RGB
CMYK
RGB Variations
Color information
#8F9910 (or 0x8F9910) is known color: Citron. HEX triplet: 8F, 99 and 10. RGB value is (143,153,16). Sum of RGB (Red+Green+Blue) = 143+153+16=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9910 is #7066EF. Grayscale: #868686. Windows color (decimal): -7366384 or 1087887. OLE color: 1087887.
HSL color Cylindrical-coordinate representation of color #8F9910: hue angle of 64.38º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F9910 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 153 | 16 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.4 |
| HSL | 64.38º | 0.81% | 0.33% | - |
| HSV(B) | 64.38º | 0.9% | 0.6% | - |
| XYZ | 22.81 | 28.66 | 4.82 | - |
| YUV | 134.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 153 | 16 | 0.07 | 0 | 0.90 | 0.4 | 64.38 | 0.81 | 0.33 |
| Hex | 8F | 99 | 10 | 7 | 0 | 5A | 28 | 40 | 51 | 21 |
| Octal | 217 | 231 | 20 | 7 | 0 | 132 | 50 | 100 | 121 | 41 |
| Binary | 10001111 | 10011001 | 10000 | 111 | 0 | 1011010 | 101000 | 1000000 | 1010001 | 100001 |
Color Harmonies of #8F9910
Complementary color
Monochromatic Colors of #8F9910
Black with #8F9910
Text Example
Text Example
White with #8F9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9910; }
p { color: rgb(143,153,16); }
H1.HeaderClassName
{
color: #8F9910;
}
.AnyTagClassName
{
color: #8F9910;
}
</style>
background-color css
<style>
a { background-color: #8F9910; }
a { background-color: rgb(143,153,16); }
div.DivClassName
{
background-color: #8F9910;
}
.BgClassName
{
background-color: #8F9910;
}
</style>
border-color css
<style>
span { border-color: #8F9910; }
span { border-color: rgb(143,153,16); }
td.TdClassName
{
border-color: #8F9910;
}
.TagClassName
{
border-color: #8F9910;
}
</style>