Shades of Citrus #9EC601
Tints of Citrus #9EC601
RGB
CMYK
RGB Variations
Color information
#9EC601 (or 0x9EC601) is known color: Citrus. HEX triplet: 9E, C6 and 01. RGB value is (158,198,1). Sum of RGB (Red+Green+Blue) = 158+198+1=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 198 (77.73% from 255 or 55.46% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC601 is #6139FE. Grayscale: #A4A4A4. Windows color (decimal): -6371839 or 116382. OLE color: 116382.
HSL color Cylindrical-coordinate representation of color #9EC601: hue angle of 72.18º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EC601 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.22 |
| HSL | 72.18º | 0.99% | 0.39% | - |
| HSV(B) | 72.18º | 0.99% | 0.78% | - |
| XYZ | 34.3 | 47.66 | 7.42 | - |
| YUV | 163.58 | 36.25 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 1 | 0.20 | 0 | 0.99 | 0.22 | 72.18 | 0.99 | 0.39 |
| Hex | 9E | C6 | 1 | 14 | 0 | 63 | 16 | 48 | 63 | 27 |
| Octal | 236 | 306 | 1 | 24 | 0 | 143 | 26 | 110 | 143 | 47 |
| Binary | 10011110 | 11000110 | 1 | 10100 | 0 | 1100011 | 10110 | 1001000 | 1100011 | 100111 |
Color Harmonies of #9EC601
Complementary color
Monochromatic Colors of #9EC601
Black with #9EC601
Text Example
Text Example
White with #9EC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC601; }
p { color: rgb(158,198,1); }
H1.HeaderClassName
{
color: #9EC601;
}
.AnyTagClassName
{
color: #9EC601;
}
</style>
background-color css
<style>
a { background-color: #9EC601; }
a { background-color: rgb(158,198,1); }
div.DivClassName
{
background-color: #9EC601;
}
.BgClassName
{
background-color: #9EC601;
}
</style>
border-color css
<style>
span { border-color: #9EC601; }
span { border-color: rgb(158,198,1); }
td.TdClassName
{
border-color: #9EC601;
}
.TagClassName
{
border-color: #9EC601;
}
</style>