Shades of Citron #9FA830
Tints of Citron #9FA830
RGB
CMYK
RGB Variations
Color information
#9FA830 (or 0x9FA830) is known color: Citron. HEX triplet: 9F, A8 and 30. RGB value is (159,168,48). Sum of RGB (Red+Green+Blue) = 159+168+48=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA830 is #6057CF. Grayscale: #989898. Windows color (decimal): -6313936 or 3188895. OLE color: 3188895.
HSL color Cylindrical-coordinate representation of color #9FA830: hue angle of 64.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FA830 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 48 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.34 |
| HSL | 64.5º | 0.56% | 0.42% | - |
| HSV(B) | 64.5º | 0.71% | 0.66% | - |
| XYZ | 28.83 | 35.59 | 8.15 | - |
| YUV | 151.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 48 | 0.05 | 0 | 0.71 | 0.34 | 64.5 | 0.56 | 0.42 |
| Hex | 9F | A8 | 30 | 5 | 0 | 47 | 22 | 40 | 38 | 2A |
| Octal | 237 | 250 | 60 | 5 | 0 | 107 | 42 | 100 | 70 | 52 |
| Binary | 10011111 | 10101000 | 110000 | 101 | 0 | 1000111 | 100010 | 1000000 | 111000 | 101010 |
Color Harmonies of #9FA830
Complementary color
Monochromatic Colors of #9FA830
Black with #9FA830
Text Example
Text Example
White with #9FA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA830; }
p { color: rgb(159,168,48); }
H1.HeaderClassName
{
color: #9FA830;
}
.AnyTagClassName
{
color: #9FA830;
}
</style>
background-color css
<style>
a { background-color: #9FA830; }
a { background-color: rgb(159,168,48); }
div.DivClassName
{
background-color: #9FA830;
}
.BgClassName
{
background-color: #9FA830;
}
</style>
border-color css
<style>
span { border-color: #9FA830; }
span { border-color: rgb(159,168,48); }
td.TdClassName
{
border-color: #9FA830;
}
.TagClassName
{
border-color: #9FA830;
}
</style>