Shades of Citrus #9FA511
Tints of Citrus #9FA511
RGB
CMYK
RGB Variations
Color information
#9FA511 (or 0x9FA511) is known color: Citrus. HEX triplet: 9F, A5 and 11. RGB value is (159,165,17). Sum of RGB (Red+Green+Blue) = 159+165+17=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA511 is #605AEE. Grayscale: #929292. Windows color (decimal): -6314735 or 1156511. OLE color: 1156511.
HSL color Cylindrical-coordinate representation of color #9FA511: hue angle of 62.43º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FA511 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 17 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.35 |
| HSL | 62.43º | 0.81% | 0.36% | - |
| HSV(B) | 62.43º | 0.9% | 0.65% | - |
| XYZ | 27.85 | 34.32 | 5.69 | - |
| YUV | 146.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 17 | 0.04 | 0 | 0.90 | 0.35 | 62.43 | 0.81 | 0.36 |
| Hex | 9F | A5 | 11 | 4 | 0 | 5A | 23 | 3E | 51 | 24 |
| Octal | 237 | 245 | 21 | 4 | 0 | 132 | 43 | 76 | 121 | 44 |
| Binary | 10011111 | 10100101 | 10001 | 100 | 0 | 1011010 | 100011 | 111110 | 1010001 | 100100 |
Color Harmonies of #9FA511
Complementary color
Monochromatic Colors of #9FA511
Black with #9FA511
Text Example
Text Example
White with #9FA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA511; }
p { color: rgb(159,165,17); }
H1.HeaderClassName
{
color: #9FA511;
}
.AnyTagClassName
{
color: #9FA511;
}
</style>
background-color css
<style>
a { background-color: #9FA511; }
a { background-color: rgb(159,165,17); }
div.DivClassName
{
background-color: #9FA511;
}
.BgClassName
{
background-color: #9FA511;
}
</style>
border-color css
<style>
span { border-color: #9FA511; }
span { border-color: rgb(159,165,17); }
td.TdClassName
{
border-color: #9FA511;
}
.TagClassName
{
border-color: #9FA511;
}
</style>