Shades of Citrus #9EC610
Tints of Citrus #9EC610
RGB
CMYK
RGB Variations
Color information
#9EC610 (or 0x9EC610) is known color: Citrus. HEX triplet: 9E, C6 and 10. RGB value is (158,198,16). Sum of RGB (Red+Green+Blue) = 158+198+16=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC610 is #6139EF. Grayscale: #A5A5A5. Windows color (decimal): -6371824 or 1099422. OLE color: 1099422.
HSL color Cylindrical-coordinate representation of color #9EC610: hue angle of 73.19º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EC610 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 16 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.22 |
| HSL | 73.19º | 0.85% | 0.42% | - |
| HSV(B) | 73.19º | 0.92% | 0.78% | - |
| XYZ | 34.39 | 47.69 | 7.88 | - |
| YUV | 165.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 16 | 0.20 | 0 | 0.92 | 0.22 | 73.19 | 0.85 | 0.42 |
| Hex | 9E | C6 | 10 | 14 | 0 | 5C | 16 | 49 | 55 | 2A |
| Octal | 236 | 306 | 20 | 24 | 0 | 134 | 26 | 111 | 125 | 52 |
| Binary | 10011110 | 11000110 | 10000 | 10100 | 0 | 1011100 | 10110 | 1001001 | 1010101 | 101010 |
Color Harmonies of #9EC610
Complementary color
Monochromatic Colors of #9EC610
Black with #9EC610
Text Example
Text Example
White with #9EC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC610; }
p { color: rgb(158,198,16); }
H1.HeaderClassName
{
color: #9EC610;
}
.AnyTagClassName
{
color: #9EC610;
}
</style>
background-color css
<style>
a { background-color: #9EC610; }
a { background-color: rgb(158,198,16); }
div.DivClassName
{
background-color: #9EC610;
}
.BgClassName
{
background-color: #9EC610;
}
</style>
border-color css
<style>
span { border-color: #9EC610; }
span { border-color: rgb(158,198,16); }
td.TdClassName
{
border-color: #9EC610;
}
.TagClassName
{
border-color: #9EC610;
}
</style>