Shades of Citrus #9EC010
Tints of Citrus #9EC010
RGB
CMYK
RGB Variations
Color information
#9EC010 (or 0x9EC010) is known color: Citrus. HEX triplet: 9E, C0 and 10. RGB value is (158,192,16). Sum of RGB (Red+Green+Blue) = 158+192+16=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC010 is #613FEF. Grayscale: #A2A2A2. Windows color (decimal): -6373360 or 1097886. OLE color: 1097886.
HSL color Cylindrical-coordinate representation of color #9EC010: hue angle of 71.59º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EC010 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 16 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.25 |
| HSL | 71.59º | 0.85% | 0.41% | - |
| HSV(B) | 71.59º | 0.92% | 0.75% | - |
| XYZ | 33.04 | 45.01 | 7.44 | - |
| YUV | 161.77 | 45.74 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 16 | 0.18 | 0 | 0.92 | 0.25 | 71.59 | 0.85 | 0.41 |
| Hex | 9E | C0 | 10 | 12 | 0 | 5C | 19 | 48 | 55 | 29 |
| Octal | 236 | 300 | 20 | 22 | 0 | 134 | 31 | 110 | 125 | 51 |
| Binary | 10011110 | 11000000 | 10000 | 10010 | 0 | 1011100 | 11001 | 1001000 | 1010101 | 101001 |
Color Harmonies of #9EC010
Complementary color
Monochromatic Colors of #9EC010
Black with #9EC010
Text Example
Text Example
White with #9EC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC010; }
p { color: rgb(158,192,16); }
H1.HeaderClassName
{
color: #9EC010;
}
.AnyTagClassName
{
color: #9EC010;
}
</style>
background-color css
<style>
a { background-color: #9EC010; }
a { background-color: rgb(158,192,16); }
div.DivClassName
{
background-color: #9EC010;
}
.BgClassName
{
background-color: #9EC010;
}
</style>
border-color css
<style>
span { border-color: #9EC010; }
span { border-color: rgb(158,192,16); }
td.TdClassName
{
border-color: #9EC010;
}
.TagClassName
{
border-color: #9EC010;
}
</style>