Shades of Citrus #9EB001
Tints of Citrus #9EB001
RGB
CMYK
RGB Variations
Color information
#9EB001 (or 0x9EB001) is known color: Citrus. HEX triplet: 9E, B0 and 01. RGB value is (158,176,1). Sum of RGB (Red+Green+Blue) = 158+176+1=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EB001 is #614FFE. Grayscale: #979797. Windows color (decimal): -6377471 or 110750. OLE color: 110750.
HSL color Cylindrical-coordinate representation of color #9EB001: hue angle of 66.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EB001 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 176 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.31 |
| HSL | 66.17º | 0.99% | 0.35% | - |
| HSV(B) | 66.17º | 0.99% | 0.69% | - |
| XYZ | 29.63 | 38.32 | 5.86 | - |
| YUV | 150.67 | 43.54 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 176 | 1 | 0.10 | 0 | 0.99 | 0.31 | 66.17 | 0.99 | 0.35 |
| Hex | 9E | B0 | 1 | A | 0 | 63 | 1F | 42 | 63 | 23 |
| Octal | 236 | 260 | 1 | 12 | 0 | 143 | 37 | 102 | 143 | 43 |
| Binary | 10011110 | 10110000 | 1 | 1010 | 0 | 1100011 | 11111 | 1000010 | 1100011 | 100011 |
Color Harmonies of #9EB001
Complementary color
Monochromatic Colors of #9EB001
Black with #9EB001
Text Example
Text Example
White with #9EB001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB001; }
p { color: rgb(158,176,1); }
H1.HeaderClassName
{
color: #9EB001;
}
.AnyTagClassName
{
color: #9EB001;
}
</style>
background-color css
<style>
a { background-color: #9EB001; }
a { background-color: rgb(158,176,1); }
div.DivClassName
{
background-color: #9EB001;
}
.BgClassName
{
background-color: #9EB001;
}
</style>
border-color css
<style>
span { border-color: #9EB001; }
span { border-color: rgb(158,176,1); }
td.TdClassName
{
border-color: #9EB001;
}
.TagClassName
{
border-color: #9EB001;
}
</style>