Shades of Citrus #9FB100
Tints of Citrus #9FB100
RGB
CMYK
RGB Variations
Color information
#9FB100 (or 0x9FB100) is known color: Citrus. HEX triplet: 9F, B1 and 00. RGB value is (159,177,0). Sum of RGB (Red+Green+Blue) = 159+177+0=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB100 is #604EFF. Grayscale: #989898. Windows color (decimal): -6311680 or 45471. OLE color: 45471.
HSL color Cylindrical-coordinate representation of color #9FB100: hue angle of 66.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FB100 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.31 |
| HSL | 66.1º | 1% | 0.35% | - |
| HSV(B) | 66.1º | 1% | 0.69% | - |
| XYZ | 30.02 | 38.82 | 5.91 | - |
| YUV | 151.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 0 | 0.10 | 0 | 1 | 0.31 | 66.1 | 1 | 0.35 |
| Hex | 9F | B1 | 0 | A | 0 | 64 | 1F | 42 | 64 | 23 |
| Octal | 237 | 261 | 0 | 12 | 0 | 144 | 37 | 102 | 144 | 43 |
| Binary | 10011111 | 10110001 | 0 | 1010 | 0 | 1100100 | 11111 | 1000010 | 1100100 | 100011 |
Color Harmonies of #9FB100
Complementary color
Monochromatic Colors of #9FB100
Black with #9FB100
Text Example
Text Example
White with #9FB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB100; }
p { color: rgb(159,177,0); }
H1.HeaderClassName
{
color: #9FB100;
}
.AnyTagClassName
{
color: #9FB100;
}
</style>
background-color css
<style>
a { background-color: #9FB100; }
a { background-color: rgb(159,177,0); }
div.DivClassName
{
background-color: #9FB100;
}
.BgClassName
{
background-color: #9FB100;
}
</style>
border-color css
<style>
span { border-color: #9FB100; }
span { border-color: rgb(159,177,0); }
td.TdClassName
{
border-color: #9FB100;
}
.TagClassName
{
border-color: #9FB100;
}
</style>