Shades of Citron #9FA428
Tints of Citron #9FA428
RGB
CMYK
RGB Variations
Color information
#9FA428 (or 0x9FA428) is known color: Citron. HEX triplet: 9F, A4 and 28. RGB value is (159,164,40). Sum of RGB (Red+Green+Blue) = 159+164+40=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA428 is #605BD7. Grayscale: #949494. Windows color (decimal): -6314968 or 2663583. OLE color: 2663583.
HSL color Cylindrical-coordinate representation of color #9FA428: hue angle of 62.42º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9FA428 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 40 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.36 |
| HSL | 62.42º | 0.61% | 0.4% | - |
| HSV(B) | 62.42º | 0.76% | 0.64% | - |
| XYZ | 27.96 | 34.08 | 7.11 | - |
| YUV | 148.37 | 66.84 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 40 | 0.03 | 0 | 0.76 | 0.36 | 62.42 | 0.61 | 0.4 |
| Hex | 9F | A4 | 28 | 3 | 0 | 4C | 24 | 3E | 3D | 28 |
| Octal | 237 | 244 | 50 | 3 | 0 | 114 | 44 | 76 | 75 | 50 |
| Binary | 10011111 | 10100100 | 101000 | 11 | 0 | 1001100 | 100100 | 111110 | 111101 | 101000 |
Color Harmonies of #9FA428
Complementary color
Monochromatic Colors of #9FA428
Black with #9FA428
Text Example
Text Example
White with #9FA428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA428; }
p { color: rgb(159,164,40); }
H1.HeaderClassName
{
color: #9FA428;
}
.AnyTagClassName
{
color: #9FA428;
}
</style>
background-color css
<style>
a { background-color: #9FA428; }
a { background-color: rgb(159,164,40); }
div.DivClassName
{
background-color: #9FA428;
}
.BgClassName
{
background-color: #9FA428;
}
</style>
border-color css
<style>
span { border-color: #9FA428; }
span { border-color: rgb(159,164,40); }
td.TdClassName
{
border-color: #9FA428;
}
.TagClassName
{
border-color: #9FA428;
}
</style>