Shades of Citrus #9EB40C
Tints of Citrus #9EB40C
RGB
CMYK
RGB Variations
Color information
#9EB40C (or 0x9EB40C) is known color: Citrus. HEX triplet: 9E, B4 and 0C. RGB value is (158,180,12). Sum of RGB (Red+Green+Blue) = 158+180+12=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB40C is #614BF3. Grayscale: #9A9A9A. Windows color (decimal): -6376436 or 832670. OLE color: 832670.
HSL color Cylindrical-coordinate representation of color #9EB40C: hue angle of 67.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EB40C is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 180 | 12 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.29 |
| HSL | 67.86º | 0.88% | 0.38% | - |
| HSV(B) | 67.86º | 0.93% | 0.71% | - |
| XYZ | 30.49 | 39.94 | 6.45 | - |
| YUV | 154.27 | 47.71 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 180 | 12 | 0.12 | 0 | 0.93 | 0.29 | 67.86 | 0.88 | 0.38 |
| Hex | 9E | B4 | C | C | 0 | 5D | 1D | 44 | 58 | 26 |
| Octal | 236 | 264 | 14 | 14 | 0 | 135 | 35 | 104 | 130 | 46 |
| Binary | 10011110 | 10110100 | 1100 | 1100 | 0 | 1011101 | 11101 | 1000100 | 1011000 | 100110 |
Color Harmonies of #9EB40C
Complementary color
Monochromatic Colors of #9EB40C
Black with #9EB40C
Text Example
Text Example
White with #9EB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB40C; }
p { color: rgb(158,180,12); }
H1.HeaderClassName
{
color: #9EB40C;
}
.AnyTagClassName
{
color: #9EB40C;
}
</style>
background-color css
<style>
a { background-color: #9EB40C; }
a { background-color: rgb(158,180,12); }
div.DivClassName
{
background-color: #9EB40C;
}
.BgClassName
{
background-color: #9EB40C;
}
</style>
border-color css
<style>
span { border-color: #9EB40C; }
span { border-color: rgb(158,180,12); }
td.TdClassName
{
border-color: #9EB40C;
}
.TagClassName
{
border-color: #9EB40C;
}
</style>