Shades of Celery #9FAC41
Tints of Celery #9FAC41
RGB
CMYK
RGB Variations
Color information
#9FAC41 (or 0x9FAC41) is known color: Celery. HEX triplet: 9F, AC and 41. RGB value is (159,172,65). Sum of RGB (Red+Green+Blue) = 159+172+65=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC41 is #6053BE. Grayscale: #9C9C9C. Windows color (decimal): -6312895 or 4304031. OLE color: 4304031.
HSL color Cylindrical-coordinate representation of color #9FAC41: hue angle of 67.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FAC41 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 65 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.33 |
| HSL | 67.29º | 0.45% | 0.46% | - |
| HSV(B) | 67.29º | 0.62% | 0.67% | - |
| XYZ | 30 | 37.26 | 10.61 | - |
| YUV | 155.92 | 76.69 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 65 | 0.08 | 0 | 0.62 | 0.33 | 67.29 | 0.45 | 0.46 |
| Hex | 9F | AC | 41 | 8 | 0 | 3E | 21 | 43 | 2D | 2E |
| Octal | 237 | 254 | 101 | 10 | 0 | 76 | 41 | 103 | 55 | 56 |
| Binary | 10011111 | 10101100 | 1000001 | 1000 | 0 | 111110 | 100001 | 1000011 | 101101 | 101110 |
Color Harmonies of #9FAC41
Complementary color
Monochromatic Colors of #9FAC41
Black with #9FAC41
Text Example
Text Example
White with #9FAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC41; }
p { color: rgb(159,172,65); }
H1.HeaderClassName
{
color: #9FAC41;
}
.AnyTagClassName
{
color: #9FAC41;
}
</style>
background-color css
<style>
a { background-color: #9FAC41; }
a { background-color: rgb(159,172,65); }
div.DivClassName
{
background-color: #9FAC41;
}
.BgClassName
{
background-color: #9FAC41;
}
</style>
border-color css
<style>
span { border-color: #9FAC41; }
span { border-color: rgb(159,172,65); }
td.TdClassName
{
border-color: #9FAC41;
}
.TagClassName
{
border-color: #9FAC41;
}
</style>