Shades of Citrus #9EC311
Tints of Citrus #9EC311
RGB
CMYK
RGB Variations
Color information
#9EC311 (or 0x9EC311) is known color: Citrus. HEX triplet: 9E, C3 and 11. RGB value is (158,195,17). Sum of RGB (Red+Green+Blue) = 158+195+17=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC311 is #613CEE. Grayscale: #A4A4A4. Windows color (decimal): -6372591 or 1164190. OLE color: 1164190.
HSL color Cylindrical-coordinate representation of color #9EC311: hue angle of 72.47º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EC311 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 17 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.24 |
| HSL | 72.47º | 0.84% | 0.42% | - |
| HSV(B) | 72.47º | 0.91% | 0.76% | - |
| XYZ | 33.72 | 46.34 | 7.7 | - |
| YUV | 163.65 | 45.24 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 17 | 0.19 | 0 | 0.91 | 0.24 | 72.47 | 0.84 | 0.42 |
| Hex | 9E | C3 | 11 | 13 | 0 | 5B | 18 | 48 | 54 | 2A |
| Octal | 236 | 303 | 21 | 23 | 0 | 133 | 30 | 110 | 124 | 52 |
| Binary | 10011110 | 11000011 | 10001 | 10011 | 0 | 1011011 | 11000 | 1001000 | 1010100 | 101010 |
Color Harmonies of #9EC311
Complementary color
Monochromatic Colors of #9EC311
Black with #9EC311
Text Example
Text Example
White with #9EC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC311; }
p { color: rgb(158,195,17); }
H1.HeaderClassName
{
color: #9EC311;
}
.AnyTagClassName
{
color: #9EC311;
}
</style>
background-color css
<style>
a { background-color: #9EC311; }
a { background-color: rgb(158,195,17); }
div.DivClassName
{
background-color: #9EC311;
}
.BgClassName
{
background-color: #9EC311;
}
</style>
border-color css
<style>
span { border-color: #9EC311; }
span { border-color: rgb(158,195,17); }
td.TdClassName
{
border-color: #9EC311;
}
.TagClassName
{
border-color: #9EC311;
}
</style>