Shades of Citrus #8FBA0A
Tints of Citrus #8FBA0A
RGB
CMYK
RGB Variations
Color information
#8FBA0A (or 0x8FBA0A) is known color: Citrus. HEX triplet: 8F, BA and 0A. RGB value is (143,186,10). Sum of RGB (Red+Green+Blue) = 143+186+10=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA0A is #7045F5. Grayscale: #999999. Windows color (decimal): -7357942 or 703119. OLE color: 703119.
HSL color Cylindrical-coordinate representation of color #8FBA0A: hue angle of 74.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FBA0A is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 10 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.27 |
| HSL | 74.66º | 0.9% | 0.38% | - |
| HSV(B) | 74.66º | 0.95% | 0.73% | - |
| XYZ | 28.94 | 40.98 | 6.67 | - |
| YUV | 153.08 | 47.25 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 10 | 0.23 | 0 | 0.95 | 0.27 | 74.66 | 0.9 | 0.38 |
| Hex | 8F | BA | A | 17 | 0 | 5F | 1B | 4B | 5A | 26 |
| Octal | 217 | 272 | 12 | 27 | 0 | 137 | 33 | 113 | 132 | 46 |
| Binary | 10001111 | 10111010 | 1010 | 10111 | 0 | 1011111 | 11011 | 1001011 | 1011010 | 100110 |
Color Harmonies of #8FBA0A
Complementary color
Monochromatic Colors of #8FBA0A
Black with #8FBA0A
Text Example
Text Example
White with #8FBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA0A; }
p { color: rgb(143,186,10); }
H1.HeaderClassName
{
color: #8FBA0A;
}
.AnyTagClassName
{
color: #8FBA0A;
}
</style>
background-color css
<style>
a { background-color: #8FBA0A; }
a { background-color: rgb(143,186,10); }
div.DivClassName
{
background-color: #8FBA0A;
}
.BgClassName
{
background-color: #8FBA0A;
}
</style>
border-color css
<style>
span { border-color: #8FBA0A; }
span { border-color: rgb(143,186,10); }
td.TdClassName
{
border-color: #8FBA0A;
}
.TagClassName
{
border-color: #8FBA0A;
}
</style>