Shades of Citrus #9FA101
Tints of Citrus #9FA101
RGB
CMYK
RGB Variations
Color information
#9FA101 (or 0x9FA101) is known color: Citrus. HEX triplet: 9F, A1 and 01. RGB value is (159,161,1). Sum of RGB (Red+Green+Blue) = 159+161+1=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA101 is #605EFE. Grayscale: #8E8E8E. Windows color (decimal): -6315775 or 106911. OLE color: 106911.
HSL color Cylindrical-coordinate representation of color #9FA101: hue angle of 60.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FA101 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.37 |
| HSL | 60.75º | 0.99% | 0.32% | - |
| HSV(B) | 60.75º | 0.99% | 0.63% | - |
| XYZ | 27.05 | 32.86 | 4.95 | - |
| YUV | 142.16 | 48.34 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 1 | 0.01 | 0 | 0.99 | 0.37 | 60.75 | 0.99 | 0.32 |
| Hex | 9F | A1 | 1 | 1 | 0 | 63 | 25 | 3D | 63 | 20 |
| Octal | 237 | 241 | 1 | 1 | 0 | 143 | 45 | 75 | 143 | 40 |
| Binary | 10011111 | 10100001 | 1 | 1 | 0 | 1100011 | 100101 | 111101 | 1100011 | 100000 |
Color Harmonies of #9FA101
Complementary color
Monochromatic Colors of #9FA101
Black with #9FA101
Text Example
Text Example
White with #9FA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA101; }
p { color: rgb(159,161,1); }
H1.HeaderClassName
{
color: #9FA101;
}
.AnyTagClassName
{
color: #9FA101;
}
</style>
background-color css
<style>
a { background-color: #9FA101; }
a { background-color: rgb(159,161,1); }
div.DivClassName
{
background-color: #9FA101;
}
.BgClassName
{
background-color: #9FA101;
}
</style>
border-color css
<style>
span { border-color: #9FA101; }
span { border-color: rgb(159,161,1); }
td.TdClassName
{
border-color: #9FA101;
}
.TagClassName
{
border-color: #9FA101;
}
</style>