Shades of Citrus #9FC401
Tints of Citrus #9FC401
RGB
CMYK
RGB Variations
Color information
#9FC401 (or 0x9FC401) is known color: Citrus. HEX triplet: 9F, C4 and 01. RGB value is (159,196,1). Sum of RGB (Red+Green+Blue) = 159+196+1=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC401 is #603BFE. Grayscale: #A3A3A3. Windows color (decimal): -6306815 or 115871. OLE color: 115871.
HSL color Cylindrical-coordinate representation of color #9FC401: hue angle of 71.38º 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 #9FC401 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 196 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.23 |
| HSL | 71.38º | 0.99% | 0.39% | - |
| HSV(B) | 71.38º | 0.99% | 0.77% | - |
| XYZ | 34.04 | 46.85 | 7.28 | - |
| YUV | 162.71 | 36.74 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 196 | 1 | 0.19 | 0 | 0.99 | 0.23 | 71.38 | 0.99 | 0.39 |
| Hex | 9F | C4 | 1 | 13 | 0 | 63 | 17 | 47 | 63 | 27 |
| Octal | 237 | 304 | 1 | 23 | 0 | 143 | 27 | 107 | 143 | 47 |
| Binary | 10011111 | 11000100 | 1 | 10011 | 0 | 1100011 | 10111 | 1000111 | 1100011 | 100111 |
Color Harmonies of #9FC401
Complementary color
Monochromatic Colors of #9FC401
Black with #9FC401
Text Example
Text Example
White with #9FC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC401; }
p { color: rgb(159,196,1); }
H1.HeaderClassName
{
color: #9FC401;
}
.AnyTagClassName
{
color: #9FC401;
}
</style>
background-color css
<style>
a { background-color: #9FC401; }
a { background-color: rgb(159,196,1); }
div.DivClassName
{
background-color: #9FC401;
}
.BgClassName
{
background-color: #9FC401;
}
</style>
border-color css
<style>
span { border-color: #9FC401; }
span { border-color: rgb(159,196,1); }
td.TdClassName
{
border-color: #9FC401;
}
.TagClassName
{
border-color: #9FC401;
}
</style>