Shades of Citron #9FA229
Tints of Citron #9FA229
RGB
CMYK
RGB Variations
Color information
#9FA229 (or 0x9FA229) is known color: Citron. HEX triplet: 9F, A2 and 29. RGB value is (159,162,41). Sum of RGB (Red+Green+Blue) = 159+162+41=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA229 is #605DD6. Grayscale: #939393. Windows color (decimal): -6315479 or 2728607. OLE color: 2728607.
HSL color Cylindrical-coordinate representation of color #9FA229: hue angle of 61.49º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FA229 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 41 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.36 |
| HSL | 61.49º | 0.6% | 0.4% | - |
| HSV(B) | 61.49º | 0.75% | 0.64% | - |
| XYZ | 27.62 | 33.37 | 7.08 | - |
| YUV | 147.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 41 | 0.02 | 0 | 0.75 | 0.36 | 61.49 | 0.6 | 0.4 |
| Hex | 9F | A2 | 29 | 2 | 0 | 4B | 24 | 3D | 3C | 28 |
| Octal | 237 | 242 | 51 | 2 | 0 | 113 | 44 | 75 | 74 | 50 |
| Binary | 10011111 | 10100010 | 101001 | 10 | 0 | 1001011 | 100100 | 111101 | 111100 | 101000 |
Color Harmonies of #9FA229
Complementary color
Monochromatic Colors of #9FA229
Black with #9FA229
Text Example
Text Example
White with #9FA229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA229; }
p { color: rgb(159,162,41); }
H1.HeaderClassName
{
color: #9FA229;
}
.AnyTagClassName
{
color: #9FA229;
}
</style>
background-color css
<style>
a { background-color: #9FA229; }
a { background-color: rgb(159,162,41); }
div.DivClassName
{
background-color: #9FA229;
}
.BgClassName
{
background-color: #9FA229;
}
</style>
border-color css
<style>
span { border-color: #9FA229; }
span { border-color: rgb(159,162,41); }
td.TdClassName
{
border-color: #9FA229;
}
.TagClassName
{
border-color: #9FA229;
}
</style>