Shades of Citrus #9FC001
Tints of Citrus #9FC001
RGB
CMYK
RGB Variations
Color information
#9FC001 (or 0x9FC001) is known color: Citrus. HEX triplet: 9F, C0 and 01. RGB value is (159,192,1). Sum of RGB (Red+Green+Blue) = 159+192+1=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC001 is #603FFE. Grayscale: #A1A1A1. Windows color (decimal): -6307839 or 114847. OLE color: 114847.
HSL color Cylindrical-coordinate representation of color #9FC001: hue angle of 70.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FC001 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.25 |
| HSL | 70.37º | 0.99% | 0.38% | - |
| HSV(B) | 70.37º | 0.99% | 0.75% | - |
| XYZ | 33.15 | 45.07 | 6.98 | - |
| YUV | 160.36 | 38.07 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 1 | 0.17 | 0 | 0.99 | 0.25 | 70.37 | 0.99 | 0.38 |
| Hex | 9F | C0 | 1 | 11 | 0 | 63 | 19 | 46 | 63 | 26 |
| Octal | 237 | 300 | 1 | 21 | 0 | 143 | 31 | 106 | 143 | 46 |
| Binary | 10011111 | 11000000 | 1 | 10001 | 0 | 1100011 | 11001 | 1000110 | 1100011 | 100110 |
Color Harmonies of #9FC001
Complementary color
Monochromatic Colors of #9FC001
Black with #9FC001
Text Example
Text Example
White with #9FC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC001; }
p { color: rgb(159,192,1); }
H1.HeaderClassName
{
color: #9FC001;
}
.AnyTagClassName
{
color: #9FC001;
}
</style>
background-color css
<style>
a { background-color: #9FC001; }
a { background-color: rgb(159,192,1); }
div.DivClassName
{
background-color: #9FC001;
}
.BgClassName
{
background-color: #9FC001;
}
</style>
border-color css
<style>
span { border-color: #9FC001; }
span { border-color: rgb(159,192,1); }
td.TdClassName
{
border-color: #9FC001;
}
.TagClassName
{
border-color: #9FC001;
}
</style>