Shades of Citron #9FA02D
Tints of Citron #9FA02D
RGB
CMYK
RGB Variations
Color information
#9FA02D (or 0x9FA02D) is known color: Citron. HEX triplet: 9F, A0 and 2D. RGB value is (159,160,45). Sum of RGB (Red+Green+Blue) = 159+160+45=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA02D is #605FD2. Grayscale: #939393. Windows color (decimal): -6315987 or 2990239. OLE color: 2990239.
HSL color Cylindrical-coordinate representation of color #9FA02D: hue angle of 60.52º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FA02D is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 45 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.37 |
| HSL | 60.52º | 0.56% | 0.4% | - |
| HSV(B) | 60.52º | 0.72% | 0.63% | - |
| XYZ | 27.34 | 32.7 | 7.35 | - |
| YUV | 146.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 45 | 0.01 | 0 | 0.72 | 0.37 | 60.52 | 0.56 | 0.4 |
| Hex | 9F | A0 | 2D | 1 | 0 | 48 | 25 | 3D | 38 | 28 |
| Octal | 237 | 240 | 55 | 1 | 0 | 110 | 45 | 75 | 70 | 50 |
| Binary | 10011111 | 10100000 | 101101 | 1 | 0 | 1001000 | 100101 | 111101 | 111000 | 101000 |
Color Harmonies of #9FA02D
Complementary color
Monochromatic Colors of #9FA02D
Black with #9FA02D
Text Example
Text Example
White with #9FA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA02D; }
p { color: rgb(159,160,45); }
H1.HeaderClassName
{
color: #9FA02D;
}
.AnyTagClassName
{
color: #9FA02D;
}
</style>
background-color css
<style>
a { background-color: #9FA02D; }
a { background-color: rgb(159,160,45); }
div.DivClassName
{
background-color: #9FA02D;
}
.BgClassName
{
background-color: #9FA02D;
}
</style>
border-color css
<style>
span { border-color: #9FA02D; }
span { border-color: rgb(159,160,45); }
td.TdClassName
{
border-color: #9FA02D;
}
.TagClassName
{
border-color: #9FA02D;
}
</style>