Shades of Citron #8F950C
Tints of Citron #8F950C
RGB
CMYK
RGB Variations
Color information
#8F950C (or 0x8F950C) is known color: Citron. HEX triplet: 8F, 95 and 0C. RGB value is (143,149,12). Sum of RGB (Red+Green+Blue) = 143+149+12=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #8F950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F950C is #706AF3. Grayscale: #848484. Windows color (decimal): -7367412 or 824719. OLE color: 824719.
HSL color Cylindrical-coordinate representation of color #8F950C: hue angle of 62.63º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F950C is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 12 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.42 |
| HSL | 62.63º | 0.85% | 0.32% | - |
| HSV(B) | 62.63º | 0.92% | 0.58% | - |
| XYZ | 22.14 | 27.36 | 4.46 | - |
| YUV | 131.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 12 | 0.04 | 0 | 0.92 | 0.42 | 62.63 | 0.85 | 0.32 |
| Hex | 8F | 95 | C | 4 | 0 | 5C | 2A | 3F | 55 | 20 |
| Octal | 217 | 225 | 14 | 4 | 0 | 134 | 52 | 77 | 125 | 40 |
| Binary | 10001111 | 10010101 | 1100 | 100 | 0 | 1011100 | 101010 | 111111 | 1010101 | 100000 |
Color Harmonies of #8F950C
Complementary color
Monochromatic Colors of #8F950C
Black with #8F950C
Text Example
Text Example
White with #8F950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F950C; }
p { color: rgb(143,149,12); }
H1.HeaderClassName
{
color: #8F950C;
}
.AnyTagClassName
{
color: #8F950C;
}
</style>
background-color css
<style>
a { background-color: #8F950C; }
a { background-color: rgb(143,149,12); }
div.DivClassName
{
background-color: #8F950C;
}
.BgClassName
{
background-color: #8F950C;
}
</style>
border-color css
<style>
span { border-color: #8F950C; }
span { border-color: rgb(143,149,12); }
td.TdClassName
{
border-color: #8F950C;
}
.TagClassName
{
border-color: #8F950C;
}
</style>