Shades of Citrus #9FAA0E
Tints of Citrus #9FAA0E
RGB
CMYK
RGB Variations
Color information
#9FAA0E (or 0x9FAA0E) is known color: Citrus. HEX triplet: 9F, AA and 0E. RGB value is (159,170,14). Sum of RGB (Red+Green+Blue) = 159+170+14=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAA0E is #6055F1. Grayscale: #959595. Windows color (decimal): -6313458 or 961183. OLE color: 961183.
HSL color Cylindrical-coordinate representation of color #9FAA0E: hue angle of 64.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FAA0E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 14 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.33 |
| HSL | 64.23º | 0.85% | 0.36% | - |
| HSV(B) | 64.23º | 0.92% | 0.67% | - |
| XYZ | 28.75 | 36.15 | 5.88 | - |
| YUV | 148.93 | 51.86 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 14 | 0.06 | 0 | 0.92 | 0.33 | 64.23 | 0.85 | 0.36 |
| Hex | 9F | AA | E | 6 | 0 | 5C | 21 | 40 | 55 | 24 |
| Octal | 237 | 252 | 16 | 6 | 0 | 134 | 41 | 100 | 125 | 44 |
| Binary | 10011111 | 10101010 | 1110 | 110 | 0 | 1011100 | 100001 | 1000000 | 1010101 | 100100 |
Color Harmonies of #9FAA0E
Complementary color
Monochromatic Colors of #9FAA0E
Black with #9FAA0E
Text Example
Text Example
White with #9FAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA0E; }
p { color: rgb(159,170,14); }
H1.HeaderClassName
{
color: #9FAA0E;
}
.AnyTagClassName
{
color: #9FAA0E;
}
</style>
background-color css
<style>
a { background-color: #9FAA0E; }
a { background-color: rgb(159,170,14); }
div.DivClassName
{
background-color: #9FAA0E;
}
.BgClassName
{
background-color: #9FAA0E;
}
</style>
border-color css
<style>
span { border-color: #9FAA0E; }
span { border-color: rgb(159,170,14); }
td.TdClassName
{
border-color: #9FAA0E;
}
.TagClassName
{
border-color: #9FAA0E;
}
</style>