Shades of Citrus #9FB314
Tints of Citrus #9FB314
RGB
CMYK
RGB Variations
Color information
#9FB314 (or 0x9FB314) is known color: Citrus. HEX triplet: 9F, B3 and 14. RGB value is (159,179,20). Sum of RGB (Red+Green+Blue) = 159+179+20=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB314 is #604CEB. Grayscale: #9B9B9B. Windows color (decimal): -6311148 or 1356703. OLE color: 1356703.
HSL color Cylindrical-coordinate representation of color #9FB314: hue angle of 67.55º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FB314 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 20 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.30 |
| HSL | 67.55º | 0.8% | 0.39% | - |
| HSV(B) | 67.55º | 0.89% | 0.7% | - |
| XYZ | 30.54 | 39.66 | 6.71 | - |
| YUV | 154.89 | 51.87 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 20 | 0.11 | 0 | 0.89 | 0.30 | 67.55 | 0.8 | 0.39 |
| Hex | 9F | B3 | 14 | B | 0 | 59 | 1E | 44 | 50 | 27 |
| Octal | 237 | 263 | 24 | 13 | 0 | 131 | 36 | 104 | 120 | 47 |
| Binary | 10011111 | 10110011 | 10100 | 1011 | 0 | 1011001 | 11110 | 1000100 | 1010000 | 100111 |
Color Harmonies of #9FB314
Complementary color
Monochromatic Colors of #9FB314
Black with #9FB314
Text Example
Text Example
White with #9FB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB314; }
p { color: rgb(159,179,20); }
H1.HeaderClassName
{
color: #9FB314;
}
.AnyTagClassName
{
color: #9FB314;
}
</style>
background-color css
<style>
a { background-color: #9FB314; }
a { background-color: rgb(159,179,20); }
div.DivClassName
{
background-color: #9FB314;
}
.BgClassName
{
background-color: #9FB314;
}
</style>
border-color css
<style>
span { border-color: #9FB314; }
span { border-color: rgb(159,179,20); }
td.TdClassName
{
border-color: #9FB314;
}
.TagClassName
{
border-color: #9FB314;
}
</style>