Shades of Citrus #9EB902
Tints of Citrus #9EB902
RGB
CMYK
RGB Variations
Color information
#9EB902 (or 0x9EB902) is known color: Citrus. HEX triplet: 9E, B9 and 02. RGB value is (158,185,2). Sum of RGB (Red+Green+Blue) = 158+185+2=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB902 is #6146FD. Grayscale: #9C9C9C. Windows color (decimal): -6375166 or 178590. OLE color: 178590.
HSL color Cylindrical-coordinate representation of color #9EB902: hue angle of 68.85º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EB902 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.27 |
| HSL | 68.85º | 0.98% | 0.37% | - |
| HSV(B) | 68.85º | 0.99% | 0.73% | - |
| XYZ | 31.46 | 41.97 | 6.5 | - |
| YUV | 156.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 2 | 0.15 | 0 | 0.99 | 0.27 | 68.85 | 0.98 | 0.37 |
| Hex | 9E | B9 | 2 | F | 0 | 63 | 1B | 45 | 62 | 25 |
| Octal | 236 | 271 | 2 | 17 | 0 | 143 | 33 | 105 | 142 | 45 |
| Binary | 10011110 | 10111001 | 10 | 1111 | 0 | 1100011 | 11011 | 1000101 | 1100010 | 100101 |
Color Harmonies of #9EB902
Complementary color
Monochromatic Colors of #9EB902
Black with #9EB902
Text Example
Text Example
White with #9EB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB902; }
p { color: rgb(158,185,2); }
H1.HeaderClassName
{
color: #9EB902;
}
.AnyTagClassName
{
color: #9EB902;
}
</style>
background-color css
<style>
a { background-color: #9EB902; }
a { background-color: rgb(158,185,2); }
div.DivClassName
{
background-color: #9EB902;
}
.BgClassName
{
background-color: #9EB902;
}
</style>
border-color css
<style>
span { border-color: #9EB902; }
span { border-color: rgb(158,185,2); }
td.TdClassName
{
border-color: #9EB902;
}
.TagClassName
{
border-color: #9EB902;
}
</style>