Shades of Citrus #9FA90F
Tints of Citrus #9FA90F
RGB
CMYK
RGB Variations
Color information
#9FA90F (or 0x9FA90F) is known color: Citrus. HEX triplet: 9F, A9 and 0F. RGB value is (159,169,15). Sum of RGB (Red+Green+Blue) = 159+169+15=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA90F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA90F is #6056F0. Grayscale: #959595. Windows color (decimal): -6313713 or 1026463. OLE color: 1026463.
HSL color Cylindrical-coordinate representation of color #9FA90F: hue angle of 63.9º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FA90F is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 15 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.34 |
| HSL | 63.9º | 0.84% | 0.36% | - |
| HSV(B) | 63.9º | 0.91% | 0.66% | - |
| XYZ | 28.57 | 35.78 | 5.85 | - |
| YUV | 148.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 15 | 0.06 | 0 | 0.91 | 0.34 | 63.9 | 0.84 | 0.36 |
| Hex | 9F | A9 | F | 6 | 0 | 5B | 22 | 40 | 54 | 24 |
| Octal | 237 | 251 | 17 | 6 | 0 | 133 | 42 | 100 | 124 | 44 |
| Binary | 10011111 | 10101001 | 1111 | 110 | 0 | 1011011 | 100010 | 1000000 | 1010100 | 100100 |
Color Harmonies of #9FA90F
Complementary color
Monochromatic Colors of #9FA90F
Black with #9FA90F
Text Example
Text Example
White with #9FA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA90F; }
p { color: rgb(159,169,15); }
H1.HeaderClassName
{
color: #9FA90F;
}
.AnyTagClassName
{
color: #9FA90F;
}
</style>
background-color css
<style>
a { background-color: #9FA90F; }
a { background-color: rgb(159,169,15); }
div.DivClassName
{
background-color: #9FA90F;
}
.BgClassName
{
background-color: #9FA90F;
}
</style>
border-color css
<style>
span { border-color: #9FA90F; }
span { border-color: rgb(159,169,15); }
td.TdClassName
{
border-color: #9FA90F;
}
.TagClassName
{
border-color: #9FA90F;
}
</style>