Shades of Citron #9FAA20
Tints of Citron #9FAA20
RGB
CMYK
RGB Variations
Color information
#9FAA20 (or 0x9FAA20) is known color: Citron. HEX triplet: 9F, AA and 20. RGB value is (159,170,32). Sum of RGB (Red+Green+Blue) = 159+170+32=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA20 is #6055DF. Grayscale: #979797. Windows color (decimal): -6313440 or 2140831. OLE color: 2140831.
HSL color Cylindrical-coordinate representation of color #9FAA20: hue angle of 64.78º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9FAA20 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 32 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.33 |
| HSL | 64.78º | 0.68% | 0.4% | - |
| HSV(B) | 64.78º | 0.81% | 0.67% | - |
| XYZ | 28.93 | 36.22 | 6.83 | - |
| YUV | 150.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 32 | 0.06 | 0 | 0.81 | 0.33 | 64.78 | 0.68 | 0.4 |
| Hex | 9F | AA | 20 | 6 | 0 | 51 | 21 | 41 | 44 | 28 |
| Octal | 237 | 252 | 40 | 6 | 0 | 121 | 41 | 101 | 104 | 50 |
| Binary | 10011111 | 10101010 | 100000 | 110 | 0 | 1010001 | 100001 | 1000001 | 1000100 | 101000 |
Color Harmonies of #9FAA20
Complementary color
Monochromatic Colors of #9FAA20
Black with #9FAA20
Text Example
Text Example
White with #9FAA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA20; }
p { color: rgb(159,170,32); }
H1.HeaderClassName
{
color: #9FAA20;
}
.AnyTagClassName
{
color: #9FAA20;
}
</style>
background-color css
<style>
a { background-color: #9FAA20; }
a { background-color: rgb(159,170,32); }
div.DivClassName
{
background-color: #9FAA20;
}
.BgClassName
{
background-color: #9FAA20;
}
</style>
border-color css
<style>
span { border-color: #9FAA20; }
span { border-color: rgb(159,170,32); }
td.TdClassName
{
border-color: #9FAA20;
}
.TagClassName
{
border-color: #9FAA20;
}
</style>