Shades of Celery #9DAE40
Tints of Celery #9DAE40
RGB
CMYK
RGB Variations
Color information
#9DAE40 (or 0x9DAE40) is known color: Celery. HEX triplet: 9D, AE and 40. RGB value is (157,174,64). Sum of RGB (Red+Green+Blue) = 157+174+64=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE40 is #6251BF. Grayscale: #9C9C9C. Windows color (decimal): -6443456 or 4239005. OLE color: 4239005.
HSL color Cylindrical-coordinate representation of color #9DAE40: hue angle of 69.27º 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 #9DAE40 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 64 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.32 |
| HSL | 69.27º | 0.46% | 0.47% | - |
| HSV(B) | 69.27º | 0.63% | 0.68% | - |
| XYZ | 29.97 | 37.81 | 10.57 | - |
| YUV | 156.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 64 | 0.10 | 0 | 0.63 | 0.32 | 69.27 | 0.46 | 0.47 |
| Hex | 9D | AE | 40 | A | 0 | 3F | 20 | 45 | 2E | 2F |
| Octal | 235 | 256 | 100 | 12 | 0 | 77 | 40 | 105 | 56 | 57 |
| Binary | 10011101 | 10101110 | 1000000 | 1010 | 0 | 111111 | 100000 | 1000101 | 101110 | 101111 |
Color Harmonies of #9DAE40
Complementary color
Monochromatic Colors of #9DAE40
Black with #9DAE40
Text Example
Text Example
White with #9DAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE40; }
p { color: rgb(157,174,64); }
H1.HeaderClassName
{
color: #9DAE40;
}
.AnyTagClassName
{
color: #9DAE40;
}
</style>
background-color css
<style>
a { background-color: #9DAE40; }
a { background-color: rgb(157,174,64); }
div.DivClassName
{
background-color: #9DAE40;
}
.BgClassName
{
background-color: #9DAE40;
}
</style>
border-color css
<style>
span { border-color: #9DAE40; }
span { border-color: rgb(157,174,64); }
td.TdClassName
{
border-color: #9DAE40;
}
.TagClassName
{
border-color: #9DAE40;
}
</style>