Shades of Celery #9CAE45
Tints of Celery #9CAE45
RGB
CMYK
RGB Variations
Color information
#9CAE45 (or 0x9CAE45) is known color: Celery. HEX triplet: 9C, AE and 45. RGB value is (156,174,69). Sum of RGB (Red+Green+Blue) = 156+174+69=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAE45 is #6351BA. Grayscale: #9D9D9D. Windows color (decimal): -6508987 or 4566684. OLE color: 4566684.
HSL color Cylindrical-coordinate representation of color #9CAE45: hue angle of 70.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CAE45 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 69 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.32 |
| HSL | 70.29º | 0.43% | 0.48% | - |
| HSV(B) | 70.29º | 0.6% | 0.68% | - |
| XYZ | 29.92 | 37.77 | 11.34 | - |
| YUV | 156.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 69 | 0.10 | 0 | 0.60 | 0.32 | 70.29 | 0.43 | 0.48 |
| Hex | 9C | AE | 45 | A | 0 | 3C | 20 | 46 | 2B | 30 |
| Octal | 234 | 256 | 105 | 12 | 0 | 74 | 40 | 106 | 53 | 60 |
| Binary | 10011100 | 10101110 | 1000101 | 1010 | 0 | 111100 | 100000 | 1000110 | 101011 | 110000 |
Color Harmonies of #9CAE45
Complementary color
Monochromatic Colors of #9CAE45
Black with #9CAE45
Text Example
Text Example
White with #9CAE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE45; }
p { color: rgb(156,174,69); }
H1.HeaderClassName
{
color: #9CAE45;
}
.AnyTagClassName
{
color: #9CAE45;
}
</style>
background-color css
<style>
a { background-color: #9CAE45; }
a { background-color: rgb(156,174,69); }
div.DivClassName
{
background-color: #9CAE45;
}
.BgClassName
{
background-color: #9CAE45;
}
</style>
border-color css
<style>
span { border-color: #9CAE45; }
span { border-color: rgb(156,174,69); }
td.TdClassName
{
border-color: #9CAE45;
}
.TagClassName
{
border-color: #9CAE45;
}
</style>