Shades of Citrus #9FAB0D
Tints of Citrus #9FAB0D
RGB
CMYK
RGB Variations
Color information
#9FAB0D (or 0x9FAB0D) is known color: Citrus. HEX triplet: 9F, AB and 0D. RGB value is (159,171,13). Sum of RGB (Red+Green+Blue) = 159+171+13=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAB0D is #6054F2. Grayscale: #969696. Windows color (decimal): -6313203 or 895903. OLE color: 895903.
HSL color Cylindrical-coordinate representation of color #9FAB0D: hue angle of 64.56º degrees, saturation: 0.86, 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 #9FAB0D is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 13 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.33 |
| HSL | 64.56º | 0.86% | 0.36% | - |
| HSV(B) | 64.56º | 0.92% | 0.67% | - |
| XYZ | 28.93 | 36.53 | 5.91 | - |
| YUV | 149.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 13 | 0.07 | 0 | 0.92 | 0.33 | 64.56 | 0.86 | 0.36 |
| Hex | 9F | AB | D | 7 | 0 | 5C | 21 | 41 | 56 | 24 |
| Octal | 237 | 253 | 15 | 7 | 0 | 134 | 41 | 101 | 126 | 44 |
| Binary | 10011111 | 10101011 | 1101 | 111 | 0 | 1011100 | 100001 | 1000001 | 1010110 | 100100 |
Color Harmonies of #9FAB0D
Complementary color
Monochromatic Colors of #9FAB0D
Black with #9FAB0D
Text Example
Text Example
White with #9FAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB0D; }
p { color: rgb(159,171,13); }
H1.HeaderClassName
{
color: #9FAB0D;
}
.AnyTagClassName
{
color: #9FAB0D;
}
</style>
background-color css
<style>
a { background-color: #9FAB0D; }
a { background-color: rgb(159,171,13); }
div.DivClassName
{
background-color: #9FAB0D;
}
.BgClassName
{
background-color: #9FAB0D;
}
</style>
border-color css
<style>
span { border-color: #9FAB0D; }
span { border-color: rgb(159,171,13); }
td.TdClassName
{
border-color: #9FAB0D;
}
.TagClassName
{
border-color: #9FAB0D;
}
</style>