Shades of Celery #9FB245
Tints of Celery #9FB245
RGB
CMYK
RGB Variations
Color information
#9FB245 (or 0x9FB245) is known color: Celery. HEX triplet: 9F, B2 and 45. RGB value is (159,178,69). Sum of RGB (Red+Green+Blue) = 159+178+69=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB245 is #604DBA. Grayscale: #A0A0A0. Windows color (decimal): -6311355 or 4567711. OLE color: 4567711.
HSL color Cylindrical-coordinate representation of color #9FB245: hue angle of 70.46º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FB245 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 69 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.30 |
| HSL | 70.46º | 0.44% | 0.48% | - |
| HSV(B) | 70.46º | 0.61% | 0.7% | - |
| XYZ | 31.29 | 39.64 | 11.63 | - |
| YUV | 159.89 | 76.71 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 69 | 0.11 | 0 | 0.61 | 0.30 | 70.46 | 0.44 | 0.48 |
| Hex | 9F | B2 | 45 | B | 0 | 3D | 1E | 46 | 2C | 30 |
| Octal | 237 | 262 | 105 | 13 | 0 | 75 | 36 | 106 | 54 | 60 |
| Binary | 10011111 | 10110010 | 1000101 | 1011 | 0 | 111101 | 11110 | 1000110 | 101100 | 110000 |
Color Harmonies of #9FB245
Complementary color
Monochromatic Colors of #9FB245
Black with #9FB245
Text Example
Text Example
White with #9FB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB245; }
p { color: rgb(159,178,69); }
H1.HeaderClassName
{
color: #9FB245;
}
.AnyTagClassName
{
color: #9FB245;
}
</style>
background-color css
<style>
a { background-color: #9FB245; }
a { background-color: rgb(159,178,69); }
div.DivClassName
{
background-color: #9FB245;
}
.BgClassName
{
background-color: #9FB245;
}
</style>
border-color css
<style>
span { border-color: #9FB245; }
span { border-color: rgb(159,178,69); }
td.TdClassName
{
border-color: #9FB245;
}
.TagClassName
{
border-color: #9FB245;
}
</style>