Shades of Citrus #9FB900
Tints of Citrus #9FB900
RGB
CMYK
RGB Variations
Color information
#9FB900 (or 0x9FB900) is known color: Citrus. HEX triplet: 9F, B9 and 00. RGB value is (159,185,0). Sum of RGB (Red+Green+Blue) = 159+185+0=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB900 is #6046FF. Grayscale: #9C9C9C. Windows color (decimal): -6309632 or 47519. OLE color: 47519.
HSL color Cylindrical-coordinate representation of color #9FB900: hue angle of 68.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FB900 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 185 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.27 |
| HSL | 68.43º | 1% | 0.36% | - |
| HSV(B) | 68.43º | 1% | 0.73% | - |
| XYZ | 31.65 | 42.07 | 6.45 | - |
| YUV | 156.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 185 | 0 | 0.14 | 0 | 1 | 0.27 | 68.43 | 1 | 0.36 |
| Hex | 9F | B9 | 0 | E | 0 | 64 | 1B | 44 | 64 | 24 |
| Octal | 237 | 271 | 0 | 16 | 0 | 144 | 33 | 104 | 144 | 44 |
| Binary | 10011111 | 10111001 | 0 | 1110 | 0 | 1100100 | 11011 | 1000100 | 1100100 | 100100 |
Color Harmonies of #9FB900
Complementary color
Monochromatic Colors of #9FB900
Black with #9FB900
Text Example
Text Example
White with #9FB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB900; }
p { color: rgb(159,185,0); }
H1.HeaderClassName
{
color: #9FB900;
}
.AnyTagClassName
{
color: #9FB900;
}
</style>
background-color css
<style>
a { background-color: #9FB900; }
a { background-color: rgb(159,185,0); }
div.DivClassName
{
background-color: #9FB900;
}
.BgClassName
{
background-color: #9FB900;
}
</style>
border-color css
<style>
span { border-color: #9FB900; }
span { border-color: rgb(159,185,0); }
td.TdClassName
{
border-color: #9FB900;
}
.TagClassName
{
border-color: #9FB900;
}
</style>