Shades of Citrus #9FAD17
Tints of Citrus #9FAD17
RGB
CMYK
RGB Variations
Color information
#9FAD17 (or 0x9FAD17) is known color: Citrus. HEX triplet: 9F, AD and 17. RGB value is (159,173,23). Sum of RGB (Red+Green+Blue) = 159+173+23=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAD17 is #6052E8. Grayscale: #989898. Windows color (decimal): -6312681 or 1551775. OLE color: 1551775.
HSL color Cylindrical-coordinate representation of color #9FAD17: hue angle of 65.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FAD17 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 23 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.32 |
| HSL | 65.6º | 0.77% | 0.38% | - |
| HSV(B) | 65.6º | 0.87% | 0.68% | - |
| XYZ | 29.4 | 37.32 | 6.46 | - |
| YUV | 151.71 | 55.36 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 23 | 0.08 | 0 | 0.87 | 0.32 | 65.6 | 0.77 | 0.38 |
| Hex | 9F | AD | 17 | 8 | 0 | 57 | 20 | 42 | 4D | 26 |
| Octal | 237 | 255 | 27 | 10 | 0 | 127 | 40 | 102 | 115 | 46 |
| Binary | 10011111 | 10101101 | 10111 | 1000 | 0 | 1010111 | 100000 | 1000010 | 1001101 | 100110 |
Color Harmonies of #9FAD17
Complementary color
Monochromatic Colors of #9FAD17
Black with #9FAD17
Text Example
Text Example
White with #9FAD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD17; }
p { color: rgb(159,173,23); }
H1.HeaderClassName
{
color: #9FAD17;
}
.AnyTagClassName
{
color: #9FAD17;
}
</style>
background-color css
<style>
a { background-color: #9FAD17; }
a { background-color: rgb(159,173,23); }
div.DivClassName
{
background-color: #9FAD17;
}
.BgClassName
{
background-color: #9FAD17;
}
</style>
border-color css
<style>
span { border-color: #9FAD17; }
span { border-color: rgb(159,173,23); }
td.TdClassName
{
border-color: #9FAD17;
}
.TagClassName
{
border-color: #9FAD17;
}
</style>