Shades of Citrus #9EB800
Tints of Citrus #9EB800
RGB
CMYK
RGB Variations
Color information
#9EB800 (or 0x9EB800) is known color: Citrus. HEX triplet: 9E, B8 and 00. RGB value is (158,184,0). Sum of RGB (Red+Green+Blue) = 158+184+0=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB800 is #6147FF. Grayscale: #9B9B9B. Windows color (decimal): -6375424 or 47262. OLE color: 47262.
HSL color Cylindrical-coordinate representation of color #9EB800: hue angle of 68.48º 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 #9EB800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 184 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.28 |
| HSL | 68.48º | 1% | 0.36% | - |
| HSV(B) | 68.48º | 1% | 0.72% | - |
| XYZ | 31.24 | 41.55 | 6.37 | - |
| YUV | 155.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 184 | 0 | 0.14 | 0 | 1 | 0.28 | 68.48 | 1 | 0.36 |
| Hex | 9E | B8 | 0 | E | 0 | 64 | 1C | 44 | 64 | 24 |
| Octal | 236 | 270 | 0 | 16 | 0 | 144 | 34 | 104 | 144 | 44 |
| Binary | 10011110 | 10111000 | 0 | 1110 | 0 | 1100100 | 11100 | 1000100 | 1100100 | 100100 |
Color Harmonies of #9EB800
Complementary color
Monochromatic Colors of #9EB800
Black with #9EB800
Text Example
Text Example
White with #9EB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB800; }
p { color: rgb(158,184,0); }
H1.HeaderClassName
{
color: #9EB800;
}
.AnyTagClassName
{
color: #9EB800;
}
</style>
background-color css
<style>
a { background-color: #9EB800; }
a { background-color: rgb(158,184,0); }
div.DivClassName
{
background-color: #9EB800;
}
.BgClassName
{
background-color: #9EB800;
}
</style>
border-color css
<style>
span { border-color: #9EB800; }
span { border-color: rgb(158,184,0); }
td.TdClassName
{
border-color: #9EB800;
}
.TagClassName
{
border-color: #9EB800;
}
</style>