Shades of Citron #9FA72D
Tints of Citron #9FA72D
RGB
CMYK
RGB Variations
Color information
#9FA72D (or 0x9FA72D) is known color: Citron. HEX triplet: 9F, A7 and 2D. RGB value is (159,167,45). Sum of RGB (Red+Green+Blue) = 159+167+45=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA72D is #6058D2. Grayscale: #979797. Windows color (decimal): -6314195 or 2992031. OLE color: 2992031.
HSL color Cylindrical-coordinate representation of color #9FA72D: hue angle of 63.93º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FA72D is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 45 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.35 |
| HSL | 63.93º | 0.58% | 0.42% | - |
| HSV(B) | 63.93º | 0.73% | 0.65% | - |
| XYZ | 28.59 | 35.2 | 7.77 | - |
| YUV | 150.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 45 | 0.05 | 0 | 0.73 | 0.35 | 63.93 | 0.58 | 0.42 |
| Hex | 9F | A7 | 2D | 5 | 0 | 49 | 23 | 40 | 3A | 2A |
| Octal | 237 | 247 | 55 | 5 | 0 | 111 | 43 | 100 | 72 | 52 |
| Binary | 10011111 | 10100111 | 101101 | 101 | 0 | 1001001 | 100011 | 1000000 | 111010 | 101010 |
Color Harmonies of #9FA72D
Complementary color
Monochromatic Colors of #9FA72D
Black with #9FA72D
Text Example
Text Example
White with #9FA72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA72D; }
p { color: rgb(159,167,45); }
H1.HeaderClassName
{
color: #9FA72D;
}
.AnyTagClassName
{
color: #9FA72D;
}
</style>
background-color css
<style>
a { background-color: #9FA72D; }
a { background-color: rgb(159,167,45); }
div.DivClassName
{
background-color: #9FA72D;
}
.BgClassName
{
background-color: #9FA72D;
}
</style>
border-color css
<style>
span { border-color: #9FA72D; }
span { border-color: rgb(159,167,45); }
td.TdClassName
{
border-color: #9FA72D;
}
.TagClassName
{
border-color: #9FA72D;
}
</style>