Shades of Citrus #9EC001
Tints of Citrus #9EC001
RGB
CMYK
RGB Variations
Color information
#9EC001 (or 0x9EC001) is known color: Citrus. HEX triplet: 9E, C0 and 01. RGB value is (158,192,1). Sum of RGB (Red+Green+Blue) = 158+192+1=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC001 is #613FFE. Grayscale: #A0A0A0. Windows color (decimal): -6373375 or 114846. OLE color: 114846.
HSL color Cylindrical-coordinate representation of color #9EC001: hue angle of 70.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EC001 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.25 |
| HSL | 70.68º | 0.99% | 0.38% | - |
| HSV(B) | 70.68º | 0.99% | 0.75% | - |
| XYZ | 32.96 | 44.97 | 6.97 | - |
| YUV | 160.06 | 38.24 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 1 | 0.18 | 0 | 0.99 | 0.25 | 70.68 | 0.99 | 0.38 |
| Hex | 9E | C0 | 1 | 12 | 0 | 63 | 19 | 47 | 63 | 26 |
| Octal | 236 | 300 | 1 | 22 | 0 | 143 | 31 | 107 | 143 | 46 |
| Binary | 10011110 | 11000000 | 1 | 10010 | 0 | 1100011 | 11001 | 1000111 | 1100011 | 100110 |
Color Harmonies of #9EC001
Complementary color
Monochromatic Colors of #9EC001
Black with #9EC001
Text Example
Text Example
White with #9EC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC001; }
p { color: rgb(158,192,1); }
H1.HeaderClassName
{
color: #9EC001;
}
.AnyTagClassName
{
color: #9EC001;
}
</style>
background-color css
<style>
a { background-color: #9EC001; }
a { background-color: rgb(158,192,1); }
div.DivClassName
{
background-color: #9EC001;
}
.BgClassName
{
background-color: #9EC001;
}
</style>
border-color css
<style>
span { border-color: #9EC001; }
span { border-color: rgb(158,192,1); }
td.TdClassName
{
border-color: #9EC001;
}
.TagClassName
{
border-color: #9EC001;
}
</style>