Shades of Citron #8F960D
Tints of Citron #8F960D
RGB
CMYK
RGB Variations
Color information
#8F960D (or 0x8F960D) is known color: Citron. HEX triplet: 8F, 96 and 0D. RGB value is (143,150,13). Sum of RGB (Red+Green+Blue) = 143+150+13=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #8F960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F960D is #7069F2. Grayscale: #848484. Windows color (decimal): -7367155 or 890511. OLE color: 890511.
HSL color Cylindrical-coordinate representation of color #8F960D: hue angle of 63.07º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F960D is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 13 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.41 |
| HSL | 63.07º | 0.84% | 0.32% | - |
| HSV(B) | 63.07º | 0.91% | 0.59% | - |
| XYZ | 22.31 | 27.68 | 4.55 | - |
| YUV | 132.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 13 | 0.05 | 0 | 0.91 | 0.41 | 63.07 | 0.84 | 0.32 |
| Hex | 8F | 96 | D | 5 | 0 | 5B | 29 | 3F | 54 | 20 |
| Octal | 217 | 226 | 15 | 5 | 0 | 133 | 51 | 77 | 124 | 40 |
| Binary | 10001111 | 10010110 | 1101 | 101 | 0 | 1011011 | 101001 | 111111 | 1010100 | 100000 |
Color Harmonies of #8F960D
Complementary color
Monochromatic Colors of #8F960D
Black with #8F960D
Text Example
Text Example
White with #8F960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F960D; }
p { color: rgb(143,150,13); }
H1.HeaderClassName
{
color: #8F960D;
}
.AnyTagClassName
{
color: #8F960D;
}
</style>
background-color css
<style>
a { background-color: #8F960D; }
a { background-color: rgb(143,150,13); }
div.DivClassName
{
background-color: #8F960D;
}
.BgClassName
{
background-color: #8F960D;
}
</style>
border-color css
<style>
span { border-color: #8F960D; }
span { border-color: rgb(143,150,13); }
td.TdClassName
{
border-color: #8F960D;
}
.TagClassName
{
border-color: #8F960D;
}
</style>