Shades of Citron #8F9B0F
Tints of Citron #8F9B0F
RGB
CMYK
RGB Variations
Color information
#8F9B0F (or 0x8F9B0F) is known color: Citron. HEX triplet: 8F, 9B and 0F. RGB value is (143,155,15). Sum of RGB (Red+Green+Blue) = 143+155+15=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9B0F is #7064F0. Grayscale: #888888. Windows color (decimal): -7365873 or 1022863. OLE color: 1022863.
HSL color Cylindrical-coordinate representation of color #8F9B0F: hue angle of 65.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F9B0F is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 155 | 15 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.39 |
| HSL | 65.14º | 0.82% | 0.33% | - |
| HSV(B) | 65.14º | 0.9% | 0.61% | - |
| XYZ | 23.14 | 29.32 | 4.89 | - |
| YUV | 135.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 15 | 0.08 | 0 | 0.90 | 0.39 | 65.14 | 0.82 | 0.33 |
| Hex | 8F | 9B | F | 8 | 0 | 5A | 27 | 41 | 52 | 21 |
| Octal | 217 | 233 | 17 | 10 | 0 | 132 | 47 | 101 | 122 | 41 |
| Binary | 10001111 | 10011011 | 1111 | 1000 | 0 | 1011010 | 100111 | 1000001 | 1010010 | 100001 |
Color Harmonies of #8F9B0F
Complementary color
Monochromatic Colors of #8F9B0F
Black with #8F9B0F
Text Example
Text Example
White with #8F9B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9B0F; }
p { color: rgb(143,155,15); }
H1.HeaderClassName
{
color: #8F9B0F;
}
.AnyTagClassName
{
color: #8F9B0F;
}
</style>
background-color css
<style>
a { background-color: #8F9B0F; }
a { background-color: rgb(143,155,15); }
div.DivClassName
{
background-color: #8F9B0F;
}
.BgClassName
{
background-color: #8F9B0F;
}
</style>
border-color css
<style>
span { border-color: #8F9B0F; }
span { border-color: rgb(143,155,15); }
td.TdClassName
{
border-color: #8F9B0F;
}
.TagClassName
{
border-color: #8F9B0F;
}
</style>