Shades of Citrus #9FAD12
Tints of Citrus #9FAD12
RGB
CMYK
RGB Variations
Color information
#9FAD12 (or 0x9FAD12) is known color: Citrus. HEX triplet: 9F, AD and 12. RGB value is (159,173,18). Sum of RGB (Red+Green+Blue) = 159+173+18=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAD12 is #6052ED. Grayscale: #979797. Windows color (decimal): -6312686 or 1224095. OLE color: 1224095.
HSL color Cylindrical-coordinate representation of color #9FAD12: hue angle of 65.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FAD12 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 18 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.32 |
| HSL | 65.42º | 0.81% | 0.37% | - |
| HSV(B) | 65.42º | 0.9% | 0.68% | - |
| XYZ | 29.35 | 37.3 | 6.23 | - |
| YUV | 151.14 | 52.86 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 18 | 0.08 | 0 | 0.90 | 0.32 | 65.42 | 0.81 | 0.37 |
| Hex | 9F | AD | 12 | 8 | 0 | 5A | 20 | 41 | 51 | 25 |
| Octal | 237 | 255 | 22 | 10 | 0 | 132 | 40 | 101 | 121 | 45 |
| Binary | 10011111 | 10101101 | 10010 | 1000 | 0 | 1011010 | 100000 | 1000001 | 1010001 | 100101 |
Color Harmonies of #9FAD12
Complementary color
Monochromatic Colors of #9FAD12
Black with #9FAD12
Text Example
Text Example
White with #9FAD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD12; }
p { color: rgb(159,173,18); }
H1.HeaderClassName
{
color: #9FAD12;
}
.AnyTagClassName
{
color: #9FAD12;
}
</style>
background-color css
<style>
a { background-color: #9FAD12; }
a { background-color: rgb(159,173,18); }
div.DivClassName
{
background-color: #9FAD12;
}
.BgClassName
{
background-color: #9FAD12;
}
</style>
border-color css
<style>
span { border-color: #9FAD12; }
span { border-color: rgb(159,173,18); }
td.TdClassName
{
border-color: #9FAD12;
}
.TagClassName
{
border-color: #9FAD12;
}
</style>