Shades of Citrus #9FAC0A
Tints of Citrus #9FAC0A
RGB
CMYK
RGB Variations
Color information
#9FAC0A (or 0x9FAC0A) is known color: Citrus. HEX triplet: 9F, AC and 0A. RGB value is (159,172,10). Sum of RGB (Red+Green+Blue) = 159+172+10=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAC0A is #6053F5. Grayscale: #969696. Windows color (decimal): -6312950 or 699551. OLE color: 699551.
HSL color Cylindrical-coordinate representation of color #9FAC0A: hue angle of 64.81º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FAC0A is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 10 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.33 |
| HSL | 64.81º | 0.89% | 0.36% | - |
| HSV(B) | 64.81º | 0.94% | 0.67% | - |
| XYZ | 29.11 | 36.9 | 5.88 | - |
| YUV | 149.65 | 49.19 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 10 | 0.08 | 0 | 0.94 | 0.33 | 64.81 | 0.89 | 0.36 |
| Hex | 9F | AC | A | 8 | 0 | 5E | 21 | 41 | 59 | 24 |
| Octal | 237 | 254 | 12 | 10 | 0 | 136 | 41 | 101 | 131 | 44 |
| Binary | 10011111 | 10101100 | 1010 | 1000 | 0 | 1011110 | 100001 | 1000001 | 1011001 | 100100 |
Color Harmonies of #9FAC0A
Complementary color
Monochromatic Colors of #9FAC0A
Black with #9FAC0A
Text Example
Text Example
White with #9FAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC0A; }
p { color: rgb(159,172,10); }
H1.HeaderClassName
{
color: #9FAC0A;
}
.AnyTagClassName
{
color: #9FAC0A;
}
</style>
background-color css
<style>
a { background-color: #9FAC0A; }
a { background-color: rgb(159,172,10); }
div.DivClassName
{
background-color: #9FAC0A;
}
.BgClassName
{
background-color: #9FAC0A;
}
</style>
border-color css
<style>
span { border-color: #9FAC0A; }
span { border-color: rgb(159,172,10); }
td.TdClassName
{
border-color: #9FAC0A;
}
.TagClassName
{
border-color: #9FAC0A;
}
</style>