Shades of Citron #9FA223
Tints of Citron #9FA223
RGB
CMYK
RGB Variations
Color information
#9FA223 (or 0x9FA223) is known color: Citron. HEX triplet: 9F, A2 and 23. RGB value is (159,162,35). Sum of RGB (Red+Green+Blue) = 159+162+35=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA223 is #605DDC. Grayscale: #939393. Windows color (decimal): -6315485 or 2335391. OLE color: 2335391.
HSL color Cylindrical-coordinate representation of color #9FA223: hue angle of 61.42º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FA223 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 35 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.36 |
| HSL | 61.42º | 0.64% | 0.39% | - |
| HSV(B) | 61.42º | 0.78% | 0.64% | - |
| XYZ | 27.52 | 33.33 | 6.57 | - |
| YUV | 146.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 35 | 0.02 | 0 | 0.78 | 0.36 | 61.42 | 0.64 | 0.39 |
| Hex | 9F | A2 | 23 | 2 | 0 | 4E | 24 | 3D | 40 | 27 |
| Octal | 237 | 242 | 43 | 2 | 0 | 116 | 44 | 75 | 100 | 47 |
| Binary | 10011111 | 10100010 | 100011 | 10 | 0 | 1001110 | 100100 | 111101 | 1000000 | 100111 |
Color Harmonies of #9FA223
Complementary color
Monochromatic Colors of #9FA223
Black with #9FA223
Text Example
Text Example
White with #9FA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA223; }
p { color: rgb(159,162,35); }
H1.HeaderClassName
{
color: #9FA223;
}
.AnyTagClassName
{
color: #9FA223;
}
</style>
background-color css
<style>
a { background-color: #9FA223; }
a { background-color: rgb(159,162,35); }
div.DivClassName
{
background-color: #9FA223;
}
.BgClassName
{
background-color: #9FA223;
}
</style>
border-color css
<style>
span { border-color: #9FA223; }
span { border-color: rgb(159,162,35); }
td.TdClassName
{
border-color: #9FA223;
}
.TagClassName
{
border-color: #9FA223;
}
</style>