Shades of Citrus #9EA70F
Tints of Citrus #9EA70F
RGB
CMYK
RGB Variations
Color information
#9EA70F (or 0x9EA70F) is known color: Citrus. HEX triplet: 9E, A7 and 0F. RGB value is (158,167,15). Sum of RGB (Red+Green+Blue) = 158+167+15=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA70F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA70F is #6158F0. Grayscale: #939393. Windows color (decimal): -6379761 or 1025950. OLE color: 1025950.
HSL color Cylindrical-coordinate representation of color #9EA70F: hue angle of 63.55º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EA70F is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 15 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.35 |
| HSL | 63.55º | 0.84% | 0.36% | - |
| HSV(B) | 63.55º | 0.91% | 0.65% | - |
| XYZ | 28.01 | 34.94 | 5.72 | - |
| YUV | 146.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 15 | 0.05 | 0 | 0.91 | 0.35 | 63.55 | 0.84 | 0.36 |
| Hex | 9E | A7 | F | 5 | 0 | 5B | 23 | 40 | 54 | 24 |
| Octal | 236 | 247 | 17 | 5 | 0 | 133 | 43 | 100 | 124 | 44 |
| Binary | 10011110 | 10100111 | 1111 | 101 | 0 | 1011011 | 100011 | 1000000 | 1010100 | 100100 |
Color Harmonies of #9EA70F
Complementary color
Monochromatic Colors of #9EA70F
Black with #9EA70F
Text Example
Text Example
White with #9EA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA70F; }
p { color: rgb(158,167,15); }
H1.HeaderClassName
{
color: #9EA70F;
}
.AnyTagClassName
{
color: #9EA70F;
}
</style>
background-color css
<style>
a { background-color: #9EA70F; }
a { background-color: rgb(158,167,15); }
div.DivClassName
{
background-color: #9EA70F;
}
.BgClassName
{
background-color: #9EA70F;
}
</style>
border-color css
<style>
span { border-color: #9EA70F; }
span { border-color: rgb(158,167,15); }
td.TdClassName
{
border-color: #9EA70F;
}
.TagClassName
{
border-color: #9EA70F;
}
</style>