Shades of Citron #9FAA26
Tints of Citron #9FAA26
RGB
CMYK
RGB Variations
Color information
#9FAA26 (or 0x9FAA26) is known color: Citron. HEX triplet: 9F, AA and 26. RGB value is (159,170,38). Sum of RGB (Red+Green+Blue) = 159+170+38=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA26 is #6055D9. Grayscale: #989898. Windows color (decimal): -6313434 or 2534047. OLE color: 2534047.
HSL color Cylindrical-coordinate representation of color #9FAA26: hue angle of 65º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FAA26 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 38 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.33 |
| HSL | 65º | 0.63% | 0.41% | - |
| HSV(B) | 65º | 0.78% | 0.67% | - |
| XYZ | 29.02 | 36.26 | 7.3 | - |
| YUV | 151.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 38 | 0.06 | 0 | 0.78 | 0.33 | 65 | 0.63 | 0.41 |
| Hex | 9F | AA | 26 | 6 | 0 | 4E | 21 | 41 | 3F | 29 |
| Octal | 237 | 252 | 46 | 6 | 0 | 116 | 41 | 101 | 77 | 51 |
| Binary | 10011111 | 10101010 | 100110 | 110 | 0 | 1001110 | 100001 | 1000001 | 111111 | 101001 |
Color Harmonies of #9FAA26
Complementary color
Monochromatic Colors of #9FAA26
Black with #9FAA26
Text Example
Text Example
White with #9FAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA26; }
p { color: rgb(159,170,38); }
H1.HeaderClassName
{
color: #9FAA26;
}
.AnyTagClassName
{
color: #9FAA26;
}
</style>
background-color css
<style>
a { background-color: #9FAA26; }
a { background-color: rgb(159,170,38); }
div.DivClassName
{
background-color: #9FAA26;
}
.BgClassName
{
background-color: #9FAA26;
}
</style>
border-color css
<style>
span { border-color: #9FAA26; }
span { border-color: rgb(159,170,38); }
td.TdClassName
{
border-color: #9FAA26;
}
.TagClassName
{
border-color: #9FAA26;
}
</style>