Shades of Citrus #9FAD01
Tints of Citrus #9FAD01
RGB
CMYK
RGB Variations
Color information
#9FAD01 (or 0x9FAD01) is known color: Citrus. HEX triplet: 9F, AD and 01. RGB value is (159,173,1). Sum of RGB (Red+Green+Blue) = 159+173+1=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAD01 is #6052FE. Grayscale: #959595. Windows color (decimal): -6312703 or 109983. OLE color: 109983.
HSL color Cylindrical-coordinate representation of color #9FAD01: hue angle of 64.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FAD01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.32 |
| HSL | 64.88º | 0.99% | 0.34% | - |
| HSV(B) | 64.88º | 0.99% | 0.68% | - |
| XYZ | 29.25 | 37.26 | 5.68 | - |
| YUV | 149.21 | 44.36 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 1 | 0.08 | 0 | 0.99 | 0.32 | 64.88 | 0.99 | 0.34 |
| Hex | 9F | AD | 1 | 8 | 0 | 63 | 20 | 41 | 63 | 22 |
| Octal | 237 | 255 | 1 | 10 | 0 | 143 | 40 | 101 | 143 | 42 |
| Binary | 10011111 | 10101101 | 1 | 1000 | 0 | 1100011 | 100000 | 1000001 | 1100011 | 100010 |
Color Harmonies of #9FAD01
Complementary color
Monochromatic Colors of #9FAD01
Black with #9FAD01
Text Example
Text Example
White with #9FAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD01; }
p { color: rgb(159,173,1); }
H1.HeaderClassName
{
color: #9FAD01;
}
.AnyTagClassName
{
color: #9FAD01;
}
</style>
background-color css
<style>
a { background-color: #9FAD01; }
a { background-color: rgb(159,173,1); }
div.DivClassName
{
background-color: #9FAD01;
}
.BgClassName
{
background-color: #9FAD01;
}
</style>
border-color css
<style>
span { border-color: #9FAD01; }
span { border-color: rgb(159,173,1); }
td.TdClassName
{
border-color: #9FAD01;
}
.TagClassName
{
border-color: #9FAD01;
}
</style>