Shades of Citrus #9FA005
Tints of Citrus #9FA005
RGB
CMYK
RGB Variations
Color information
#9FA005 (or 0x9FA005) is known color: Citrus. HEX triplet: 9F, A0 and 05. RGB value is (159,160,5). Sum of RGB (Red+Green+Blue) = 159+160+5=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA005 is #605FFA. Grayscale: #8E8E8E. Windows color (decimal): -6316027 or 368799. OLE color: 368799.
HSL color Cylindrical-coordinate representation of color #9FA005: hue angle of 60.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FA005 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 5 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.37 |
| HSL | 60.39º | 0.94% | 0.32% | - |
| HSV(B) | 60.39º | 0.97% | 0.63% | - |
| XYZ | 26.9 | 32.52 | 5 | - |
| YUV | 142.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 5 | 0.01 | 0 | 0.97 | 0.37 | 60.39 | 0.94 | 0.32 |
| Hex | 9F | A0 | 5 | 1 | 0 | 61 | 25 | 3C | 5E | 20 |
| Octal | 237 | 240 | 5 | 1 | 0 | 141 | 45 | 74 | 136 | 40 |
| Binary | 10011111 | 10100000 | 101 | 1 | 0 | 1100001 | 100101 | 111100 | 1011110 | 100000 |
Color Harmonies of #9FA005
Complementary color
Monochromatic Colors of #9FA005
Black with #9FA005
Text Example
Text Example
White with #9FA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA005; }
p { color: rgb(159,160,5); }
H1.HeaderClassName
{
color: #9FA005;
}
.AnyTagClassName
{
color: #9FA005;
}
</style>
background-color css
<style>
a { background-color: #9FA005; }
a { background-color: rgb(159,160,5); }
div.DivClassName
{
background-color: #9FA005;
}
.BgClassName
{
background-color: #9FA005;
}
</style>
border-color css
<style>
span { border-color: #9FA005; }
span { border-color: rgb(159,160,5); }
td.TdClassName
{
border-color: #9FA005;
}
.TagClassName
{
border-color: #9FA005;
}
</style>