Shades of Celery #9FAF3C
Tints of Celery #9FAF3C
RGB
CMYK
RGB Variations
Color information
#9FAF3C (or 0x9FAF3C) is known color: Celery. HEX triplet: 9F, AF and 3C. RGB value is (159,175,60). Sum of RGB (Red+Green+Blue) = 159+175+60=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAF3C is #6050C3. Grayscale: #9D9D9D. Windows color (decimal): -6312132 or 3977119. OLE color: 3977119.
HSL color Cylindrical-coordinate representation of color #9FAF3C: hue angle of 68.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FAF3C is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 60 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.31 |
| HSL | 68.35º | 0.49% | 0.46% | - |
| HSV(B) | 68.35º | 0.66% | 0.69% | - |
| XYZ | 30.44 | 38.36 | 10.07 | - |
| YUV | 157.11 | 73.2 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 60 | 0.09 | 0 | 0.66 | 0.31 | 68.35 | 0.49 | 0.46 |
| Hex | 9F | AF | 3C | 9 | 0 | 42 | 1F | 44 | 31 | 2E |
| Octal | 237 | 257 | 74 | 11 | 0 | 102 | 37 | 104 | 61 | 56 |
| Binary | 10011111 | 10101111 | 111100 | 1001 | 0 | 1000010 | 11111 | 1000100 | 110001 | 101110 |
Color Harmonies of #9FAF3C
Complementary color
Monochromatic Colors of #9FAF3C
Black with #9FAF3C
Text Example
Text Example
White with #9FAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF3C; }
p { color: rgb(159,175,60); }
H1.HeaderClassName
{
color: #9FAF3C;
}
.AnyTagClassName
{
color: #9FAF3C;
}
</style>
background-color css
<style>
a { background-color: #9FAF3C; }
a { background-color: rgb(159,175,60); }
div.DivClassName
{
background-color: #9FAF3C;
}
.BgClassName
{
background-color: #9FAF3C;
}
</style>
border-color css
<style>
span { border-color: #9FAF3C; }
span { border-color: rgb(159,175,60); }
td.TdClassName
{
border-color: #9FAF3C;
}
.TagClassName
{
border-color: #9FAF3C;
}
</style>