Shades of Citrus #9FA512
Tints of Citrus #9FA512
RGB
CMYK
RGB Variations
Color information
#9FA512 (or 0x9FA512) is known color: Citrus. HEX triplet: 9F, A5 and 12. RGB value is (159,165,18). Sum of RGB (Red+Green+Blue) = 159+165+18=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA512 is #605AED. Grayscale: #939393. Windows color (decimal): -6314734 or 1222047. OLE color: 1222047.
HSL color Cylindrical-coordinate representation of color #9FA512: hue angle of 62.45º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FA512 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 165 | 18 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.35 |
| HSL | 62.45º | 0.8% | 0.36% | - |
| HSV(B) | 62.45º | 0.89% | 0.65% | - |
| XYZ | 27.86 | 34.32 | 5.73 | - |
| YUV | 146.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 165 | 18 | 0.04 | 0 | 0.89 | 0.35 | 62.45 | 0.8 | 0.36 |
| Hex | 9F | A5 | 12 | 4 | 0 | 59 | 23 | 3E | 50 | 24 |
| Octal | 237 | 245 | 22 | 4 | 0 | 131 | 43 | 76 | 120 | 44 |
| Binary | 10011111 | 10100101 | 10010 | 100 | 0 | 1011001 | 100011 | 111110 | 1010000 | 100100 |
Color Harmonies of #9FA512
Complementary color
Monochromatic Colors of #9FA512
Black with #9FA512
Text Example
Text Example
White with #9FA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA512; }
p { color: rgb(159,165,18); }
H1.HeaderClassName
{
color: #9FA512;
}
.AnyTagClassName
{
color: #9FA512;
}
</style>
background-color css
<style>
a { background-color: #9FA512; }
a { background-color: rgb(159,165,18); }
div.DivClassName
{
background-color: #9FA512;
}
.BgClassName
{
background-color: #9FA512;
}
</style>
border-color css
<style>
span { border-color: #9FA512; }
span { border-color: rgb(159,165,18); }
td.TdClassName
{
border-color: #9FA512;
}
.TagClassName
{
border-color: #9FA512;
}
</style>