Shades of Citrus #9FAD14
Tints of Citrus #9FAD14
RGB
CMYK
RGB Variations
Color information
#9FAD14 (or 0x9FAD14) is known color: Citrus. HEX triplet: 9F, AD and 14. RGB value is (159,173,20). Sum of RGB (Red+Green+Blue) = 159+173+20=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAD14 is #6052EB. Grayscale: #979797. Windows color (decimal): -6312684 or 1355167. OLE color: 1355167.
HSL color Cylindrical-coordinate representation of color #9FAD14: hue angle of 65.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FAD14 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 20 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.32 |
| HSL | 65.49º | 0.79% | 0.38% | - |
| HSV(B) | 65.49º | 0.88% | 0.68% | - |
| XYZ | 29.37 | 37.31 | 6.32 | - |
| YUV | 151.37 | 53.86 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 20 | 0.08 | 0 | 0.88 | 0.32 | 65.49 | 0.79 | 0.38 |
| Hex | 9F | AD | 14 | 8 | 0 | 58 | 20 | 41 | 4F | 26 |
| Octal | 237 | 255 | 24 | 10 | 0 | 130 | 40 | 101 | 117 | 46 |
| Binary | 10011111 | 10101101 | 10100 | 1000 | 0 | 1011000 | 100000 | 1000001 | 1001111 | 100110 |
Color Harmonies of #9FAD14
Complementary color
Monochromatic Colors of #9FAD14
Black with #9FAD14
Text Example
Text Example
White with #9FAD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD14; }
p { color: rgb(159,173,20); }
H1.HeaderClassName
{
color: #9FAD14;
}
.AnyTagClassName
{
color: #9FAD14;
}
</style>
background-color css
<style>
a { background-color: #9FAD14; }
a { background-color: rgb(159,173,20); }
div.DivClassName
{
background-color: #9FAD14;
}
.BgClassName
{
background-color: #9FAD14;
}
</style>
border-color css
<style>
span { border-color: #9FAD14; }
span { border-color: rgb(159,173,20); }
td.TdClassName
{
border-color: #9FAD14;
}
.TagClassName
{
border-color: #9FAD14;
}
</style>