Shades of Citrus #9EBA14
Tints of Citrus #9EBA14
RGB
CMYK
RGB Variations
Color information
#9EBA14 (or 0x9EBA14) is known color: Citrus. HEX triplet: 9E, BA and 14. RGB value is (158,186,20). Sum of RGB (Red+Green+Blue) = 158+186+20=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA14 is #6145EB. Grayscale: #9F9F9F. Windows color (decimal): -6374892 or 1358494. OLE color: 1358494.
HSL color Cylindrical-coordinate representation of color #9EBA14: hue angle of 70.12º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9EBA14 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 20 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.27 |
| HSL | 70.12º | 0.81% | 0.4% | - |
| HSV(B) | 70.12º | 0.89% | 0.73% | - |
| XYZ | 31.79 | 42.44 | 7.18 | - |
| YUV | 158.7 | 49.72 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 20 | 0.15 | 0 | 0.89 | 0.27 | 70.12 | 0.81 | 0.4 |
| Hex | 9E | BA | 14 | F | 0 | 59 | 1B | 46 | 51 | 28 |
| Octal | 236 | 272 | 24 | 17 | 0 | 131 | 33 | 106 | 121 | 50 |
| Binary | 10011110 | 10111010 | 10100 | 1111 | 0 | 1011001 | 11011 | 1000110 | 1010001 | 101000 |
Color Harmonies of #9EBA14
Complementary color
Monochromatic Colors of #9EBA14
Black with #9EBA14
Text Example
Text Example
White with #9EBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA14; }
p { color: rgb(158,186,20); }
H1.HeaderClassName
{
color: #9EBA14;
}
.AnyTagClassName
{
color: #9EBA14;
}
</style>
background-color css
<style>
a { background-color: #9EBA14; }
a { background-color: rgb(158,186,20); }
div.DivClassName
{
background-color: #9EBA14;
}
.BgClassName
{
background-color: #9EBA14;
}
</style>
border-color css
<style>
span { border-color: #9EBA14; }
span { border-color: rgb(158,186,20); }
td.TdClassName
{
border-color: #9EBA14;
}
.TagClassName
{
border-color: #9EBA14;
}
</style>