Shades of Citrus #9EC80B
Tints of Citrus #9EC80B
RGB
CMYK
RGB Variations
Color information
#9EC80B (or 0x9EC80B) is known color: Citrus. HEX triplet: 9E, C8 and 0B. RGB value is (158,200,11). Sum of RGB (Red+Green+Blue) = 158+200+11=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC80B is #6137F4. Grayscale: #A6A6A6. Windows color (decimal): -6371317 or 772254. OLE color: 772254.
HSL color Cylindrical-coordinate representation of color #9EC80B: hue angle of 73.33º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EC80B is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 11 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.22 |
| HSL | 73.33º | 0.9% | 0.41% | - |
| HSV(B) | 73.33º | 0.95% | 0.78% | - |
| XYZ | 34.82 | 48.6 | 7.86 | - |
| YUV | 165.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 11 | 0.21 | 0 | 0.94 | 0.22 | 73.33 | 0.9 | 0.41 |
| Hex | 9E | C8 | B | 15 | 0 | 5E | 16 | 49 | 5A | 29 |
| Octal | 236 | 310 | 13 | 25 | 0 | 136 | 26 | 111 | 132 | 51 |
| Binary | 10011110 | 11001000 | 1011 | 10101 | 0 | 1011110 | 10110 | 1001001 | 1011010 | 101001 |
Color Harmonies of #9EC80B
Complementary color
Monochromatic Colors of #9EC80B
Black with #9EC80B
Text Example
Text Example
White with #9EC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC80B; }
p { color: rgb(158,200,11); }
H1.HeaderClassName
{
color: #9EC80B;
}
.AnyTagClassName
{
color: #9EC80B;
}
</style>
background-color css
<style>
a { background-color: #9EC80B; }
a { background-color: rgb(158,200,11); }
div.DivClassName
{
background-color: #9EC80B;
}
.BgClassName
{
background-color: #9EC80B;
}
</style>
border-color css
<style>
span { border-color: #9EC80B; }
span { border-color: rgb(158,200,11); }
td.TdClassName
{
border-color: #9EC80B;
}
.TagClassName
{
border-color: #9EC80B;
}
</style>