Shades of Citrus #9FA904
Tints of Citrus #9FA904
RGB
CMYK
RGB Variations
Color information
#9FA904 (or 0x9FA904) is known color: Citrus. HEX triplet: 9F, A9 and 04. RGB value is (159,169,4). Sum of RGB (Red+Green+Blue) = 159+169+4=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA904 is #6056FB. Grayscale: #939393. Windows color (decimal): -6313724 or 305567. OLE color: 305567.
HSL color Cylindrical-coordinate representation of color #9FA904: hue angle of 63.64º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FA904 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.34 |
| HSL | 63.64º | 0.95% | 0.34% | - |
| HSV(B) | 63.64º | 0.98% | 0.66% | - |
| XYZ | 28.51 | 35.76 | 5.51 | - |
| YUV | 147.2 | 47.19 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 4 | 0.06 | 0 | 0.98 | 0.34 | 63.64 | 0.95 | 0.34 |
| Hex | 9F | A9 | 4 | 6 | 0 | 62 | 22 | 40 | 5F | 22 |
| Octal | 237 | 251 | 4 | 6 | 0 | 142 | 42 | 100 | 137 | 42 |
| Binary | 10011111 | 10101001 | 100 | 110 | 0 | 1100010 | 100010 | 1000000 | 1011111 | 100010 |
Color Harmonies of #9FA904
Complementary color
Monochromatic Colors of #9FA904
Black with #9FA904
Text Example
Text Example
White with #9FA904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA904; }
p { color: rgb(159,169,4); }
H1.HeaderClassName
{
color: #9FA904;
}
.AnyTagClassName
{
color: #9FA904;
}
</style>
background-color css
<style>
a { background-color: #9FA904; }
a { background-color: rgb(159,169,4); }
div.DivClassName
{
background-color: #9FA904;
}
.BgClassName
{
background-color: #9FA904;
}
</style>
border-color css
<style>
span { border-color: #9FA904; }
span { border-color: rgb(159,169,4); }
td.TdClassName
{
border-color: #9FA904;
}
.TagClassName
{
border-color: #9FA904;
}
</style>