Shades of Citrus #9FAB16
Tints of Citrus #9FAB16
RGB
CMYK
RGB Variations
Color information
#9FAB16 (or 0x9FAB16) is known color: Citrus. HEX triplet: 9F, AB and 16. RGB value is (159,171,22). Sum of RGB (Red+Green+Blue) = 159+171+22=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAB16 is #6054E9. Grayscale: #979797. Windows color (decimal): -6313194 or 1485727. OLE color: 1485727.
HSL color Cylindrical-coordinate representation of color #9FAB16: hue angle of 64.83º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FAB16 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 22 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.33 |
| HSL | 64.83º | 0.77% | 0.38% | - |
| HSV(B) | 64.83º | 0.87% | 0.67% | - |
| XYZ | 29.01 | 36.55 | 6.29 | - |
| YUV | 150.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 22 | 0.07 | 0 | 0.87 | 0.33 | 64.83 | 0.77 | 0.38 |
| Hex | 9F | AB | 16 | 7 | 0 | 57 | 21 | 41 | 4D | 26 |
| Octal | 237 | 253 | 26 | 7 | 0 | 127 | 41 | 101 | 115 | 46 |
| Binary | 10011111 | 10101011 | 10110 | 111 | 0 | 1010111 | 100001 | 1000001 | 1001101 | 100110 |
Color Harmonies of #9FAB16
Complementary color
Monochromatic Colors of #9FAB16
Black with #9FAB16
Text Example
Text Example
White with #9FAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB16; }
p { color: rgb(159,171,22); }
H1.HeaderClassName
{
color: #9FAB16;
}
.AnyTagClassName
{
color: #9FAB16;
}
</style>
background-color css
<style>
a { background-color: #9FAB16; }
a { background-color: rgb(159,171,22); }
div.DivClassName
{
background-color: #9FAB16;
}
.BgClassName
{
background-color: #9FAB16;
}
</style>
border-color css
<style>
span { border-color: #9FAB16; }
span { border-color: rgb(159,171,22); }
td.TdClassName
{
border-color: #9FAB16;
}
.TagClassName
{
border-color: #9FAB16;
}
</style>