Shades of Celery #9DB24A
Tints of Celery #9DB24A
RGB
CMYK
RGB Variations
Color information
#9DB24A (or 0x9DB24A) is known color: Celery. HEX triplet: 9D, B2 and 4A. RGB value is (157,178,74). Sum of RGB (Red+Green+Blue) = 157+178+74=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB24A is #624DB5. Grayscale: #A0A0A0. Windows color (decimal): -6442422 or 4895389. OLE color: 4895389.
HSL color Cylindrical-coordinate representation of color #9DB24A: hue angle of 72.12º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DB24A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 74 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.30 |
| HSL | 72.12º | 0.41% | 0.49% | - |
| HSV(B) | 72.12º | 0.58% | 0.7% | - |
| XYZ | 31.06 | 39.5 | 12.47 | - |
| YUV | 159.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 74 | 0.12 | 0 | 0.58 | 0.30 | 72.12 | 0.41 | 0.49 |
| Hex | 9D | B2 | 4A | C | 0 | 3A | 1E | 48 | 29 | 31 |
| Octal | 235 | 262 | 112 | 14 | 0 | 72 | 36 | 110 | 51 | 61 |
| Binary | 10011101 | 10110010 | 1001010 | 1100 | 0 | 111010 | 11110 | 1001000 | 101001 | 110001 |
Color Harmonies of #9DB24A
Complementary color
Monochromatic Colors of #9DB24A
Black with #9DB24A
Text Example
Text Example
White with #9DB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB24A; }
p { color: rgb(157,178,74); }
H1.HeaderClassName
{
color: #9DB24A;
}
.AnyTagClassName
{
color: #9DB24A;
}
</style>
background-color css
<style>
a { background-color: #9DB24A; }
a { background-color: rgb(157,178,74); }
div.DivClassName
{
background-color: #9DB24A;
}
.BgClassName
{
background-color: #9DB24A;
}
</style>
border-color css
<style>
span { border-color: #9DB24A; }
span { border-color: rgb(157,178,74); }
td.TdClassName
{
border-color: #9DB24A;
}
.TagClassName
{
border-color: #9DB24A;
}
</style>