Shades of Citrus #9FBA12
Tints of Citrus #9FBA12
RGB
CMYK
RGB Variations
Color information
#9FBA12 (or 0x9FBA12) is known color: Citrus. HEX triplet: 9F, BA and 12. RGB value is (159,186,18). Sum of RGB (Red+Green+Blue) = 159+186+18=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA12 is #6045ED. Grayscale: #9F9F9F. Windows color (decimal): -6309358 or 1227423. OLE color: 1227423.
HSL color Cylindrical-coordinate representation of color #9FBA12: hue angle of 69.64º 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 #9FBA12 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 18 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.27 |
| HSL | 69.64º | 0.82% | 0.4% | - |
| HSV(B) | 69.64º | 0.9% | 0.73% | - |
| XYZ | 31.97 | 42.53 | 7.1 | - |
| YUV | 158.78 | 48.55 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 18 | 0.15 | 0 | 0.90 | 0.27 | 69.64 | 0.82 | 0.4 |
| Hex | 9F | BA | 12 | F | 0 | 5A | 1B | 46 | 52 | 28 |
| Octal | 237 | 272 | 22 | 17 | 0 | 132 | 33 | 106 | 122 | 50 |
| Binary | 10011111 | 10111010 | 10010 | 1111 | 0 | 1011010 | 11011 | 1000110 | 1010010 | 101000 |
Color Harmonies of #9FBA12
Complementary color
Monochromatic Colors of #9FBA12
Black with #9FBA12
Text Example
Text Example
White with #9FBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA12; }
p { color: rgb(159,186,18); }
H1.HeaderClassName
{
color: #9FBA12;
}
.AnyTagClassName
{
color: #9FBA12;
}
</style>
background-color css
<style>
a { background-color: #9FBA12; }
a { background-color: rgb(159,186,18); }
div.DivClassName
{
background-color: #9FBA12;
}
.BgClassName
{
background-color: #9FBA12;
}
</style>
border-color css
<style>
span { border-color: #9FBA12; }
span { border-color: rgb(159,186,18); }
td.TdClassName
{
border-color: #9FBA12;
}
.TagClassName
{
border-color: #9FBA12;
}
</style>