Shades of Citrus #9FA007
Tints of Citrus #9FA007
RGB
CMYK
RGB Variations
Color information
#9FA007 (or 0x9FA007) is known color: Citrus. HEX triplet: 9F, A0 and 07. RGB value is (159,160,7). Sum of RGB (Red+Green+Blue) = 159+160+7=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA007 is #605FF8. Grayscale: #8E8E8E. Windows color (decimal): -6316025 or 499871. OLE color: 499871.
HSL color Cylindrical-coordinate representation of color #9FA007: hue angle of 60.39º 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 #9FA007 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 7 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.37 |
| HSL | 60.39º | 0.92% | 0.33% | - |
| HSV(B) | 60.39º | 0.96% | 0.63% | - |
| XYZ | 26.91 | 32.53 | 5.06 | - |
| YUV | 142.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 7 | 0.01 | 0 | 0.96 | 0.37 | 60.39 | 0.92 | 0.33 |
| Hex | 9F | A0 | 7 | 1 | 0 | 60 | 25 | 3C | 5C | 21 |
| Octal | 237 | 240 | 7 | 1 | 0 | 140 | 45 | 74 | 134 | 41 |
| Binary | 10011111 | 10100000 | 111 | 1 | 0 | 1100000 | 100101 | 111100 | 1011100 | 100001 |
Color Harmonies of #9FA007
Complementary color
Monochromatic Colors of #9FA007
Black with #9FA007
Text Example
Text Example
White with #9FA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA007; }
p { color: rgb(159,160,7); }
H1.HeaderClassName
{
color: #9FA007;
}
.AnyTagClassName
{
color: #9FA007;
}
</style>
background-color css
<style>
a { background-color: #9FA007; }
a { background-color: rgb(159,160,7); }
div.DivClassName
{
background-color: #9FA007;
}
.BgClassName
{
background-color: #9FA007;
}
</style>
border-color css
<style>
span { border-color: #9FA007; }
span { border-color: rgb(159,160,7); }
td.TdClassName
{
border-color: #9FA007;
}
.TagClassName
{
border-color: #9FA007;
}
</style>