Shades of Citrus #9ECF0B
Tints of Citrus #9ECF0B
RGB
CMYK
RGB Variations
Color information
#9ECF0B (or 0x9ECF0B) is known color: Citrus. HEX triplet: 9E, CF and 0B. RGB value is (158,207,11). Sum of RGB (Red+Green+Blue) = 158+207+11=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECF0B is #6130F4. Grayscale: #AAAAAA. Windows color (decimal): -6369525 or 774046. OLE color: 774046.
HSL color Cylindrical-coordinate representation of color #9ECF0B: hue angle of 75º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9ECF0B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 11 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.19 |
| HSL | 75º | 0.9% | 0.43% | - |
| HSV(B) | 75º | 0.95% | 0.81% | - |
| XYZ | 36.47 | 51.92 | 8.42 | - |
| YUV | 170.01 | 38.27 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 11 | 0.24 | 0 | 0.95 | 0.19 | 75 | 0.9 | 0.43 |
| Hex | 9E | CF | B | 18 | 0 | 5F | 13 | 4B | 5A | 2B |
| Octal | 236 | 317 | 13 | 30 | 0 | 137 | 23 | 113 | 132 | 53 |
| Binary | 10011110 | 11001111 | 1011 | 11000 | 0 | 1011111 | 10011 | 1001011 | 1011010 | 101011 |
Color Harmonies of #9ECF0B
Complementary color
Monochromatic Colors of #9ECF0B
Black with #9ECF0B
Text Example
Text Example
White with #9ECF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF0B; }
p { color: rgb(158,207,11); }
H1.HeaderClassName
{
color: #9ECF0B;
}
.AnyTagClassName
{
color: #9ECF0B;
}
</style>
background-color css
<style>
a { background-color: #9ECF0B; }
a { background-color: rgb(158,207,11); }
div.DivClassName
{
background-color: #9ECF0B;
}
.BgClassName
{
background-color: #9ECF0B;
}
</style>
border-color css
<style>
span { border-color: #9ECF0B; }
span { border-color: rgb(158,207,11); }
td.TdClassName
{
border-color: #9ECF0B;
}
.TagClassName
{
border-color: #9ECF0B;
}
</style>