Shades of Citrus #8FBA0F
Tints of Citrus #8FBA0F
RGB
CMYK
RGB Variations
Color information
#8FBA0F (or 0x8FBA0F) is known color: Citrus. HEX triplet: 8F, BA and 0F. RGB value is (143,186,15). Sum of RGB (Red+Green+Blue) = 143+186+15=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA0F is #7045F0. Grayscale: #9A9A9A. Windows color (decimal): -7357937 or 1030799. OLE color: 1030799.
HSL color Cylindrical-coordinate representation of color #8FBA0F: hue angle of 75.09º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FBA0F is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 15 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.27 |
| HSL | 75.09º | 0.85% | 0.39% | - |
| HSV(B) | 75.09º | 0.92% | 0.73% | - |
| XYZ | 28.97 | 40.99 | 6.84 | - |
| YUV | 153.65 | 49.75 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 15 | 0.23 | 0 | 0.92 | 0.27 | 75.09 | 0.85 | 0.39 |
| Hex | 8F | BA | F | 17 | 0 | 5C | 1B | 4B | 55 | 27 |
| Octal | 217 | 272 | 17 | 27 | 0 | 134 | 33 | 113 | 125 | 47 |
| Binary | 10001111 | 10111010 | 1111 | 10111 | 0 | 1011100 | 11011 | 1001011 | 1010101 | 100111 |
Color Harmonies of #8FBA0F
Complementary color
Monochromatic Colors of #8FBA0F
Black with #8FBA0F
Text Example
Text Example
White with #8FBA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA0F; }
p { color: rgb(143,186,15); }
H1.HeaderClassName
{
color: #8FBA0F;
}
.AnyTagClassName
{
color: #8FBA0F;
}
</style>
background-color css
<style>
a { background-color: #8FBA0F; }
a { background-color: rgb(143,186,15); }
div.DivClassName
{
background-color: #8FBA0F;
}
.BgClassName
{
background-color: #8FBA0F;
}
</style>
border-color css
<style>
span { border-color: #8FBA0F; }
span { border-color: rgb(143,186,15); }
td.TdClassName
{
border-color: #8FBA0F;
}
.TagClassName
{
border-color: #8FBA0F;
}
</style>