Shades of Citrus #9FAC12
Tints of Citrus #9FAC12
RGB
CMYK
RGB Variations
Color information
#9FAC12 (or 0x9FAC12) is known color: Citrus. HEX triplet: 9F, AC and 12. RGB value is (159,172,18). Sum of RGB (Red+Green+Blue) = 159+172+18=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAC12 is #6053ED. Grayscale: #979797. Windows color (decimal): -6312942 or 1223839. OLE color: 1223839.
HSL color Cylindrical-coordinate representation of color #9FAC12: hue angle of 65.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FAC12 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 18 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.33 |
| HSL | 65.06º | 0.81% | 0.37% | - |
| HSV(B) | 65.06º | 0.9% | 0.67% | - |
| XYZ | 29.16 | 36.92 | 6.16 | - |
| YUV | 150.56 | 53.19 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 18 | 0.08 | 0 | 0.90 | 0.33 | 65.06 | 0.81 | 0.37 |
| Hex | 9F | AC | 12 | 8 | 0 | 5A | 21 | 41 | 51 | 25 |
| Octal | 237 | 254 | 22 | 10 | 0 | 132 | 41 | 101 | 121 | 45 |
| Binary | 10011111 | 10101100 | 10010 | 1000 | 0 | 1011010 | 100001 | 1000001 | 1010001 | 100101 |
Color Harmonies of #9FAC12
Complementary color
Monochromatic Colors of #9FAC12
Black with #9FAC12
Text Example
Text Example
White with #9FAC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC12; }
p { color: rgb(159,172,18); }
H1.HeaderClassName
{
color: #9FAC12;
}
.AnyTagClassName
{
color: #9FAC12;
}
</style>
background-color css
<style>
a { background-color: #9FAC12; }
a { background-color: rgb(159,172,18); }
div.DivClassName
{
background-color: #9FAC12;
}
.BgClassName
{
background-color: #9FAC12;
}
</style>
border-color css
<style>
span { border-color: #9FAC12; }
span { border-color: rgb(159,172,18); }
td.TdClassName
{
border-color: #9FAC12;
}
.TagClassName
{
border-color: #9FAC12;
}
</style>