Shades of Citrus #9FAC0E
Tints of Citrus #9FAC0E
RGB
CMYK
RGB Variations
Color information
#9FAC0E (or 0x9FAC0E) is known color: Citrus. HEX triplet: 9F, AC and 0E. RGB value is (159,172,14). Sum of RGB (Red+Green+Blue) = 159+172+14=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAC0E is #6053F1. Grayscale: #969696. Windows color (decimal): -6312946 or 961695. OLE color: 961695.
HSL color Cylindrical-coordinate representation of color #9FAC0E: hue angle of 64.94º 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 #9FAC0E is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 14 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.33 |
| HSL | 64.94º | 0.85% | 0.36% | - |
| HSV(B) | 64.94º | 0.92% | 0.67% | - |
| XYZ | 29.13 | 36.91 | 6 | - |
| YUV | 150.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 14 | 0.08 | 0 | 0.92 | 0.33 | 64.94 | 0.85 | 0.36 |
| Hex | 9F | AC | E | 8 | 0 | 5C | 21 | 41 | 55 | 24 |
| Octal | 237 | 254 | 16 | 10 | 0 | 134 | 41 | 101 | 125 | 44 |
| Binary | 10011111 | 10101100 | 1110 | 1000 | 0 | 1011100 | 100001 | 1000001 | 1010101 | 100100 |
Color Harmonies of #9FAC0E
Complementary color
Monochromatic Colors of #9FAC0E
Black with #9FAC0E
Text Example
Text Example
White with #9FAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC0E; }
p { color: rgb(159,172,14); }
H1.HeaderClassName
{
color: #9FAC0E;
}
.AnyTagClassName
{
color: #9FAC0E;
}
</style>
background-color css
<style>
a { background-color: #9FAC0E; }
a { background-color: rgb(159,172,14); }
div.DivClassName
{
background-color: #9FAC0E;
}
.BgClassName
{
background-color: #9FAC0E;
}
</style>
border-color css
<style>
span { border-color: #9FAC0E; }
span { border-color: rgb(159,172,14); }
td.TdClassName
{
border-color: #9FAC0E;
}
.TagClassName
{
border-color: #9FAC0E;
}
</style>