Shades of Citron #9FA82D
Tints of Citron #9FA82D
RGB
CMYK
RGB Variations
Color information
#9FA82D (or 0x9FA82D) is known color: Citron. HEX triplet: 9F, A8 and 2D. RGB value is (159,168,45). Sum of RGB (Red+Green+Blue) = 159+168+45=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA82D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA82D is #6057D2. Grayscale: #979797. Windows color (decimal): -6313939 or 2992287. OLE color: 2992287.
HSL color Cylindrical-coordinate representation of color #9FA82D: hue angle of 64.39º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FA82D is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 45 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.34 |
| HSL | 64.39º | 0.58% | 0.42% | - |
| HSV(B) | 64.39º | 0.73% | 0.66% | - |
| XYZ | 28.77 | 35.57 | 7.83 | - |
| YUV | 151.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 45 | 0.05 | 0 | 0.73 | 0.34 | 64.39 | 0.58 | 0.42 |
| Hex | 9F | A8 | 2D | 5 | 0 | 49 | 22 | 40 | 3A | 2A |
| Octal | 237 | 250 | 55 | 5 | 0 | 111 | 42 | 100 | 72 | 52 |
| Binary | 10011111 | 10101000 | 101101 | 101 | 0 | 1001001 | 100010 | 1000000 | 111010 | 101010 |
Color Harmonies of #9FA82D
Complementary color
Monochromatic Colors of #9FA82D
Black with #9FA82D
Text Example
Text Example
White with #9FA82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA82D; }
p { color: rgb(159,168,45); }
H1.HeaderClassName
{
color: #9FA82D;
}
.AnyTagClassName
{
color: #9FA82D;
}
</style>
background-color css
<style>
a { background-color: #9FA82D; }
a { background-color: rgb(159,168,45); }
div.DivClassName
{
background-color: #9FA82D;
}
.BgClassName
{
background-color: #9FA82D;
}
</style>
border-color css
<style>
span { border-color: #9FA82D; }
span { border-color: rgb(159,168,45); }
td.TdClassName
{
border-color: #9FA82D;
}
.TagClassName
{
border-color: #9FA82D;
}
</style>