Shades of Celery #9FAD3F
Tints of Celery #9FAD3F
RGB
CMYK
RGB Variations
Color information
#9FAD3F (or 0x9FAD3F) is known color: Celery. HEX triplet: 9F, AD and 3F. RGB value is (159,173,63). Sum of RGB (Red+Green+Blue) = 159+173+63=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAD3F is #6052C0. Grayscale: #9C9C9C. Windows color (decimal): -6312641 or 4173215. OLE color: 4173215.
HSL color Cylindrical-coordinate representation of color #9FAD3F: hue angle of 67.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FAD3F is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 63 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.32 |
| HSL | 67.64º | 0.47% | 0.46% | - |
| HSV(B) | 67.64º | 0.64% | 0.68% | - |
| XYZ | 30.14 | 37.62 | 10.37 | - |
| YUV | 156.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 63 | 0.08 | 0 | 0.64 | 0.32 | 67.64 | 0.47 | 0.46 |
| Hex | 9F | AD | 3F | 8 | 0 | 40 | 20 | 44 | 2F | 2E |
| Octal | 237 | 255 | 77 | 10 | 0 | 100 | 40 | 104 | 57 | 56 |
| Binary | 10011111 | 10101101 | 111111 | 1000 | 0 | 1000000 | 100000 | 1000100 | 101111 | 101110 |
Color Harmonies of #9FAD3F
Complementary color
Monochromatic Colors of #9FAD3F
Black with #9FAD3F
Text Example
Text Example
White with #9FAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD3F; }
p { color: rgb(159,173,63); }
H1.HeaderClassName
{
color: #9FAD3F;
}
.AnyTagClassName
{
color: #9FAD3F;
}
</style>
background-color css
<style>
a { background-color: #9FAD3F; }
a { background-color: rgb(159,173,63); }
div.DivClassName
{
background-color: #9FAD3F;
}
.BgClassName
{
background-color: #9FAD3F;
}
</style>
border-color css
<style>
span { border-color: #9FAD3F; }
span { border-color: rgb(159,173,63); }
td.TdClassName
{
border-color: #9FAD3F;
}
.TagClassName
{
border-color: #9FAD3F;
}
</style>