Shades of Citrus #9FB70F
Tints of Citrus #9FB70F
RGB
CMYK
RGB Variations
Color information
#9FB70F (or 0x9FB70F) is known color: Citrus. HEX triplet: 9F, B7 and 0F. RGB value is (159,183,15). Sum of RGB (Red+Green+Blue) = 159+183+15=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB70F is #6048F0. Grayscale: #9D9D9D. Windows color (decimal): -6310129 or 1030047. OLE color: 1030047.
HSL color Cylindrical-coordinate representation of color #9FB70F: hue angle of 68.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FB70F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 15 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.28 |
| HSL | 68.57º | 0.85% | 0.39% | - |
| HSV(B) | 68.57º | 0.92% | 0.72% | - |
| XYZ | 31.32 | 41.27 | 6.77 | - |
| YUV | 156.67 | 48.05 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 15 | 0.13 | 0 | 0.92 | 0.28 | 68.57 | 0.85 | 0.39 |
| Hex | 9F | B7 | F | D | 0 | 5C | 1C | 45 | 55 | 27 |
| Octal | 237 | 267 | 17 | 15 | 0 | 134 | 34 | 105 | 125 | 47 |
| Binary | 10011111 | 10110111 | 1111 | 1101 | 0 | 1011100 | 11100 | 1000101 | 1010101 | 100111 |
Color Harmonies of #9FB70F
Complementary color
Monochromatic Colors of #9FB70F
Black with #9FB70F
Text Example
Text Example
White with #9FB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB70F; }
p { color: rgb(159,183,15); }
H1.HeaderClassName
{
color: #9FB70F;
}
.AnyTagClassName
{
color: #9FB70F;
}
</style>
background-color css
<style>
a { background-color: #9FB70F; }
a { background-color: rgb(159,183,15); }
div.DivClassName
{
background-color: #9FB70F;
}
.BgClassName
{
background-color: #9FB70F;
}
</style>
border-color css
<style>
span { border-color: #9FB70F; }
span { border-color: rgb(159,183,15); }
td.TdClassName
{
border-color: #9FB70F;
}
.TagClassName
{
border-color: #9FB70F;
}
</style>