Shades of Citrus #9EBA00
Tints of Citrus #9EBA00
RGB
CMYK
RGB Variations
Color information
#9EBA00 (or 0x9EBA00) is known color: Citrus. HEX triplet: 9E, BA and 00. RGB value is (158,186,0). Sum of RGB (Red+Green+Blue) = 158+186+0=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA00 is #6145FF. Grayscale: #9D9D9D. Windows color (decimal): -6374912 or 47774. OLE color: 47774.
HSL color Cylindrical-coordinate representation of color #9EBA00: hue angle of 69.03º 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 #9EBA00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.27 |
| HSL | 69.03º | 1% | 0.36% | - |
| HSV(B) | 69.03º | 1% | 0.73% | - |
| XYZ | 31.66 | 42.39 | 6.51 | - |
| YUV | 156.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 0 | 0.15 | 0 | 1 | 0.27 | 69.03 | 1 | 0.36 |
| Hex | 9E | BA | 0 | F | 0 | 64 | 1B | 45 | 64 | 24 |
| Octal | 236 | 272 | 0 | 17 | 0 | 144 | 33 | 105 | 144 | 44 |
| Binary | 10011110 | 10111010 | 0 | 1111 | 0 | 1100100 | 11011 | 1000101 | 1100100 | 100100 |
Color Harmonies of #9EBA00
Complementary color
Monochromatic Colors of #9EBA00
Black with #9EBA00
Text Example
Text Example
White with #9EBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA00; }
p { color: rgb(158,186,0); }
H1.HeaderClassName
{
color: #9EBA00;
}
.AnyTagClassName
{
color: #9EBA00;
}
</style>
background-color css
<style>
a { background-color: #9EBA00; }
a { background-color: rgb(158,186,0); }
div.DivClassName
{
background-color: #9EBA00;
}
.BgClassName
{
background-color: #9EBA00;
}
</style>
border-color css
<style>
span { border-color: #9EBA00; }
span { border-color: rgb(158,186,0); }
td.TdClassName
{
border-color: #9EBA00;
}
.TagClassName
{
border-color: #9EBA00;
}
</style>