Shades of Citrus #9FA900
Tints of Citrus #9FA900
RGB
CMYK
RGB Variations
Color information
#9FA900 (or 0x9FA900) is known color: Citrus. HEX triplet: 9F, A9 and 00. RGB value is (159,169,0). Sum of RGB (Red+Green+Blue) = 159+169+0=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 169 (66.41% from 255 or 51.52% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA900 is #6056FF. Grayscale: #939393. Windows color (decimal): -6313728 or 43423. OLE color: 43423.
HSL color Cylindrical-coordinate representation of color #9FA900: hue angle of 63.55º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FA900 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.34 |
| HSL | 63.55º | 1% | 0.33% | - |
| HSV(B) | 63.55º | 1% | 0.66% | - |
| XYZ | 28.49 | 35.75 | 5.4 | - |
| YUV | 146.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 0 | 0.06 | 0 | 1 | 0.34 | 63.55 | 1 | 0.33 |
| Hex | 9F | A9 | 0 | 6 | 0 | 64 | 22 | 40 | 64 | 21 |
| Octal | 237 | 251 | 0 | 6 | 0 | 144 | 42 | 100 | 144 | 41 |
| Binary | 10011111 | 10101001 | 0 | 110 | 0 | 1100100 | 100010 | 1000000 | 1100100 | 100001 |
Color Harmonies of #9FA900
Complementary color
Monochromatic Colors of #9FA900
Black with #9FA900
Text Example
Text Example
White with #9FA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA900; }
p { color: rgb(159,169,0); }
H1.HeaderClassName
{
color: #9FA900;
}
.AnyTagClassName
{
color: #9FA900;
}
</style>
background-color css
<style>
a { background-color: #9FA900; }
a { background-color: rgb(159,169,0); }
div.DivClassName
{
background-color: #9FA900;
}
.BgClassName
{
background-color: #9FA900;
}
</style>
border-color css
<style>
span { border-color: #9FA900; }
span { border-color: rgb(159,169,0); }
td.TdClassName
{
border-color: #9FA900;
}
.TagClassName
{
border-color: #9FA900;
}
</style>