Shades of Citrus #9FAA0A
Tints of Citrus #9FAA0A
RGB
CMYK
RGB Variations
Color information
#9FAA0A (or 0x9FAA0A) is known color: Citrus. HEX triplet: 9F, AA and 0A. RGB value is (159,170,10). Sum of RGB (Red+Green+Blue) = 159+170+10=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA0A is #6055F5. Grayscale: #959595. Windows color (decimal): -6313462 or 699039. OLE color: 699039.
HSL color Cylindrical-coordinate representation of color #9FAA0A: hue angle of 64.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FAA0A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 10 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.33 |
| HSL | 64.13º | 0.89% | 0.35% | - |
| HSV(B) | 64.13º | 0.94% | 0.67% | - |
| XYZ | 28.73 | 36.14 | 5.75 | - |
| YUV | 148.47 | 49.86 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 10 | 0.06 | 0 | 0.94 | 0.33 | 64.13 | 0.89 | 0.35 |
| Hex | 9F | AA | A | 6 | 0 | 5E | 21 | 40 | 59 | 23 |
| Octal | 237 | 252 | 12 | 6 | 0 | 136 | 41 | 100 | 131 | 43 |
| Binary | 10011111 | 10101010 | 1010 | 110 | 0 | 1011110 | 100001 | 1000000 | 1011001 | 100011 |
Color Harmonies of #9FAA0A
Complementary color
Monochromatic Colors of #9FAA0A
Black with #9FAA0A
Text Example
Text Example
White with #9FAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA0A; }
p { color: rgb(159,170,10); }
H1.HeaderClassName
{
color: #9FAA0A;
}
.AnyTagClassName
{
color: #9FAA0A;
}
</style>
background-color css
<style>
a { background-color: #9FAA0A; }
a { background-color: rgb(159,170,10); }
div.DivClassName
{
background-color: #9FAA0A;
}
.BgClassName
{
background-color: #9FAA0A;
}
</style>
border-color css
<style>
span { border-color: #9FAA0A; }
span { border-color: rgb(159,170,10); }
td.TdClassName
{
border-color: #9FAA0A;
}
.TagClassName
{
border-color: #9FAA0A;
}
</style>