Shades of Citron #9FA32B
Tints of Citron #9FA32B
RGB
CMYK
RGB Variations
Color information
#9FA32B (or 0x9FA32B) is known color: Citron. HEX triplet: 9F, A3 and 2B. RGB value is (159,163,43). Sum of RGB (Red+Green+Blue) = 159+163+43=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA32B is #605CD4. Grayscale: #949494. Windows color (decimal): -6315221 or 2859935. OLE color: 2859935.
HSL color Cylindrical-coordinate representation of color #9FA32B: hue angle of 62º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FA32B is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 43 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.36 |
| HSL | 62º | 0.58% | 0.4% | - |
| HSV(B) | 62º | 0.74% | 0.64% | - |
| XYZ | 27.83 | 33.74 | 7.33 | - |
| YUV | 148.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 43 | 0.02 | 0 | 0.74 | 0.36 | 62 | 0.58 | 0.4 |
| Hex | 9F | A3 | 2B | 2 | 0 | 4A | 24 | 3E | 3A | 28 |
| Octal | 237 | 243 | 53 | 2 | 0 | 112 | 44 | 76 | 72 | 50 |
| Binary | 10011111 | 10100011 | 101011 | 10 | 0 | 1001010 | 100100 | 111110 | 111010 | 101000 |
Color Harmonies of #9FA32B
Complementary color
Monochromatic Colors of #9FA32B
Black with #9FA32B
Text Example
Text Example
White with #9FA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA32B; }
p { color: rgb(159,163,43); }
H1.HeaderClassName
{
color: #9FA32B;
}
.AnyTagClassName
{
color: #9FA32B;
}
</style>
background-color css
<style>
a { background-color: #9FA32B; }
a { background-color: rgb(159,163,43); }
div.DivClassName
{
background-color: #9FA32B;
}
.BgClassName
{
background-color: #9FA32B;
}
</style>
border-color css
<style>
span { border-color: #9FA32B; }
span { border-color: rgb(159,163,43); }
td.TdClassName
{
border-color: #9FA32B;
}
.TagClassName
{
border-color: #9FA32B;
}
</style>