Shades of Citrus #9EC301
Tints of Citrus #9EC301
RGB
CMYK
RGB Variations
Color information
#9EC301 (or 0x9EC301) is known color: Citrus. HEX triplet: 9E, C3 and 01. RGB value is (158,195,1). Sum of RGB (Red+Green+Blue) = 158+195+1=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC301 is #613CFE. Grayscale: #A2A2A2. Windows color (decimal): -6372607 or 115614. OLE color: 115614.
HSL color Cylindrical-coordinate representation of color #9EC301: hue angle of 71.44º 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 #9EC301 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.24 |
| HSL | 71.44º | 0.99% | 0.38% | - |
| HSV(B) | 71.44º | 0.99% | 0.76% | - |
| XYZ | 33.62 | 46.3 | 7.19 | - |
| YUV | 161.82 | 37.24 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 1 | 0.19 | 0 | 0.99 | 0.24 | 71.44 | 0.99 | 0.38 |
| Hex | 9E | C3 | 1 | 13 | 0 | 63 | 18 | 47 | 63 | 26 |
| Octal | 236 | 303 | 1 | 23 | 0 | 143 | 30 | 107 | 143 | 46 |
| Binary | 10011110 | 11000011 | 1 | 10011 | 0 | 1100011 | 11000 | 1000111 | 1100011 | 100110 |
Color Harmonies of #9EC301
Complementary color
Monochromatic Colors of #9EC301
Black with #9EC301
Text Example
Text Example
White with #9EC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC301; }
p { color: rgb(158,195,1); }
H1.HeaderClassName
{
color: #9EC301;
}
.AnyTagClassName
{
color: #9EC301;
}
</style>
background-color css
<style>
a { background-color: #9EC301; }
a { background-color: rgb(158,195,1); }
div.DivClassName
{
background-color: #9EC301;
}
.BgClassName
{
background-color: #9EC301;
}
</style>
border-color css
<style>
span { border-color: #9EC301; }
span { border-color: rgb(158,195,1); }
td.TdClassName
{
border-color: #9EC301;
}
.TagClassName
{
border-color: #9EC301;
}
</style>