Shades of Celery #9EAE40
Tints of Celery #9EAE40
RGB
CMYK
RGB Variations
Color information
#9EAE40 (or 0x9EAE40) is known color: Celery. HEX triplet: 9E, AE and 40. RGB value is (158,174,64). Sum of RGB (Red+Green+Blue) = 158+174+64=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAE40 is #6151BF. Grayscale: #9D9D9D. Windows color (decimal): -6377920 or 4239006. OLE color: 4239006.
HSL color Cylindrical-coordinate representation of color #9EAE40: hue angle of 68.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EAE40 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 174 | 64 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.32 |
| HSL | 68.73º | 0.46% | 0.47% | - |
| HSV(B) | 68.73º | 0.63% | 0.68% | - |
| XYZ | 30.16 | 37.91 | 10.58 | - |
| YUV | 156.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 174 | 64 | 0.09 | 0 | 0.63 | 0.32 | 68.73 | 0.46 | 0.47 |
| Hex | 9E | AE | 40 | 9 | 0 | 3F | 20 | 45 | 2E | 2F |
| Octal | 236 | 256 | 100 | 11 | 0 | 77 | 40 | 105 | 56 | 57 |
| Binary | 10011110 | 10101110 | 1000000 | 1001 | 0 | 111111 | 100000 | 1000101 | 101110 | 101111 |
Color Harmonies of #9EAE40
Complementary color
Monochromatic Colors of #9EAE40
Black with #9EAE40
Text Example
Text Example
White with #9EAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAE40; }
p { color: rgb(158,174,64); }
H1.HeaderClassName
{
color: #9EAE40;
}
.AnyTagClassName
{
color: #9EAE40;
}
</style>
background-color css
<style>
a { background-color: #9EAE40; }
a { background-color: rgb(158,174,64); }
div.DivClassName
{
background-color: #9EAE40;
}
.BgClassName
{
background-color: #9EAE40;
}
</style>
border-color css
<style>
span { border-color: #9EAE40; }
span { border-color: rgb(158,174,64); }
td.TdClassName
{
border-color: #9EAE40;
}
.TagClassName
{
border-color: #9EAE40;
}
</style>