Shades of Celery #9EB240
Tints of Celery #9EB240
RGB
CMYK
RGB Variations
Color information
#9EB240 (or 0x9EB240) is known color: Celery. HEX triplet: 9E, B2 and 40. RGB value is (158,178,64). Sum of RGB (Red+Green+Blue) = 158+178+64=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB240 is #614DBF. Grayscale: #9F9F9F. Windows color (decimal): -6376896 or 4240030. OLE color: 4240030.
HSL color Cylindrical-coordinate representation of color #9EB240: hue angle of 70.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EB240 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 178 | 64 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.30 |
| HSL | 70.53º | 0.47% | 0.47% | - |
| HSV(B) | 70.53º | 0.64% | 0.7% | - |
| XYZ | 30.95 | 39.48 | 10.84 | - |
| YUV | 159.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 178 | 64 | 0.11 | 0 | 0.64 | 0.30 | 70.53 | 0.47 | 0.47 |
| Hex | 9E | B2 | 40 | B | 0 | 40 | 1E | 47 | 2F | 2F |
| Octal | 236 | 262 | 100 | 13 | 0 | 100 | 36 | 107 | 57 | 57 |
| Binary | 10011110 | 10110010 | 1000000 | 1011 | 0 | 1000000 | 11110 | 1000111 | 101111 | 101111 |
Color Harmonies of #9EB240
Complementary color
Monochromatic Colors of #9EB240
Black with #9EB240
Text Example
Text Example
White with #9EB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB240; }
p { color: rgb(158,178,64); }
H1.HeaderClassName
{
color: #9EB240;
}
.AnyTagClassName
{
color: #9EB240;
}
</style>
background-color css
<style>
a { background-color: #9EB240; }
a { background-color: rgb(158,178,64); }
div.DivClassName
{
background-color: #9EB240;
}
.BgClassName
{
background-color: #9EB240;
}
</style>
border-color css
<style>
span { border-color: #9EB240; }
span { border-color: rgb(158,178,64); }
td.TdClassName
{
border-color: #9EB240;
}
.TagClassName
{
border-color: #9EB240;
}
</style>