Shades of Citron #9FA323
Tints of Citron #9FA323
RGB
CMYK
RGB Variations
Color information
#9FA323 (or 0x9FA323) is known color: Citron. HEX triplet: 9F, A3 and 23. RGB value is (159,163,35). Sum of RGB (Red+Green+Blue) = 159+163+35=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA323 is #605CDC. Grayscale: #939393. Windows color (decimal): -6315229 or 2335647. OLE color: 2335647.
HSL color Cylindrical-coordinate representation of color #9FA323: hue angle of 61.88º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FA323 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 35 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.36 |
| HSL | 61.88º | 0.65% | 0.39% | - |
| HSV(B) | 61.88º | 0.79% | 0.64% | - |
| XYZ | 27.7 | 33.69 | 6.63 | - |
| YUV | 147.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 35 | 0.02 | 0 | 0.79 | 0.36 | 61.88 | 0.65 | 0.39 |
| Hex | 9F | A3 | 23 | 2 | 0 | 4F | 24 | 3E | 41 | 27 |
| Octal | 237 | 243 | 43 | 2 | 0 | 117 | 44 | 76 | 101 | 47 |
| Binary | 10011111 | 10100011 | 100011 | 10 | 0 | 1001111 | 100100 | 111110 | 1000001 | 100111 |
Color Harmonies of #9FA323
Complementary color
Monochromatic Colors of #9FA323
Black with #9FA323
Text Example
Text Example
White with #9FA323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA323; }
p { color: rgb(159,163,35); }
H1.HeaderClassName
{
color: #9FA323;
}
.AnyTagClassName
{
color: #9FA323;
}
</style>
background-color css
<style>
a { background-color: #9FA323; }
a { background-color: rgb(159,163,35); }
div.DivClassName
{
background-color: #9FA323;
}
.BgClassName
{
background-color: #9FA323;
}
</style>
border-color css
<style>
span { border-color: #9FA323; }
span { border-color: rgb(159,163,35); }
td.TdClassName
{
border-color: #9FA323;
}
.TagClassName
{
border-color: #9FA323;
}
</style>