Shades of Citron #9FA931
Tints of Citron #9FA931
RGB
CMYK
RGB Variations
Color information
#9FA931 (or 0x9FA931) is known color: Citron. HEX triplet: 9F, A9 and 31. RGB value is (159,169,49). Sum of RGB (Red+Green+Blue) = 159+169+49=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA931 is #6056CE. Grayscale: #989898. Windows color (decimal): -6313679 or 3254687. OLE color: 3254687.
HSL color Cylindrical-coordinate representation of color #9FA931: hue angle of 65º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FA931 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 49 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.34 |
| HSL | 65º | 0.55% | 0.43% | - |
| HSV(B) | 65º | 0.71% | 0.66% | - |
| XYZ | 29.04 | 35.97 | 8.32 | - |
| YUV | 152.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 49 | 0.06 | 0 | 0.71 | 0.34 | 65 | 0.55 | 0.43 |
| Hex | 9F | A9 | 31 | 6 | 0 | 47 | 22 | 41 | 37 | 2B |
| Octal | 237 | 251 | 61 | 6 | 0 | 107 | 42 | 101 | 67 | 53 |
| Binary | 10011111 | 10101001 | 110001 | 110 | 0 | 1000111 | 100010 | 1000001 | 110111 | 101011 |
Color Harmonies of #9FA931
Complementary color
Monochromatic Colors of #9FA931
Black with #9FA931
Text Example
Text Example
White with #9FA931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA931; }
p { color: rgb(159,169,49); }
H1.HeaderClassName
{
color: #9FA931;
}
.AnyTagClassName
{
color: #9FA931;
}
</style>
background-color css
<style>
a { background-color: #9FA931; }
a { background-color: rgb(159,169,49); }
div.DivClassName
{
background-color: #9FA931;
}
.BgClassName
{
background-color: #9FA931;
}
</style>
border-color css
<style>
span { border-color: #9FA931; }
span { border-color: rgb(159,169,49); }
td.TdClassName
{
border-color: #9FA931;
}
.TagClassName
{
border-color: #9FA931;
}
</style>