Shades of Citrus #9FA104
Tints of Citrus #9FA104
RGB
CMYK
RGB Variations
Color information
#9FA104 (or 0x9FA104) is known color: Citrus. HEX triplet: 9F, A1 and 04. RGB value is (159,161,4). Sum of RGB (Red+Green+Blue) = 159+161+4=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA104 is #605EFB. Grayscale: #8F8F8F. Windows color (decimal): -6315772 or 303519. OLE color: 303519.
HSL color Cylindrical-coordinate representation of color #9FA104: hue angle of 60.76º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FA104 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.37 |
| HSL | 60.76º | 0.95% | 0.32% | - |
| HSV(B) | 60.76º | 0.98% | 0.63% | - |
| XYZ | 27.06 | 32.87 | 5.03 | - |
| YUV | 142.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 4 | 0.01 | 0 | 0.98 | 0.37 | 60.76 | 0.95 | 0.32 |
| Hex | 9F | A1 | 4 | 1 | 0 | 62 | 25 | 3D | 5F | 20 |
| Octal | 237 | 241 | 4 | 1 | 0 | 142 | 45 | 75 | 137 | 40 |
| Binary | 10011111 | 10100001 | 100 | 1 | 0 | 1100010 | 100101 | 111101 | 1011111 | 100000 |
Color Harmonies of #9FA104
Complementary color
Monochromatic Colors of #9FA104
Black with #9FA104
Text Example
Text Example
White with #9FA104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA104; }
p { color: rgb(159,161,4); }
H1.HeaderClassName
{
color: #9FA104;
}
.AnyTagClassName
{
color: #9FA104;
}
</style>
background-color css
<style>
a { background-color: #9FA104; }
a { background-color: rgb(159,161,4); }
div.DivClassName
{
background-color: #9FA104;
}
.BgClassName
{
background-color: #9FA104;
}
</style>
border-color css
<style>
span { border-color: #9FA104; }
span { border-color: rgb(159,161,4); }
td.TdClassName
{
border-color: #9FA104;
}
.TagClassName
{
border-color: #9FA104;
}
</style>