Shades of Citrus #9EBA17
Tints of Citrus #9EBA17
RGB
CMYK
RGB Variations
Color information
#9EBA17 (or 0x9EBA17) is known color: Citrus. HEX triplet: 9E, BA and 17. RGB value is (158,186,23). Sum of RGB (Red+Green+Blue) = 158+186+23=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA17 is #6145E8. Grayscale: #9F9F9F. Windows color (decimal): -6374889 or 1555102. OLE color: 1555102.
HSL color Cylindrical-coordinate representation of color #9EBA17: hue angle of 70.31º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9EBA17 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 23 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.27 |
| HSL | 70.31º | 0.78% | 0.41% | - |
| HSV(B) | 70.31º | 0.88% | 0.73% | - |
| XYZ | 31.81 | 42.45 | 7.33 | - |
| YUV | 159.05 | 51.22 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 23 | 0.15 | 0 | 0.88 | 0.27 | 70.31 | 0.78 | 0.41 |
| Hex | 9E | BA | 17 | F | 0 | 58 | 1B | 46 | 4E | 29 |
| Octal | 236 | 272 | 27 | 17 | 0 | 130 | 33 | 106 | 116 | 51 |
| Binary | 10011110 | 10111010 | 10111 | 1111 | 0 | 1011000 | 11011 | 1000110 | 1001110 | 101001 |
Color Harmonies of #9EBA17
Complementary color
Monochromatic Colors of #9EBA17
Black with #9EBA17
Text Example
Text Example
White with #9EBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA17; }
p { color: rgb(158,186,23); }
H1.HeaderClassName
{
color: #9EBA17;
}
.AnyTagClassName
{
color: #9EBA17;
}
</style>
background-color css
<style>
a { background-color: #9EBA17; }
a { background-color: rgb(158,186,23); }
div.DivClassName
{
background-color: #9EBA17;
}
.BgClassName
{
background-color: #9EBA17;
}
</style>
border-color css
<style>
span { border-color: #9EBA17; }
span { border-color: rgb(158,186,23); }
td.TdClassName
{
border-color: #9EBA17;
}
.TagClassName
{
border-color: #9EBA17;
}
</style>