Shades of Citron #9FA627
Tints of Citron #9FA627
RGB
CMYK
RGB Variations
Color information
#9FA627 (or 0x9FA627) is known color: Citron. HEX triplet: 9F, A6 and 27. RGB value is (159,166,39). Sum of RGB (Red+Green+Blue) = 159+166+39=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA627 is #6059D8. Grayscale: #959595. Windows color (decimal): -6314457 or 2598559. OLE color: 2598559.
HSL color Cylindrical-coordinate representation of color #9FA627: hue angle of 63.31º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FA627 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 39 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.35 |
| HSL | 63.31º | 0.62% | 0.4% | - |
| HSV(B) | 63.31º | 0.77% | 0.65% | - |
| XYZ | 28.3 | 34.79 | 7.14 | - |
| YUV | 149.43 | 65.68 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 39 | 0.04 | 0 | 0.77 | 0.35 | 63.31 | 0.62 | 0.4 |
| Hex | 9F | A6 | 27 | 4 | 0 | 4D | 23 | 3F | 3E | 28 |
| Octal | 237 | 246 | 47 | 4 | 0 | 115 | 43 | 77 | 76 | 50 |
| Binary | 10011111 | 10100110 | 100111 | 100 | 0 | 1001101 | 100011 | 111111 | 111110 | 101000 |
Color Harmonies of #9FA627
Complementary color
Monochromatic Colors of #9FA627
Black with #9FA627
Text Example
Text Example
White with #9FA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA627; }
p { color: rgb(159,166,39); }
H1.HeaderClassName
{
color: #9FA627;
}
.AnyTagClassName
{
color: #9FA627;
}
</style>
background-color css
<style>
a { background-color: #9FA627; }
a { background-color: rgb(159,166,39); }
div.DivClassName
{
background-color: #9FA627;
}
.BgClassName
{
background-color: #9FA627;
}
</style>
border-color css
<style>
span { border-color: #9FA627; }
span { border-color: rgb(159,166,39); }
td.TdClassName
{
border-color: #9FA627;
}
.TagClassName
{
border-color: #9FA627;
}
</style>