Shades of Citrus #9FBA00
Tints of Citrus #9FBA00
RGB
CMYK
RGB Variations
Color information
#9FBA00 (or 0x9FBA00) is known color: Citrus. HEX triplet: 9F, BA and 00. RGB value is (159,186,0). Sum of RGB (Red+Green+Blue) = 159+186+0=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA00 is #6045FF. Grayscale: #9D9D9D. Windows color (decimal): -6309376 or 47775. OLE color: 47775.
HSL color Cylindrical-coordinate representation of color #9FBA00: hue angle of 68.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FBA00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.27 |
| HSL | 68.71º | 1% | 0.36% | - |
| HSV(B) | 68.71º | 1% | 0.73% | - |
| XYZ | 31.86 | 42.49 | 6.52 | - |
| YUV | 156.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 0 | 0.15 | 0 | 1 | 0.27 | 68.71 | 1 | 0.36 |
| Hex | 9F | BA | 0 | F | 0 | 64 | 1B | 45 | 64 | 24 |
| Octal | 237 | 272 | 0 | 17 | 0 | 144 | 33 | 105 | 144 | 44 |
| Binary | 10011111 | 10111010 | 0 | 1111 | 0 | 1100100 | 11011 | 1000101 | 1100100 | 100100 |
Color Harmonies of #9FBA00
Complementary color
Monochromatic Colors of #9FBA00
Black with #9FBA00
Text Example
Text Example
White with #9FBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA00; }
p { color: rgb(159,186,0); }
H1.HeaderClassName
{
color: #9FBA00;
}
.AnyTagClassName
{
color: #9FBA00;
}
</style>
background-color css
<style>
a { background-color: #9FBA00; }
a { background-color: rgb(159,186,0); }
div.DivClassName
{
background-color: #9FBA00;
}
.BgClassName
{
background-color: #9FBA00;
}
</style>
border-color css
<style>
span { border-color: #9FBA00; }
span { border-color: rgb(159,186,0); }
td.TdClassName
{
border-color: #9FBA00;
}
.TagClassName
{
border-color: #9FBA00;
}
</style>