Shades of Citrus #9FBA01
Tints of Citrus #9FBA01
RGB
CMYK
RGB Variations
Color information
#9FBA01 (or 0x9FBA01) is known color: Citrus. HEX triplet: 9F, BA and 01. RGB value is (159,186,1). Sum of RGB (Red+Green+Blue) = 159+186+1=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA01 is #6045FE. Grayscale: #9D9D9D. Windows color (decimal): -6309375 or 113311. OLE color: 113311.
HSL color Cylindrical-coordinate representation of color #9FBA01: hue angle of 68.76º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FBA01 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.27 |
| HSL | 68.76º | 0.99% | 0.37% | - |
| HSV(B) | 68.76º | 0.99% | 0.73% | - |
| XYZ | 31.86 | 42.49 | 6.55 | - |
| YUV | 156.84 | 40.05 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 1 | 0.15 | 0 | 0.99 | 0.27 | 68.76 | 0.99 | 0.37 |
| Hex | 9F | BA | 1 | F | 0 | 63 | 1B | 45 | 63 | 25 |
| Octal | 237 | 272 | 1 | 17 | 0 | 143 | 33 | 105 | 143 | 45 |
| Binary | 10011111 | 10111010 | 1 | 1111 | 0 | 1100011 | 11011 | 1000101 | 1100011 | 100101 |
Color Harmonies of #9FBA01
Complementary color
Monochromatic Colors of #9FBA01
Black with #9FBA01
Text Example
Text Example
White with #9FBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA01; }
p { color: rgb(159,186,1); }
H1.HeaderClassName
{
color: #9FBA01;
}
.AnyTagClassName
{
color: #9FBA01;
}
</style>
background-color css
<style>
a { background-color: #9FBA01; }
a { background-color: rgb(159,186,1); }
div.DivClassName
{
background-color: #9FBA01;
}
.BgClassName
{
background-color: #9FBA01;
}
</style>
border-color css
<style>
span { border-color: #9FBA01; }
span { border-color: rgb(159,186,1); }
td.TdClassName
{
border-color: #9FBA01;
}
.TagClassName
{
border-color: #9FBA01;
}
</style>