Shades of Citrus #9FAE0E
Tints of Citrus #9FAE0E
RGB
CMYK
RGB Variations
Color information
#9FAE0E (or 0x9FAE0E) is known color: Citrus. HEX triplet: 9F, AE and 0E. RGB value is (159,174,14). Sum of RGB (Red+Green+Blue) = 159+174+14=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAE0E is #6051F1. Grayscale: #979797. Windows color (decimal): -6312434 or 962207. OLE color: 962207.
HSL color Cylindrical-coordinate representation of color #9FAE0E: hue angle of 65.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FAE0E is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 14 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.32 |
| HSL | 65.63º | 0.85% | 0.37% | - |
| HSV(B) | 65.63º | 0.92% | 0.68% | - |
| XYZ | 29.51 | 37.67 | 6.13 | - |
| YUV | 151.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 14 | 0.09 | 0 | 0.92 | 0.32 | 65.63 | 0.85 | 0.37 |
| Hex | 9F | AE | E | 9 | 0 | 5C | 20 | 42 | 55 | 25 |
| Octal | 237 | 256 | 16 | 11 | 0 | 134 | 40 | 102 | 125 | 45 |
| Binary | 10011111 | 10101110 | 1110 | 1001 | 0 | 1011100 | 100000 | 1000010 | 1010101 | 100101 |
Color Harmonies of #9FAE0E
Complementary color
Monochromatic Colors of #9FAE0E
Black with #9FAE0E
Text Example
Text Example
White with #9FAE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAE0E; }
p { color: rgb(159,174,14); }
H1.HeaderClassName
{
color: #9FAE0E;
}
.AnyTagClassName
{
color: #9FAE0E;
}
</style>
background-color css
<style>
a { background-color: #9FAE0E; }
a { background-color: rgb(159,174,14); }
div.DivClassName
{
background-color: #9FAE0E;
}
.BgClassName
{
background-color: #9FAE0E;
}
</style>
border-color css
<style>
span { border-color: #9FAE0E; }
span { border-color: rgb(159,174,14); }
td.TdClassName
{
border-color: #9FAE0E;
}
.TagClassName
{
border-color: #9FAE0E;
}
</style>