Shades of Citron #8F901C
Tints of Citron #8F901C
RGB
CMYK
RGB Variations
Color information
#8F901C (or 0x8F901C) is known color: Citron. HEX triplet: 8F, 90 and 1C. RGB value is (143,144,28). Sum of RGB (Red+Green+Blue) = 143+144+28=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #8F901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F901C is #706FE3. Grayscale: #828282. Windows color (decimal): -7368676 or 1872015. OLE color: 1872015.
HSL color Cylindrical-coordinate representation of color #8F901C: hue angle of 60.52º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F901C is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 28 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.44 |
| HSL | 60.52º | 0.67% | 0.34% | - |
| HSV(B) | 60.52º | 0.81% | 0.56% | - |
| XYZ | 21.51 | 25.87 | 4.96 | - |
| YUV | 130.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 28 | 0.01 | 0 | 0.81 | 0.44 | 60.52 | 0.67 | 0.34 |
| Hex | 8F | 90 | 1C | 1 | 0 | 51 | 2C | 3D | 43 | 22 |
| Octal | 217 | 220 | 34 | 1 | 0 | 121 | 54 | 75 | 103 | 42 |
| Binary | 10001111 | 10010000 | 11100 | 1 | 0 | 1010001 | 101100 | 111101 | 1000011 | 100010 |
Color Harmonies of #8F901C
Complementary color
Monochromatic Colors of #8F901C
Black with #8F901C
Text Example
Text Example
White with #8F901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F901C; }
p { color: rgb(143,144,28); }
H1.HeaderClassName
{
color: #8F901C;
}
.AnyTagClassName
{
color: #8F901C;
}
</style>
background-color css
<style>
a { background-color: #8F901C; }
a { background-color: rgb(143,144,28); }
div.DivClassName
{
background-color: #8F901C;
}
.BgClassName
{
background-color: #8F901C;
}
</style>
border-color css
<style>
span { border-color: #8F901C; }
span { border-color: rgb(143,144,28); }
td.TdClassName
{
border-color: #8F901C;
}
.TagClassName
{
border-color: #8F901C;
}
</style>