Shades of Citrus #9FAF0A
Tints of Citrus #9FAF0A
RGB
CMYK
RGB Variations
Color information
#9FAF0A (or 0x9FAF0A) is known color: Citrus. HEX triplet: 9F, AF and 0A. RGB value is (159,175,10). Sum of RGB (Red+Green+Blue) = 159+175+10=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAF0A is #6050F5. Grayscale: #989898. Windows color (decimal): -6312182 or 700319. OLE color: 700319.
HSL color Cylindrical-coordinate representation of color #9FAF0A: hue angle of 65.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FAF0A is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 10 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.31 |
| HSL | 65.82º | 0.89% | 0.36% | - |
| HSV(B) | 65.82º | 0.94% | 0.69% | - |
| XYZ | 29.68 | 38.05 | 6.07 | - |
| YUV | 151.41 | 48.2 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 10 | 0.09 | 0 | 0.94 | 0.31 | 65.82 | 0.89 | 0.36 |
| Hex | 9F | AF | A | 9 | 0 | 5E | 1F | 42 | 59 | 24 |
| Octal | 237 | 257 | 12 | 11 | 0 | 136 | 37 | 102 | 131 | 44 |
| Binary | 10011111 | 10101111 | 1010 | 1001 | 0 | 1011110 | 11111 | 1000010 | 1011001 | 100100 |
Color Harmonies of #9FAF0A
Complementary color
Monochromatic Colors of #9FAF0A
Black with #9FAF0A
Text Example
Text Example
White with #9FAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF0A; }
p { color: rgb(159,175,10); }
H1.HeaderClassName
{
color: #9FAF0A;
}
.AnyTagClassName
{
color: #9FAF0A;
}
</style>
background-color css
<style>
a { background-color: #9FAF0A; }
a { background-color: rgb(159,175,10); }
div.DivClassName
{
background-color: #9FAF0A;
}
.BgClassName
{
background-color: #9FAF0A;
}
</style>
border-color css
<style>
span { border-color: #9FAF0A; }
span { border-color: rgb(159,175,10); }
td.TdClassName
{
border-color: #9FAF0A;
}
.TagClassName
{
border-color: #9FAF0A;
}
</style>