Shades of Citrus #9EB30A
Tints of Citrus #9EB30A
RGB
CMYK
RGB Variations
Color information
#9EB30A (or 0x9EB30A) is known color: Citrus. HEX triplet: 9E, B3 and 0A. RGB value is (158,179,10). Sum of RGB (Red+Green+Blue) = 158+179+10=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB30A is #614CF5. Grayscale: #9A9A9A. Windows color (decimal): -6376694 or 701342. OLE color: 701342.
HSL color Cylindrical-coordinate representation of color #9EB30A: hue angle of 67.46º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EB30A is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 179 | 10 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.30 |
| HSL | 67.46º | 0.89% | 0.37% | - |
| HSV(B) | 67.46º | 0.94% | 0.7% | - |
| XYZ | 30.28 | 39.53 | 6.32 | - |
| YUV | 153.46 | 47.04 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 179 | 10 | 0.12 | 0 | 0.94 | 0.30 | 67.46 | 0.89 | 0.37 |
| Hex | 9E | B3 | A | C | 0 | 5E | 1E | 43 | 59 | 25 |
| Octal | 236 | 263 | 12 | 14 | 0 | 136 | 36 | 103 | 131 | 45 |
| Binary | 10011110 | 10110011 | 1010 | 1100 | 0 | 1011110 | 11110 | 1000011 | 1011001 | 100101 |
Color Harmonies of #9EB30A
Complementary color
Monochromatic Colors of #9EB30A
Black with #9EB30A
Text Example
Text Example
White with #9EB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB30A; }
p { color: rgb(158,179,10); }
H1.HeaderClassName
{
color: #9EB30A;
}
.AnyTagClassName
{
color: #9EB30A;
}
</style>
background-color css
<style>
a { background-color: #9EB30A; }
a { background-color: rgb(158,179,10); }
div.DivClassName
{
background-color: #9EB30A;
}
.BgClassName
{
background-color: #9EB30A;
}
</style>
border-color css
<style>
span { border-color: #9EB30A; }
span { border-color: rgb(158,179,10); }
td.TdClassName
{
border-color: #9EB30A;
}
.TagClassName
{
border-color: #9EB30A;
}
</style>