Shades of Citron #9FA028
Tints of Citron #9FA028
RGB
CMYK
RGB Variations
Color information
#9FA028 (or 0x9FA028) is known color: Citron. HEX triplet: 9F, A0 and 28. RGB value is (159,160,40). Sum of RGB (Red+Green+Blue) = 159+160+40=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA028 is #605FD7. Grayscale: #929292. Windows color (decimal): -6315992 or 2662559. OLE color: 2662559.
HSL color Cylindrical-coordinate representation of color #9FA028: hue angle of 60.5º 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 #9FA028 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 40 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.37 |
| HSL | 60.5º | 0.6% | 0.39% | - |
| HSV(B) | 60.5º | 0.75% | 0.63% | - |
| XYZ | 27.25 | 32.67 | 6.88 | - |
| YUV | 146.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 40 | 0.01 | 0 | 0.75 | 0.37 | 60.5 | 0.6 | 0.39 |
| Hex | 9F | A0 | 28 | 1 | 0 | 4B | 25 | 3C | 3C | 27 |
| Octal | 237 | 240 | 50 | 1 | 0 | 113 | 45 | 74 | 74 | 47 |
| Binary | 10011111 | 10100000 | 101000 | 1 | 0 | 1001011 | 100101 | 111100 | 111100 | 100111 |
Color Harmonies of #9FA028
Complementary color
Monochromatic Colors of #9FA028
Black with #9FA028
Text Example
Text Example
White with #9FA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA028; }
p { color: rgb(159,160,40); }
H1.HeaderClassName
{
color: #9FA028;
}
.AnyTagClassName
{
color: #9FA028;
}
</style>
background-color css
<style>
a { background-color: #9FA028; }
a { background-color: rgb(159,160,40); }
div.DivClassName
{
background-color: #9FA028;
}
.BgClassName
{
background-color: #9FA028;
}
</style>
border-color css
<style>
span { border-color: #9FA028; }
span { border-color: rgb(159,160,40); }
td.TdClassName
{
border-color: #9FA028;
}
.TagClassName
{
border-color: #9FA028;
}
</style>