Shades of Citrus #9FAD0F
Tints of Citrus #9FAD0F
RGB
CMYK
RGB Variations
Color information
#9FAD0F (or 0x9FAD0F) is known color: Citrus. HEX triplet: 9F, AD and 0F. RGB value is (159,173,15). Sum of RGB (Red+Green+Blue) = 159+173+15=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAD0F is #6052F0. Grayscale: #979797. Windows color (decimal): -6312689 or 1027487. OLE color: 1027487.
HSL color Cylindrical-coordinate representation of color #9FAD0F: hue angle of 65.32º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FAD0F is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 15 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.32 |
| HSL | 65.32º | 0.84% | 0.37% | - |
| HSV(B) | 65.32º | 0.91% | 0.68% | - |
| XYZ | 29.33 | 37.29 | 6.1 | - |
| YUV | 150.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 15 | 0.08 | 0 | 0.91 | 0.32 | 65.32 | 0.84 | 0.37 |
| Hex | 9F | AD | F | 8 | 0 | 5B | 20 | 41 | 54 | 25 |
| Octal | 237 | 255 | 17 | 10 | 0 | 133 | 40 | 101 | 124 | 45 |
| Binary | 10011111 | 10101101 | 1111 | 1000 | 0 | 1011011 | 100000 | 1000001 | 1010100 | 100101 |
Color Harmonies of #9FAD0F
Complementary color
Monochromatic Colors of #9FAD0F
Black with #9FAD0F
Text Example
Text Example
White with #9FAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD0F; }
p { color: rgb(159,173,15); }
H1.HeaderClassName
{
color: #9FAD0F;
}
.AnyTagClassName
{
color: #9FAD0F;
}
</style>
background-color css
<style>
a { background-color: #9FAD0F; }
a { background-color: rgb(159,173,15); }
div.DivClassName
{
background-color: #9FAD0F;
}
.BgClassName
{
background-color: #9FAD0F;
}
</style>
border-color css
<style>
span { border-color: #9FAD0F; }
span { border-color: rgb(159,173,15); }
td.TdClassName
{
border-color: #9FAD0F;
}
.TagClassName
{
border-color: #9FAD0F;
}
</style>