Shades of Citron #8F9618
Tints of Citron #8F9618
RGB
CMYK
RGB Variations
Color information
#8F9618 (or 0x8F9618) is known color: Citron. HEX triplet: 8F, 96 and 18. RGB value is (143,150,24). Sum of RGB (Red+Green+Blue) = 143+150+24=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9618 is #7069E7. Grayscale: #868686. Windows color (decimal): -7367144 or 1611407. OLE color: 1611407.
HSL color Cylindrical-coordinate representation of color #8F9618: hue angle of 63.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F9618 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 24 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.41 |
| HSL | 63.33º | 0.72% | 0.34% | - |
| HSV(B) | 63.33º | 0.84% | 0.59% | - |
| XYZ | 22.4 | 27.72 | 5.03 | - |
| YUV | 133.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 24 | 0.05 | 0 | 0.84 | 0.41 | 63.33 | 0.72 | 0.34 |
| Hex | 8F | 96 | 18 | 5 | 0 | 54 | 29 | 3F | 48 | 22 |
| Octal | 217 | 226 | 30 | 5 | 0 | 124 | 51 | 77 | 110 | 42 |
| Binary | 10001111 | 10010110 | 11000 | 101 | 0 | 1010100 | 101001 | 111111 | 1001000 | 100010 |
Color Harmonies of #8F9618
Complementary color
Monochromatic Colors of #8F9618
Black with #8F9618
Text Example
Text Example
White with #8F9618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9618; }
p { color: rgb(143,150,24); }
H1.HeaderClassName
{
color: #8F9618;
}
.AnyTagClassName
{
color: #8F9618;
}
</style>
background-color css
<style>
a { background-color: #8F9618; }
a { background-color: rgb(143,150,24); }
div.DivClassName
{
background-color: #8F9618;
}
.BgClassName
{
background-color: #8F9618;
}
</style>
border-color css
<style>
span { border-color: #8F9618; }
span { border-color: rgb(143,150,24); }
td.TdClassName
{
border-color: #8F9618;
}
.TagClassName
{
border-color: #8F9618;
}
</style>