Shades of Citron #9FA231
Tints of Citron #9FA231
RGB
CMYK
RGB Variations
Color information
#9FA231 (or 0x9FA231) is known color: Citron. HEX triplet: 9F, A2 and 31. RGB value is (159,162,49). Sum of RGB (Red+Green+Blue) = 159+162+49=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA231 is #605DCE. Grayscale: #949494. Windows color (decimal): -6315471 or 3252895. OLE color: 3252895.
HSL color Cylindrical-coordinate representation of color #9FA231: hue angle of 61.59º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FA231 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 49 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.36 |
| HSL | 61.59º | 0.54% | 0.41% | - |
| HSV(B) | 61.59º | 0.7% | 0.64% | - |
| XYZ | 27.77 | 33.43 | 7.9 | - |
| YUV | 148.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 49 | 0.02 | 0 | 0.70 | 0.36 | 61.59 | 0.54 | 0.41 |
| Hex | 9F | A2 | 31 | 2 | 0 | 46 | 24 | 3E | 36 | 29 |
| Octal | 237 | 242 | 61 | 2 | 0 | 106 | 44 | 76 | 66 | 51 |
| Binary | 10011111 | 10100010 | 110001 | 10 | 0 | 1000110 | 100100 | 111110 | 110110 | 101001 |
Color Harmonies of #9FA231
Complementary color
Monochromatic Colors of #9FA231
Black with #9FA231
Text Example
Text Example
White with #9FA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA231; }
p { color: rgb(159,162,49); }
H1.HeaderClassName
{
color: #9FA231;
}
.AnyTagClassName
{
color: #9FA231;
}
</style>
background-color css
<style>
a { background-color: #9FA231; }
a { background-color: rgb(159,162,49); }
div.DivClassName
{
background-color: #9FA231;
}
.BgClassName
{
background-color: #9FA231;
}
</style>
border-color css
<style>
span { border-color: #9FA231; }
span { border-color: rgb(159,162,49); }
td.TdClassName
{
border-color: #9FA231;
}
.TagClassName
{
border-color: #9FA231;
}
</style>