Shades of Citrus #9EC506
Tints of Citrus #9EC506
RGB
CMYK
RGB Variations
Color information
#9EC506 (or 0x9EC506) is known color: Citrus. HEX triplet: 9E, C5 and 06. RGB value is (158,197,6). Sum of RGB (Red+Green+Blue) = 158+197+6=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC506 is #613AF9. Grayscale: #A4A4A4. Windows color (decimal): -6372090 or 443806. OLE color: 443806.
HSL color Cylindrical-coordinate representation of color #9EC506: hue angle of 72.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EC506 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 6 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.23 |
| HSL | 72.25º | 0.94% | 0.4% | - |
| HSV(B) | 72.25º | 0.97% | 0.77% | - |
| XYZ | 34.1 | 47.21 | 7.49 | - |
| YUV | 163.57 | 39.08 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 6 | 0.20 | 0 | 0.97 | 0.23 | 72.25 | 0.94 | 0.4 |
| Hex | 9E | C5 | 6 | 14 | 0 | 61 | 17 | 48 | 5E | 28 |
| Octal | 236 | 305 | 6 | 24 | 0 | 141 | 27 | 110 | 136 | 50 |
| Binary | 10011110 | 11000101 | 110 | 10100 | 0 | 1100001 | 10111 | 1001000 | 1011110 | 101000 |
Color Harmonies of #9EC506
Complementary color
Monochromatic Colors of #9EC506
Black with #9EC506
Text Example
Text Example
White with #9EC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC506; }
p { color: rgb(158,197,6); }
H1.HeaderClassName
{
color: #9EC506;
}
.AnyTagClassName
{
color: #9EC506;
}
</style>
background-color css
<style>
a { background-color: #9EC506; }
a { background-color: rgb(158,197,6); }
div.DivClassName
{
background-color: #9EC506;
}
.BgClassName
{
background-color: #9EC506;
}
</style>
border-color css
<style>
span { border-color: #9EC506; }
span { border-color: rgb(158,197,6); }
td.TdClassName
{
border-color: #9EC506;
}
.TagClassName
{
border-color: #9EC506;
}
</style>