Shades of Citrus #9FA80E
Tints of Citrus #9FA80E
RGB
CMYK
RGB Variations
Color information
#9FA80E (or 0x9FA80E) is known color: Citrus. HEX triplet: 9F, A8 and 0E. RGB value is (159,168,14). Sum of RGB (Red+Green+Blue) = 159+168+14=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA80E is #6057F1. Grayscale: #949494. Windows color (decimal): -6313970 or 960671. OLE color: 960671.
HSL color Cylindrical-coordinate representation of color #9FA80E: hue angle of 63.51º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FA80E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 14 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.34 |
| HSL | 63.51º | 0.85% | 0.36% | - |
| HSV(B) | 63.51º | 0.92% | 0.66% | - |
| XYZ | 28.38 | 35.41 | 5.75 | - |
| YUV | 147.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 14 | 0.05 | 0 | 0.92 | 0.34 | 63.51 | 0.85 | 0.36 |
| Hex | 9F | A8 | E | 5 | 0 | 5C | 22 | 40 | 55 | 24 |
| Octal | 237 | 250 | 16 | 5 | 0 | 134 | 42 | 100 | 125 | 44 |
| Binary | 10011111 | 10101000 | 1110 | 101 | 0 | 1011100 | 100010 | 1000000 | 1010101 | 100100 |
Color Harmonies of #9FA80E
Complementary color
Monochromatic Colors of #9FA80E
Black with #9FA80E
Text Example
Text Example
White with #9FA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA80E; }
p { color: rgb(159,168,14); }
H1.HeaderClassName
{
color: #9FA80E;
}
.AnyTagClassName
{
color: #9FA80E;
}
</style>
background-color css
<style>
a { background-color: #9FA80E; }
a { background-color: rgb(159,168,14); }
div.DivClassName
{
background-color: #9FA80E;
}
.BgClassName
{
background-color: #9FA80E;
}
</style>
border-color css
<style>
span { border-color: #9FA80E; }
span { border-color: rgb(159,168,14); }
td.TdClassName
{
border-color: #9FA80E;
}
.TagClassName
{
border-color: #9FA80E;
}
</style>