Shades of Celery #9FAF40
Tints of Celery #9FAF40
RGB
CMYK
RGB Variations
Color information
#9FAF40 (or 0x9FAF40) is known color: Celery. HEX triplet: 9F, AF and 40. RGB value is (159,175,64). Sum of RGB (Red+Green+Blue) = 159+175+64=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF40 is #6050BF. Grayscale: #9D9D9D. Windows color (decimal): -6312128 or 4239263. OLE color: 4239263.
HSL color Cylindrical-coordinate representation of color #9FAF40: hue angle of 68.65º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FAF40 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 64 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.31 |
| HSL | 68.65º | 0.46% | 0.47% | - |
| HSV(B) | 68.65º | 0.63% | 0.69% | - |
| XYZ | 30.55 | 38.4 | 10.65 | - |
| YUV | 157.56 | 75.2 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 64 | 0.09 | 0 | 0.63 | 0.31 | 68.65 | 0.46 | 0.47 |
| Hex | 9F | AF | 40 | 9 | 0 | 3F | 1F | 45 | 2E | 2F |
| Octal | 237 | 257 | 100 | 11 | 0 | 77 | 37 | 105 | 56 | 57 |
| Binary | 10011111 | 10101111 | 1000000 | 1001 | 0 | 111111 | 11111 | 1000101 | 101110 | 101111 |
Color Harmonies of #9FAF40
Complementary color
Monochromatic Colors of #9FAF40
Black with #9FAF40
Text Example
Text Example
White with #9FAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF40; }
p { color: rgb(159,175,64); }
H1.HeaderClassName
{
color: #9FAF40;
}
.AnyTagClassName
{
color: #9FAF40;
}
</style>
background-color css
<style>
a { background-color: #9FAF40; }
a { background-color: rgb(159,175,64); }
div.DivClassName
{
background-color: #9FAF40;
}
.BgClassName
{
background-color: #9FAF40;
}
</style>
border-color css
<style>
span { border-color: #9FAF40; }
span { border-color: rgb(159,175,64); }
td.TdClassName
{
border-color: #9FAF40;
}
.TagClassName
{
border-color: #9FAF40;
}
</style>