Shades of Citrus #9FA107
Tints of Citrus #9FA107
RGB
CMYK
RGB Variations
Color information
#9FA107 (or 0x9FA107) is known color: Citrus. HEX triplet: 9F, A1 and 07. RGB value is (159,161,7). Sum of RGB (Red+Green+Blue) = 159+161+7=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA107 is #605EF8. Grayscale: #8F8F8F. Windows color (decimal): -6315769 or 500127. OLE color: 500127.
HSL color Cylindrical-coordinate representation of color #9FA107: hue angle of 60.78º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FA107 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 7 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.37 |
| HSL | 60.78º | 0.92% | 0.33% | - |
| HSV(B) | 60.78º | 0.96% | 0.63% | - |
| XYZ | 27.08 | 32.88 | 5.12 | - |
| YUV | 142.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 7 | 0.01 | 0 | 0.96 | 0.37 | 60.78 | 0.92 | 0.33 |
| Hex | 9F | A1 | 7 | 1 | 0 | 60 | 25 | 3D | 5C | 21 |
| Octal | 237 | 241 | 7 | 1 | 0 | 140 | 45 | 75 | 134 | 41 |
| Binary | 10011111 | 10100001 | 111 | 1 | 0 | 1100000 | 100101 | 111101 | 1011100 | 100001 |
Color Harmonies of #9FA107
Complementary color
Monochromatic Colors of #9FA107
Black with #9FA107
Text Example
Text Example
White with #9FA107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA107; }
p { color: rgb(159,161,7); }
H1.HeaderClassName
{
color: #9FA107;
}
.AnyTagClassName
{
color: #9FA107;
}
</style>
background-color css
<style>
a { background-color: #9FA107; }
a { background-color: rgb(159,161,7); }
div.DivClassName
{
background-color: #9FA107;
}
.BgClassName
{
background-color: #9FA107;
}
</style>
border-color css
<style>
span { border-color: #9FA107; }
span { border-color: rgb(159,161,7); }
td.TdClassName
{
border-color: #9FA107;
}
.TagClassName
{
border-color: #9FA107;
}
</style>