Shades of Citrus #9FAA17
Tints of Citrus #9FAA17
RGB
CMYK
RGB Variations
Color information
#9FAA17 (or 0x9FAA17) is known color: Citrus. HEX triplet: 9F, AA and 17. RGB value is (159,170,23). Sum of RGB (Red+Green+Blue) = 159+170+23=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA17 is #6055E8. Grayscale: #969696. Windows color (decimal): -6313449 or 1551007. OLE color: 1551007.
HSL color Cylindrical-coordinate representation of color #9FAA17: hue angle of 64.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9FAA17 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 23 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.33 |
| HSL | 64.49º | 0.76% | 0.38% | - |
| HSV(B) | 64.49º | 0.86% | 0.67% | - |
| XYZ | 28.83 | 36.18 | 6.28 | - |
| YUV | 149.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 23 | 0.06 | 0 | 0.86 | 0.33 | 64.49 | 0.76 | 0.38 |
| Hex | 9F | AA | 17 | 6 | 0 | 56 | 21 | 40 | 4C | 26 |
| Octal | 237 | 252 | 27 | 6 | 0 | 126 | 41 | 100 | 114 | 46 |
| Binary | 10011111 | 10101010 | 10111 | 110 | 0 | 1010110 | 100001 | 1000000 | 1001100 | 100110 |
Color Harmonies of #9FAA17
Complementary color
Monochromatic Colors of #9FAA17
Black with #9FAA17
Text Example
Text Example
White with #9FAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA17; }
p { color: rgb(159,170,23); }
H1.HeaderClassName
{
color: #9FAA17;
}
.AnyTagClassName
{
color: #9FAA17;
}
</style>
background-color css
<style>
a { background-color: #9FAA17; }
a { background-color: rgb(159,170,23); }
div.DivClassName
{
background-color: #9FAA17;
}
.BgClassName
{
background-color: #9FAA17;
}
</style>
border-color css
<style>
span { border-color: #9FAA17; }
span { border-color: rgb(159,170,23); }
td.TdClassName
{
border-color: #9FAA17;
}
.TagClassName
{
border-color: #9FAA17;
}
</style>