Shades of Celery #9FAD40
Tints of Celery #9FAD40
RGB
CMYK
RGB Variations
Color information
#9FAD40 (or 0x9FAD40) is known color: Celery. HEX triplet: 9F, AD and 40. RGB value is (159,173,64). Sum of RGB (Red+Green+Blue) = 159+173+64=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAD40 is #6052BF. Grayscale: #9C9C9C. Windows color (decimal): -6312640 or 4238751. OLE color: 4238751.
HSL color Cylindrical-coordinate representation of color #9FAD40: hue angle of 67.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FAD40 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 64 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.32 |
| HSL | 67.71º | 0.46% | 0.46% | - |
| HSV(B) | 67.71º | 0.63% | 0.68% | - |
| XYZ | 30.17 | 37.63 | 10.52 | - |
| YUV | 156.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 64 | 0.08 | 0 | 0.63 | 0.32 | 67.71 | 0.46 | 0.46 |
| Hex | 9F | AD | 40 | 8 | 0 | 3F | 20 | 44 | 2E | 2E |
| Octal | 237 | 255 | 100 | 10 | 0 | 77 | 40 | 104 | 56 | 56 |
| Binary | 10011111 | 10101101 | 1000000 | 1000 | 0 | 111111 | 100000 | 1000100 | 101110 | 101110 |
Color Harmonies of #9FAD40
Complementary color
Monochromatic Colors of #9FAD40
Black with #9FAD40
Text Example
Text Example
White with #9FAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD40; }
p { color: rgb(159,173,64); }
H1.HeaderClassName
{
color: #9FAD40;
}
.AnyTagClassName
{
color: #9FAD40;
}
</style>
background-color css
<style>
a { background-color: #9FAD40; }
a { background-color: rgb(159,173,64); }
div.DivClassName
{
background-color: #9FAD40;
}
.BgClassName
{
background-color: #9FAD40;
}
</style>
border-color css
<style>
span { border-color: #9FAD40; }
span { border-color: rgb(159,173,64); }
td.TdClassName
{
border-color: #9FAD40;
}
.TagClassName
{
border-color: #9FAD40;
}
</style>