Shades of Citron #9FA22D
Tints of Citron #9FA22D
RGB
CMYK
RGB Variations
Color information
#9FA22D (or 0x9FA22D) is known color: Citron. HEX triplet: 9F, A2 and 2D. RGB value is (159,162,45). Sum of RGB (Red+Green+Blue) = 159+162+45=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA22D is #605DD2. Grayscale: #949494. Windows color (decimal): -6315475 or 2990751. OLE color: 2990751.
HSL color Cylindrical-coordinate representation of color #9FA22D: hue angle of 61.54º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FA22D is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 45 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.36 |
| HSL | 61.54º | 0.57% | 0.41% | - |
| HSV(B) | 61.54º | 0.72% | 0.64% | - |
| XYZ | 27.69 | 33.4 | 7.47 | - |
| YUV | 147.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 45 | 0.02 | 0 | 0.72 | 0.36 | 61.54 | 0.57 | 0.41 |
| Hex | 9F | A2 | 2D | 2 | 0 | 48 | 24 | 3E | 39 | 29 |
| Octal | 237 | 242 | 55 | 2 | 0 | 110 | 44 | 76 | 71 | 51 |
| Binary | 10011111 | 10100010 | 101101 | 10 | 0 | 1001000 | 100100 | 111110 | 111001 | 101001 |
Color Harmonies of #9FA22D
Complementary color
Monochromatic Colors of #9FA22D
Black with #9FA22D
Text Example
Text Example
White with #9FA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA22D; }
p { color: rgb(159,162,45); }
H1.HeaderClassName
{
color: #9FA22D;
}
.AnyTagClassName
{
color: #9FA22D;
}
</style>
background-color css
<style>
a { background-color: #9FA22D; }
a { background-color: rgb(159,162,45); }
div.DivClassName
{
background-color: #9FA22D;
}
.BgClassName
{
background-color: #9FA22D;
}
</style>
border-color css
<style>
span { border-color: #9FA22D; }
span { border-color: rgb(159,162,45); }
td.TdClassName
{
border-color: #9FA22D;
}
.TagClassName
{
border-color: #9FA22D;
}
</style>