Shades of Citrus #9EC101
Tints of Citrus #9EC101
RGB
CMYK
RGB Variations
Color information
#9EC101 (or 0x9EC101) is known color: Citrus. HEX triplet: 9E, C1 and 01. RGB value is (158,193,1). Sum of RGB (Red+Green+Blue) = 158+193+1=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC101 is #613EFE. Grayscale: #A1A1A1. Windows color (decimal): -6373119 or 115102. OLE color: 115102.
HSL color Cylindrical-coordinate representation of color #9EC101: hue angle of 70.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EC101 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.24 |
| HSL | 70.94º | 0.99% | 0.38% | - |
| HSV(B) | 70.94º | 0.99% | 0.76% | - |
| XYZ | 33.18 | 45.41 | 7.05 | - |
| YUV | 160.65 | 37.9 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 1 | 0.18 | 0 | 0.99 | 0.24 | 70.94 | 0.99 | 0.38 |
| Hex | 9E | C1 | 1 | 12 | 0 | 63 | 18 | 47 | 63 | 26 |
| Octal | 236 | 301 | 1 | 22 | 0 | 143 | 30 | 107 | 143 | 46 |
| Binary | 10011110 | 11000001 | 1 | 10010 | 0 | 1100011 | 11000 | 1000111 | 1100011 | 100110 |
Color Harmonies of #9EC101
Complementary color
Monochromatic Colors of #9EC101
Black with #9EC101
Text Example
Text Example
White with #9EC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC101; }
p { color: rgb(158,193,1); }
H1.HeaderClassName
{
color: #9EC101;
}
.AnyTagClassName
{
color: #9EC101;
}
</style>
background-color css
<style>
a { background-color: #9EC101; }
a { background-color: rgb(158,193,1); }
div.DivClassName
{
background-color: #9EC101;
}
.BgClassName
{
background-color: #9EC101;
}
</style>
border-color css
<style>
span { border-color: #9EC101; }
span { border-color: rgb(158,193,1); }
td.TdClassName
{
border-color: #9EC101;
}
.TagClassName
{
border-color: #9EC101;
}
</style>