Shades of Citrus #9EBA0F
Tints of Citrus #9EBA0F
RGB
CMYK
RGB Variations
Color information
#9EBA0F (or 0x9EBA0F) is known color: Citrus. HEX triplet: 9E, BA and 0F. RGB value is (158,186,15). Sum of RGB (Red+Green+Blue) = 158+186+15=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA0F is #6145F0. Grayscale: #9E9E9E. Windows color (decimal): -6374897 or 1030814. OLE color: 1030814.
HSL color Cylindrical-coordinate representation of color #9EBA0F: hue angle of 69.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EBA0F is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 15 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.27 |
| HSL | 69.82º | 0.85% | 0.39% | - |
| HSV(B) | 69.82º | 0.92% | 0.73% | - |
| XYZ | 31.75 | 42.42 | 6.97 | - |
| YUV | 158.13 | 47.22 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 15 | 0.15 | 0 | 0.92 | 0.27 | 69.82 | 0.85 | 0.39 |
| Hex | 9E | BA | F | F | 0 | 5C | 1B | 46 | 55 | 27 |
| Octal | 236 | 272 | 17 | 17 | 0 | 134 | 33 | 106 | 125 | 47 |
| Binary | 10011110 | 10111010 | 1111 | 1111 | 0 | 1011100 | 11011 | 1000110 | 1010101 | 100111 |
Color Harmonies of #9EBA0F
Complementary color
Monochromatic Colors of #9EBA0F
Black with #9EBA0F
Text Example
Text Example
White with #9EBA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA0F; }
p { color: rgb(158,186,15); }
H1.HeaderClassName
{
color: #9EBA0F;
}
.AnyTagClassName
{
color: #9EBA0F;
}
</style>
background-color css
<style>
a { background-color: #9EBA0F; }
a { background-color: rgb(158,186,15); }
div.DivClassName
{
background-color: #9EBA0F;
}
.BgClassName
{
background-color: #9EBA0F;
}
</style>
border-color css
<style>
span { border-color: #9EBA0F; }
span { border-color: rgb(158,186,15); }
td.TdClassName
{
border-color: #9EBA0F;
}
.TagClassName
{
border-color: #9EBA0F;
}
</style>