Shades of Citrus #9EC501
Tints of Citrus #9EC501
RGB
CMYK
RGB Variations
Color information
#9EC501 (or 0x9EC501) is known color: Citrus. HEX triplet: 9E, C5 and 01. RGB value is (158,197,1). Sum of RGB (Red+Green+Blue) = 158+197+1=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC501 is #613AFE. Grayscale: #A3A3A3. Windows color (decimal): -6372095 or 116126. OLE color: 116126.
HSL color Cylindrical-coordinate representation of color #9EC501: hue angle of 71.94º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EC501 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.23 |
| HSL | 71.94º | 0.99% | 0.39% | - |
| HSV(B) | 71.94º | 0.99% | 0.77% | - |
| XYZ | 34.07 | 47.2 | 7.34 | - |
| YUV | 163 | 36.58 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 1 | 0.20 | 0 | 0.99 | 0.23 | 71.94 | 0.99 | 0.39 |
| Hex | 9E | C5 | 1 | 14 | 0 | 63 | 17 | 48 | 63 | 27 |
| Octal | 236 | 305 | 1 | 24 | 0 | 143 | 27 | 110 | 143 | 47 |
| Binary | 10011110 | 11000101 | 1 | 10100 | 0 | 1100011 | 10111 | 1001000 | 1100011 | 100111 |
Color Harmonies of #9EC501
Complementary color
Monochromatic Colors of #9EC501
Black with #9EC501
Text Example
Text Example
White with #9EC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC501; }
p { color: rgb(158,197,1); }
H1.HeaderClassName
{
color: #9EC501;
}
.AnyTagClassName
{
color: #9EC501;
}
</style>
background-color css
<style>
a { background-color: #9EC501; }
a { background-color: rgb(158,197,1); }
div.DivClassName
{
background-color: #9EC501;
}
.BgClassName
{
background-color: #9EC501;
}
</style>
border-color css
<style>
span { border-color: #9EC501; }
span { border-color: rgb(158,197,1); }
td.TdClassName
{
border-color: #9EC501;
}
.TagClassName
{
border-color: #9EC501;
}
</style>