Shades of Citrus #9EC014
Tints of Citrus #9EC014
RGB
CMYK
RGB Variations
Color information
#9EC014 (or 0x9EC014) is known color: Citrus. HEX triplet: 9E, C0 and 14. RGB value is (158,192,20). Sum of RGB (Red+Green+Blue) = 158+192+20=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC014 is #613FEB. Grayscale: #A2A2A2. Windows color (decimal): -6373356 or 1360030. OLE color: 1360030.
HSL color Cylindrical-coordinate representation of color #9EC014: hue angle of 71.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9EC014 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 20 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.25 |
| HSL | 71.86º | 0.81% | 0.42% | - |
| HSV(B) | 71.86º | 0.9% | 0.75% | - |
| XYZ | 33.08 | 45.02 | 7.61 | - |
| YUV | 162.23 | 47.74 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 20 | 0.18 | 0 | 0.90 | 0.25 | 71.86 | 0.81 | 0.42 |
| Hex | 9E | C0 | 14 | 12 | 0 | 5A | 19 | 48 | 51 | 2A |
| Octal | 236 | 300 | 24 | 22 | 0 | 132 | 31 | 110 | 121 | 52 |
| Binary | 10011110 | 11000000 | 10100 | 10010 | 0 | 1011010 | 11001 | 1001000 | 1010001 | 101010 |
Color Harmonies of #9EC014
Complementary color
Monochromatic Colors of #9EC014
Black with #9EC014
Text Example
Text Example
White with #9EC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC014; }
p { color: rgb(158,192,20); }
H1.HeaderClassName
{
color: #9EC014;
}
.AnyTagClassName
{
color: #9EC014;
}
</style>
background-color css
<style>
a { background-color: #9EC014; }
a { background-color: rgb(158,192,20); }
div.DivClassName
{
background-color: #9EC014;
}
.BgClassName
{
background-color: #9EC014;
}
</style>
border-color css
<style>
span { border-color: #9EC014; }
span { border-color: rgb(158,192,20); }
td.TdClassName
{
border-color: #9EC014;
}
.TagClassName
{
border-color: #9EC014;
}
</style>