Shades of Celery #9EAF40
Tints of Celery #9EAF40
RGB
CMYK
RGB Variations
Color information
#9EAF40 (or 0x9EAF40) is known color: Celery. HEX triplet: 9E, AF and 40. RGB value is (158,175,64). Sum of RGB (Red+Green+Blue) = 158+175+64=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF40 is #6150BF. Grayscale: #9D9D9D. Windows color (decimal): -6377664 or 4239262. OLE color: 4239262.
HSL color Cylindrical-coordinate representation of color #9EAF40: hue angle of 69.19º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EAF40 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 64 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.31 |
| HSL | 69.19º | 0.46% | 0.47% | - |
| HSV(B) | 69.19º | 0.63% | 0.69% | - |
| XYZ | 30.36 | 38.3 | 10.64 | - |
| YUV | 157.26 | 75.37 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 64 | 0.10 | 0 | 0.63 | 0.31 | 69.19 | 0.46 | 0.47 |
| Hex | 9E | AF | 40 | A | 0 | 3F | 1F | 45 | 2E | 2F |
| Octal | 236 | 257 | 100 | 12 | 0 | 77 | 37 | 105 | 56 | 57 |
| Binary | 10011110 | 10101111 | 1000000 | 1010 | 0 | 111111 | 11111 | 1000101 | 101110 | 101111 |
Color Harmonies of #9EAF40
Complementary color
Monochromatic Colors of #9EAF40
Black with #9EAF40
Text Example
Text Example
White with #9EAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF40; }
p { color: rgb(158,175,64); }
H1.HeaderClassName
{
color: #9EAF40;
}
.AnyTagClassName
{
color: #9EAF40;
}
</style>
background-color css
<style>
a { background-color: #9EAF40; }
a { background-color: rgb(158,175,64); }
div.DivClassName
{
background-color: #9EAF40;
}
.BgClassName
{
background-color: #9EAF40;
}
</style>
border-color css
<style>
span { border-color: #9EAF40; }
span { border-color: rgb(158,175,64); }
td.TdClassName
{
border-color: #9EAF40;
}
.TagClassName
{
border-color: #9EAF40;
}
</style>