Shades of Citron #9FA72B
Tints of Citron #9FA72B
RGB
CMYK
RGB Variations
Color information
#9FA72B (or 0x9FA72B) is known color: Citron. HEX triplet: 9F, A7 and 2B. RGB value is (159,167,43). Sum of RGB (Red+Green+Blue) = 159+167+43=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA72B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA72B is #6058D4. Grayscale: #969696. Windows color (decimal): -6314197 or 2860959. OLE color: 2860959.
HSL color Cylindrical-coordinate representation of color #9FA72B: hue angle of 63.87º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FA72B is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 43 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.35 |
| HSL | 63.87º | 0.59% | 0.41% | - |
| HSV(B) | 63.87º | 0.74% | 0.65% | - |
| XYZ | 28.55 | 35.18 | 7.57 | - |
| YUV | 150.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 43 | 0.05 | 0 | 0.74 | 0.35 | 63.87 | 0.59 | 0.41 |
| Hex | 9F | A7 | 2B | 5 | 0 | 4A | 23 | 40 | 3B | 29 |
| Octal | 237 | 247 | 53 | 5 | 0 | 112 | 43 | 100 | 73 | 51 |
| Binary | 10011111 | 10100111 | 101011 | 101 | 0 | 1001010 | 100011 | 1000000 | 111011 | 101001 |
Color Harmonies of #9FA72B
Complementary color
Monochromatic Colors of #9FA72B
Black with #9FA72B
Text Example
Text Example
White with #9FA72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA72B; }
p { color: rgb(159,167,43); }
H1.HeaderClassName
{
color: #9FA72B;
}
.AnyTagClassName
{
color: #9FA72B;
}
</style>
background-color css
<style>
a { background-color: #9FA72B; }
a { background-color: rgb(159,167,43); }
div.DivClassName
{
background-color: #9FA72B;
}
.BgClassName
{
background-color: #9FA72B;
}
</style>
border-color css
<style>
span { border-color: #9FA72B; }
span { border-color: rgb(159,167,43); }
td.TdClassName
{
border-color: #9FA72B;
}
.TagClassName
{
border-color: #9FA72B;
}
</style>