Shades of Citrus #9FAB0E
Tints of Citrus #9FAB0E
RGB
CMYK
RGB Variations
Color information
#9FAB0E (or 0x9FAB0E) is known color: Citrus. HEX triplet: 9F, AB and 0E. RGB value is (159,171,14). Sum of RGB (Red+Green+Blue) = 159+171+14=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAB0E is #6054F1. Grayscale: #969696. Windows color (decimal): -6313202 or 961439. OLE color: 961439.
HSL color Cylindrical-coordinate representation of color #9FAB0E: hue angle of 64.59º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FAB0E is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 14 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.33 |
| HSL | 64.59º | 0.85% | 0.36% | - |
| HSV(B) | 64.59º | 0.92% | 0.67% | - |
| XYZ | 28.94 | 36.53 | 5.94 | - |
| YUV | 149.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 14 | 0.07 | 0 | 0.92 | 0.33 | 64.59 | 0.85 | 0.36 |
| Hex | 9F | AB | E | 7 | 0 | 5C | 21 | 41 | 55 | 24 |
| Octal | 237 | 253 | 16 | 7 | 0 | 134 | 41 | 101 | 125 | 44 |
| Binary | 10011111 | 10101011 | 1110 | 111 | 0 | 1011100 | 100001 | 1000001 | 1010101 | 100100 |
Color Harmonies of #9FAB0E
Complementary color
Monochromatic Colors of #9FAB0E
Black with #9FAB0E
Text Example
Text Example
White with #9FAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB0E; }
p { color: rgb(159,171,14); }
H1.HeaderClassName
{
color: #9FAB0E;
}
.AnyTagClassName
{
color: #9FAB0E;
}
</style>
background-color css
<style>
a { background-color: #9FAB0E; }
a { background-color: rgb(159,171,14); }
div.DivClassName
{
background-color: #9FAB0E;
}
.BgClassName
{
background-color: #9FAB0E;
}
</style>
border-color css
<style>
span { border-color: #9FAB0E; }
span { border-color: rgb(159,171,14); }
td.TdClassName
{
border-color: #9FAB0E;
}
.TagClassName
{
border-color: #9FAB0E;
}
</style>