Shades of Citrus #9FC301
Tints of Citrus #9FC301
RGB
CMYK
RGB Variations
Color information
#9FC301 (or 0x9FC301) is known color: Citrus. HEX triplet: 9F, C3 and 01. RGB value is (159,195,1). Sum of RGB (Red+Green+Blue) = 159+195+1=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC301 is #603CFE. Grayscale: #A2A2A2. Windows color (decimal): -6307071 or 115615. OLE color: 115615.
HSL color Cylindrical-coordinate representation of color #9FC301: hue angle of 71.13º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FC301 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.24 |
| HSL | 71.13º | 0.99% | 0.38% | - |
| HSV(B) | 71.13º | 0.99% | 0.76% | - |
| XYZ | 33.82 | 46.4 | 7.2 | - |
| YUV | 162.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 1 | 0.18 | 0 | 0.99 | 0.24 | 71.13 | 0.99 | 0.38 |
| Hex | 9F | C3 | 1 | 12 | 0 | 63 | 18 | 47 | 63 | 26 |
| Octal | 237 | 303 | 1 | 22 | 0 | 143 | 30 | 107 | 143 | 46 |
| Binary | 10011111 | 11000011 | 1 | 10010 | 0 | 1100011 | 11000 | 1000111 | 1100011 | 100110 |
Color Harmonies of #9FC301
Complementary color
Monochromatic Colors of #9FC301
Black with #9FC301
Text Example
Text Example
White with #9FC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC301; }
p { color: rgb(159,195,1); }
H1.HeaderClassName
{
color: #9FC301;
}
.AnyTagClassName
{
color: #9FC301;
}
</style>
background-color css
<style>
a { background-color: #9FC301; }
a { background-color: rgb(159,195,1); }
div.DivClassName
{
background-color: #9FC301;
}
.BgClassName
{
background-color: #9FC301;
}
</style>
border-color css
<style>
span { border-color: #9FC301; }
span { border-color: rgb(159,195,1); }
td.TdClassName
{
border-color: #9FC301;
}
.TagClassName
{
border-color: #9FC301;
}
</style>