Shades of Citrus #9EC206
Tints of Citrus #9EC206
RGB
CMYK
RGB Variations
Color information
#9EC206 (or 0x9EC206) is known color: Citrus. HEX triplet: 9E, C2 and 06. RGB value is (158,194,6). Sum of RGB (Red+Green+Blue) = 158+194+6=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC206 is #613DF9. Grayscale: #A2A2A2. Windows color (decimal): -6372858 or 443038. OLE color: 443038.
HSL color Cylindrical-coordinate representation of color #9EC206: hue angle of 71.49º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EC206 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 6 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.24 |
| HSL | 71.49º | 0.94% | 0.39% | - |
| HSV(B) | 71.49º | 0.97% | 0.76% | - |
| XYZ | 33.43 | 45.87 | 7.26 | - |
| YUV | 161.8 | 40.07 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 6 | 0.19 | 0 | 0.97 | 0.24 | 71.49 | 0.94 | 0.39 |
| Hex | 9E | C2 | 6 | 13 | 0 | 61 | 18 | 47 | 5E | 27 |
| Octal | 236 | 302 | 6 | 23 | 0 | 141 | 30 | 107 | 136 | 47 |
| Binary | 10011110 | 11000010 | 110 | 10011 | 0 | 1100001 | 11000 | 1000111 | 1011110 | 100111 |
Color Harmonies of #9EC206
Complementary color
Monochromatic Colors of #9EC206
Black with #9EC206
Text Example
Text Example
White with #9EC206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC206; }
p { color: rgb(158,194,6); }
H1.HeaderClassName
{
color: #9EC206;
}
.AnyTagClassName
{
color: #9EC206;
}
</style>
background-color css
<style>
a { background-color: #9EC206; }
a { background-color: rgb(158,194,6); }
div.DivClassName
{
background-color: #9EC206;
}
.BgClassName
{
background-color: #9EC206;
}
</style>
border-color css
<style>
span { border-color: #9EC206; }
span { border-color: rgb(158,194,6); }
td.TdClassName
{
border-color: #9EC206;
}
.TagClassName
{
border-color: #9EC206;
}
</style>