Shades of Citron #9FA128
Tints of Citron #9FA128
RGB
CMYK
RGB Variations
Color information
#9FA128 (or 0x9FA128) is known color: Citron. HEX triplet: 9F, A1 and 28. RGB value is (159,161,40). Sum of RGB (Red+Green+Blue) = 159+161+40=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA128 is #605ED7. Grayscale: #939393. Windows color (decimal): -6315736 or 2662815. OLE color: 2662815.
HSL color Cylindrical-coordinate representation of color #9FA128: hue angle of 60.99º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FA128 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 40 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.37 |
| HSL | 60.99º | 0.6% | 0.39% | - |
| HSV(B) | 60.99º | 0.75% | 0.63% | - |
| XYZ | 27.43 | 33.01 | 6.93 | - |
| YUV | 146.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 40 | 0.01 | 0 | 0.75 | 0.37 | 60.99 | 0.6 | 0.39 |
| Hex | 9F | A1 | 28 | 1 | 0 | 4B | 25 | 3D | 3C | 27 |
| Octal | 237 | 241 | 50 | 1 | 0 | 113 | 45 | 75 | 74 | 47 |
| Binary | 10011111 | 10100001 | 101000 | 1 | 0 | 1001011 | 100101 | 111101 | 111100 | 100111 |
Color Harmonies of #9FA128
Complementary color
Monochromatic Colors of #9FA128
Black with #9FA128
Text Example
Text Example
White with #9FA128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA128; }
p { color: rgb(159,161,40); }
H1.HeaderClassName
{
color: #9FA128;
}
.AnyTagClassName
{
color: #9FA128;
}
</style>
background-color css
<style>
a { background-color: #9FA128; }
a { background-color: rgb(159,161,40); }
div.DivClassName
{
background-color: #9FA128;
}
.BgClassName
{
background-color: #9FA128;
}
</style>
border-color css
<style>
span { border-color: #9FA128; }
span { border-color: rgb(159,161,40); }
td.TdClassName
{
border-color: #9FA128;
}
.TagClassName
{
border-color: #9FA128;
}
</style>