Shades of Citrus #9EB700
Tints of Citrus #9EB700
RGB
CMYK
RGB Variations
Color information
#9EB700 (or 0x9EB700) is known color: Citrus. HEX triplet: 9E, B7 and 00. RGB value is (158,183,0). Sum of RGB (Red+Green+Blue) = 158+183+0=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB700 is #6148FF. Grayscale: #9B9B9B. Windows color (decimal): -6375680 or 47006. OLE color: 47006.
HSL color Cylindrical-coordinate representation of color #9EB700: hue angle of 68.2º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EB700 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 183 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.28 |
| HSL | 68.2º | 1% | 0.36% | - |
| HSV(B) | 68.2º | 1% | 0.72% | - |
| XYZ | 31.03 | 41.14 | 6.3 | - |
| YUV | 154.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 183 | 0 | 0.14 | 0 | 1 | 0.28 | 68.2 | 1 | 0.36 |
| Hex | 9E | B7 | 0 | E | 0 | 64 | 1C | 44 | 64 | 24 |
| Octal | 236 | 267 | 0 | 16 | 0 | 144 | 34 | 104 | 144 | 44 |
| Binary | 10011110 | 10110111 | 0 | 1110 | 0 | 1100100 | 11100 | 1000100 | 1100100 | 100100 |
Color Harmonies of #9EB700
Complementary color
Monochromatic Colors of #9EB700
Black with #9EB700
Text Example
Text Example
White with #9EB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB700; }
p { color: rgb(158,183,0); }
H1.HeaderClassName
{
color: #9EB700;
}
.AnyTagClassName
{
color: #9EB700;
}
</style>
background-color css
<style>
a { background-color: #9EB700; }
a { background-color: rgb(158,183,0); }
div.DivClassName
{
background-color: #9EB700;
}
.BgClassName
{
background-color: #9EB700;
}
</style>
border-color css
<style>
span { border-color: #9EB700; }
span { border-color: rgb(158,183,0); }
td.TdClassName
{
border-color: #9EB700;
}
.TagClassName
{
border-color: #9EB700;
}
</style>