Shades of Citrus #9FC901
Tints of Citrus #9FC901
RGB
CMYK
RGB Variations
Color information
#9FC901 (or 0x9FC901) is known color: Citrus. HEX triplet: 9F, C9 and 01. RGB value is (159,201,1). Sum of RGB (Red+Green+Blue) = 159+201+1=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC901 is #6036FE. Grayscale: #A6A6A6. Windows color (decimal): -6305535 or 117151. OLE color: 117151.
HSL color Cylindrical-coordinate representation of color #9FC901: hue angle of 72.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FC901 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 1 | - |
| CMYK | 0.21 | 0 | 1.00 | 0.21 |
| HSL | 72.6º | 0.99% | 0.4% | - |
| HSV(B) | 72.6º | 1% | 0.79% | - |
| XYZ | 35.19 | 49.15 | 7.66 | - |
| YUV | 165.64 | 35.09 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 1 | 0.21 | 0 | 1.00 | 0.21 | 72.6 | 0.99 | 0.4 |
| Hex | 9F | C9 | 1 | 15 | 0 | 64 | 15 | 49 | 63 | 28 |
| Octal | 237 | 311 | 1 | 25 | 0 | 144 | 25 | 111 | 143 | 50 |
| Binary | 10011111 | 11001001 | 1 | 10101 | 0 | 1100100 | 10101 | 1001001 | 1100011 | 101000 |
Color Harmonies of #9FC901
Complementary color
Monochromatic Colors of #9FC901
Black with #9FC901
Text Example
Text Example
White with #9FC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC901; }
p { color: rgb(159,201,1); }
H1.HeaderClassName
{
color: #9FC901;
}
.AnyTagClassName
{
color: #9FC901;
}
</style>
background-color css
<style>
a { background-color: #9FC901; }
a { background-color: rgb(159,201,1); }
div.DivClassName
{
background-color: #9FC901;
}
.BgClassName
{
background-color: #9FC901;
}
</style>
border-color css
<style>
span { border-color: #9FC901; }
span { border-color: rgb(159,201,1); }
td.TdClassName
{
border-color: #9FC901;
}
.TagClassName
{
border-color: #9FC901;
}
</style>