Shades of Citron #9FA623
Tints of Citron #9FA623
RGB
CMYK
RGB Variations
Color information
#9FA623 (or 0x9FA623) is known color: Citron. HEX triplet: 9F, A6 and 23. RGB value is (159,166,35). Sum of RGB (Red+Green+Blue) = 159+166+35=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA623 is #6059DC. Grayscale: #959595. Windows color (decimal): -6314461 or 2336415. OLE color: 2336415.
HSL color Cylindrical-coordinate representation of color #9FA623: hue angle of 63.21º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FA623 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 35 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.35 |
| HSL | 63.21º | 0.65% | 0.39% | - |
| HSV(B) | 63.21º | 0.79% | 0.65% | - |
| XYZ | 28.24 | 34.76 | 6.81 | - |
| YUV | 148.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 35 | 0.04 | 0 | 0.79 | 0.35 | 63.21 | 0.65 | 0.39 |
| Hex | 9F | A6 | 23 | 4 | 0 | 4F | 23 | 3F | 41 | 27 |
| Octal | 237 | 246 | 43 | 4 | 0 | 117 | 43 | 77 | 101 | 47 |
| Binary | 10011111 | 10100110 | 100011 | 100 | 0 | 1001111 | 100011 | 111111 | 1000001 | 100111 |
Color Harmonies of #9FA623
Complementary color
Monochromatic Colors of #9FA623
Black with #9FA623
Text Example
Text Example
White with #9FA623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA623; }
p { color: rgb(159,166,35); }
H1.HeaderClassName
{
color: #9FA623;
}
.AnyTagClassName
{
color: #9FA623;
}
</style>
background-color css
<style>
a { background-color: #9FA623; }
a { background-color: rgb(159,166,35); }
div.DivClassName
{
background-color: #9FA623;
}
.BgClassName
{
background-color: #9FA623;
}
</style>
border-color css
<style>
span { border-color: #9FA623; }
span { border-color: rgb(159,166,35); }
td.TdClassName
{
border-color: #9FA623;
}
.TagClassName
{
border-color: #9FA623;
}
</style>