Shades of Citron #8F9318
Tints of Citron #8F9318
RGB
CMYK
RGB Variations
Color information
#8F9318 (or 0x8F9318) is known color: Citron. HEX triplet: 8F, 93 and 18. RGB value is (143,147,24). Sum of RGB (Red+Green+Blue) = 143+147+24=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9318 is #706CE7. Grayscale: #848484. Windows color (decimal): -7367912 or 1610639. OLE color: 1610639.
HSL color Cylindrical-coordinate representation of color #8F9318: hue angle of 61.95º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F9318 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 24 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.42 |
| HSL | 61.95º | 0.72% | 0.34% | - |
| HSV(B) | 61.95º | 0.84% | 0.58% | - |
| XYZ | 21.93 | 26.77 | 4.88 | - |
| YUV | 131.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 24 | 0.03 | 0 | 0.84 | 0.42 | 61.95 | 0.72 | 0.34 |
| Hex | 8F | 93 | 18 | 3 | 0 | 54 | 2A | 3E | 48 | 22 |
| Octal | 217 | 223 | 30 | 3 | 0 | 124 | 52 | 76 | 110 | 42 |
| Binary | 10001111 | 10010011 | 11000 | 11 | 0 | 1010100 | 101010 | 111110 | 1001000 | 100010 |
Color Harmonies of #8F9318
Complementary color
Monochromatic Colors of #8F9318
Black with #8F9318
Text Example
Text Example
White with #8F9318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9318; }
p { color: rgb(143,147,24); }
H1.HeaderClassName
{
color: #8F9318;
}
.AnyTagClassName
{
color: #8F9318;
}
</style>
background-color css
<style>
a { background-color: #8F9318; }
a { background-color: rgb(143,147,24); }
div.DivClassName
{
background-color: #8F9318;
}
.BgClassName
{
background-color: #8F9318;
}
</style>
border-color css
<style>
span { border-color: #8F9318; }
span { border-color: rgb(143,147,24); }
td.TdClassName
{
border-color: #8F9318;
}
.TagClassName
{
border-color: #8F9318;
}
</style>