Shades of Citrus #8FBA12
Tints of Citrus #8FBA12
RGB
CMYK
RGB Variations
Color information
#8FBA12 (or 0x8FBA12) is known color: Citrus. HEX triplet: 8F, BA and 12. RGB value is (143,186,18). Sum of RGB (Red+Green+Blue) = 143+186+18=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA12 is #7045ED. Grayscale: #9A9A9A. Windows color (decimal): -7357934 or 1227407. OLE color: 1227407.
HSL color Cylindrical-coordinate representation of color #8FBA12: hue angle of 75.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FBA12 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 18 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.27 |
| HSL | 75.36º | 0.82% | 0.4% | - |
| HSV(B) | 75.36º | 0.9% | 0.73% | - |
| XYZ | 29 | 41 | 6.96 | - |
| YUV | 153.99 | 51.25 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 18 | 0.23 | 0 | 0.90 | 0.27 | 75.36 | 0.82 | 0.4 |
| Hex | 8F | BA | 12 | 17 | 0 | 5A | 1B | 4B | 52 | 28 |
| Octal | 217 | 272 | 22 | 27 | 0 | 132 | 33 | 113 | 122 | 50 |
| Binary | 10001111 | 10111010 | 10010 | 10111 | 0 | 1011010 | 11011 | 1001011 | 1010010 | 101000 |
Color Harmonies of #8FBA12
Complementary color
Monochromatic Colors of #8FBA12
Black with #8FBA12
Text Example
Text Example
White with #8FBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA12; }
p { color: rgb(143,186,18); }
H1.HeaderClassName
{
color: #8FBA12;
}
.AnyTagClassName
{
color: #8FBA12;
}
</style>
background-color css
<style>
a { background-color: #8FBA12; }
a { background-color: rgb(143,186,18); }
div.DivClassName
{
background-color: #8FBA12;
}
.BgClassName
{
background-color: #8FBA12;
}
</style>
border-color css
<style>
span { border-color: #8FBA12; }
span { border-color: rgb(143,186,18); }
td.TdClassName
{
border-color: #8FBA12;
}
.TagClassName
{
border-color: #8FBA12;
}
</style>