Shades of Citrus #9FB110
Tints of Citrus #9FB110
RGB
CMYK
RGB Variations
Color information
#9FB110 (or 0x9FB110) is known color: Citrus. HEX triplet: 9F, B1 and 10. RGB value is (159,177,16). Sum of RGB (Red+Green+Blue) = 159+177+16=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB110 is #604EEF. Grayscale: #999999. Windows color (decimal): -6311664 or 1094047. OLE color: 1094047.
HSL color Cylindrical-coordinate representation of color #9FB110: hue angle of 66.71º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FB110 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 177 | 16 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.31 |
| HSL | 66.71º | 0.83% | 0.38% | - |
| HSV(B) | 66.71º | 0.91% | 0.69% | - |
| XYZ | 30.11 | 38.85 | 6.4 | - |
| YUV | 153.26 | 50.54 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 16 | 0.10 | 0 | 0.91 | 0.31 | 66.71 | 0.83 | 0.38 |
| Hex | 9F | B1 | 10 | A | 0 | 5B | 1F | 43 | 53 | 26 |
| Octal | 237 | 261 | 20 | 12 | 0 | 133 | 37 | 103 | 123 | 46 |
| Binary | 10011111 | 10110001 | 10000 | 1010 | 0 | 1011011 | 11111 | 1000011 | 1010011 | 100110 |
Color Harmonies of #9FB110
Complementary color
Monochromatic Colors of #9FB110
Black with #9FB110
Text Example
Text Example
White with #9FB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB110; }
p { color: rgb(159,177,16); }
H1.HeaderClassName
{
color: #9FB110;
}
.AnyTagClassName
{
color: #9FB110;
}
</style>
background-color css
<style>
a { background-color: #9FB110; }
a { background-color: rgb(159,177,16); }
div.DivClassName
{
background-color: #9FB110;
}
.BgClassName
{
background-color: #9FB110;
}
</style>
border-color css
<style>
span { border-color: #9FB110; }
span { border-color: rgb(159,177,16); }
td.TdClassName
{
border-color: #9FB110;
}
.TagClassName
{
border-color: #9FB110;
}
</style>