Shades of Citrus #9FAC01
Tints of Citrus #9FAC01
RGB
CMYK
RGB Variations
Color information
#9FAC01 (or 0x9FAC01) is known color: Citrus. HEX triplet: 9F, AC and 01. RGB value is (159,172,1). Sum of RGB (Red+Green+Blue) = 159+172+1=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAC01 is #6053FE. Grayscale: #959595. Windows color (decimal): -6312959 or 109727. OLE color: 109727.
HSL color Cylindrical-coordinate representation of color #9FAC01: hue angle of 64.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FAC01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.33 |
| HSL | 64.56º | 0.99% | 0.34% | - |
| HSV(B) | 64.56º | 0.99% | 0.67% | - |
| XYZ | 29.06 | 36.88 | 5.62 | - |
| YUV | 148.62 | 44.69 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 1 | 0.08 | 0 | 0.99 | 0.33 | 64.56 | 0.99 | 0.34 |
| Hex | 9F | AC | 1 | 8 | 0 | 63 | 21 | 41 | 63 | 22 |
| Octal | 237 | 254 | 1 | 10 | 0 | 143 | 41 | 101 | 143 | 42 |
| Binary | 10011111 | 10101100 | 1 | 1000 | 0 | 1100011 | 100001 | 1000001 | 1100011 | 100010 |
Color Harmonies of #9FAC01
Complementary color
Monochromatic Colors of #9FAC01
Black with #9FAC01
Text Example
Text Example
White with #9FAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC01; }
p { color: rgb(159,172,1); }
H1.HeaderClassName
{
color: #9FAC01;
}
.AnyTagClassName
{
color: #9FAC01;
}
</style>
background-color css
<style>
a { background-color: #9FAC01; }
a { background-color: rgb(159,172,1); }
div.DivClassName
{
background-color: #9FAC01;
}
.BgClassName
{
background-color: #9FAC01;
}
</style>
border-color css
<style>
span { border-color: #9FAC01; }
span { border-color: rgb(159,172,1); }
td.TdClassName
{
border-color: #9FAC01;
}
.TagClassName
{
border-color: #9FAC01;
}
</style>