Shades of Citrus #9FA805
Tints of Citrus #9FA805
RGB
CMYK
RGB Variations
Color information
#9FA805 (or 0x9FA805) is known color: Citrus. HEX triplet: 9F, A8 and 05. RGB value is (159,168,5). Sum of RGB (Red+Green+Blue) = 159+168+5=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA805 is #6057FA. Grayscale: #939393. Windows color (decimal): -6313979 or 370847. OLE color: 370847.
HSL color Cylindrical-coordinate representation of color #9FA805: hue angle of 63.31º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FA805 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.34 |
| HSL | 63.31º | 0.94% | 0.34% | - |
| HSV(B) | 63.31º | 0.97% | 0.66% | - |
| XYZ | 28.33 | 35.39 | 5.48 | - |
| YUV | 146.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 5 | 0.05 | 0 | 0.97 | 0.34 | 63.31 | 0.94 | 0.34 |
| Hex | 9F | A8 | 5 | 5 | 0 | 61 | 22 | 3F | 5E | 22 |
| Octal | 237 | 250 | 5 | 5 | 0 | 141 | 42 | 77 | 136 | 42 |
| Binary | 10011111 | 10101000 | 101 | 101 | 0 | 1100001 | 100010 | 111111 | 1011110 | 100010 |
Color Harmonies of #9FA805
Complementary color
Monochromatic Colors of #9FA805
Black with #9FA805
Text Example
Text Example
White with #9FA805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA805; }
p { color: rgb(159,168,5); }
H1.HeaderClassName
{
color: #9FA805;
}
.AnyTagClassName
{
color: #9FA805;
}
</style>
background-color css
<style>
a { background-color: #9FA805; }
a { background-color: rgb(159,168,5); }
div.DivClassName
{
background-color: #9FA805;
}
.BgClassName
{
background-color: #9FA805;
}
</style>
border-color css
<style>
span { border-color: #9FA805; }
span { border-color: rgb(159,168,5); }
td.TdClassName
{
border-color: #9FA805;
}
.TagClassName
{
border-color: #9FA805;
}
</style>