Shades of Citron #8F960C
Tints of Citron #8F960C
RGB
CMYK
RGB Variations
Color information
#8F960C (or 0x8F960C) is known color: Citron. HEX triplet: 8F, 96 and 0C. RGB value is (143,150,12). Sum of RGB (Red+Green+Blue) = 143+150+12=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #8F960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F960C is #7069F3. Grayscale: #848484. Windows color (decimal): -7367156 or 824975. OLE color: 824975.
HSL color Cylindrical-coordinate representation of color #8F960C: hue angle of 63.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F960C is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 12 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.41 |
| HSL | 63.04º | 0.85% | 0.32% | - |
| HSV(B) | 63.04º | 0.92% | 0.59% | - |
| XYZ | 22.3 | 27.68 | 4.52 | - |
| YUV | 132.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 12 | 0.05 | 0 | 0.92 | 0.41 | 63.04 | 0.85 | 0.32 |
| Hex | 8F | 96 | C | 5 | 0 | 5C | 29 | 3F | 55 | 20 |
| Octal | 217 | 226 | 14 | 5 | 0 | 134 | 51 | 77 | 125 | 40 |
| Binary | 10001111 | 10010110 | 1100 | 101 | 0 | 1011100 | 101001 | 111111 | 1010101 | 100000 |
Color Harmonies of #8F960C
Complementary color
Monochromatic Colors of #8F960C
Black with #8F960C
Text Example
Text Example
White with #8F960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F960C; }
p { color: rgb(143,150,12); }
H1.HeaderClassName
{
color: #8F960C;
}
.AnyTagClassName
{
color: #8F960C;
}
</style>
background-color css
<style>
a { background-color: #8F960C; }
a { background-color: rgb(143,150,12); }
div.DivClassName
{
background-color: #8F960C;
}
.BgClassName
{
background-color: #8F960C;
}
</style>
border-color css
<style>
span { border-color: #8F960C; }
span { border-color: rgb(143,150,12); }
td.TdClassName
{
border-color: #8F960C;
}
.TagClassName
{
border-color: #8F960C;
}
</style>