Shades of Citrus #9FA801
Tints of Citrus #9FA801
RGB
CMYK
RGB Variations
Color information
#9FA801 (or 0x9FA801) is known color: Citrus. HEX triplet: 9F, A8 and 01. RGB value is (159,168,1). Sum of RGB (Red+Green+Blue) = 159+168+1=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 168 (66.02% from 255 or 51.22% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA801 is #6057FE. Grayscale: #929292. Windows color (decimal): -6313983 or 108703. OLE color: 108703.
HSL color Cylindrical-coordinate representation of color #9FA801: hue angle of 63.23º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FA801 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.34 |
| HSL | 63.23º | 0.99% | 0.33% | - |
| HSV(B) | 63.23º | 0.99% | 0.66% | - |
| XYZ | 28.31 | 35.38 | 5.37 | - |
| YUV | 146.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 1 | 0.05 | 0 | 0.99 | 0.34 | 63.23 | 0.99 | 0.33 |
| Hex | 9F | A8 | 1 | 5 | 0 | 63 | 22 | 3F | 63 | 21 |
| Octal | 237 | 250 | 1 | 5 | 0 | 143 | 42 | 77 | 143 | 41 |
| Binary | 10011111 | 10101000 | 1 | 101 | 0 | 1100011 | 100010 | 111111 | 1100011 | 100001 |
Color Harmonies of #9FA801
Complementary color
Monochromatic Colors of #9FA801
Black with #9FA801
Text Example
Text Example
White with #9FA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA801; }
p { color: rgb(159,168,1); }
H1.HeaderClassName
{
color: #9FA801;
}
.AnyTagClassName
{
color: #9FA801;
}
</style>
background-color css
<style>
a { background-color: #9FA801; }
a { background-color: rgb(159,168,1); }
div.DivClassName
{
background-color: #9FA801;
}
.BgClassName
{
background-color: #9FA801;
}
</style>
border-color css
<style>
span { border-color: #9FA801; }
span { border-color: rgb(159,168,1); }
td.TdClassName
{
border-color: #9FA801;
}
.TagClassName
{
border-color: #9FA801;
}
</style>