Shades of Conifer #9FF249
Tints of Conifer #9FF249
RGB
CMYK
RGB Variations
Color information
#9FF249 (or 0x9FF249) is known color: Conifer. HEX triplet: 9F, F2 and 49. RGB value is (159,242,73). Sum of RGB (Red+Green+Blue) = 159+242+73=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF249 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FF249 is #600DB6. Grayscale: #C6C6C6. Windows color (decimal): -6294967 or 4846239. OLE color: 4846239.
HSL color Cylindrical-coordinate representation of color #9FF249: hue angle of 89.47º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FF249 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 73 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.05 |
| HSL | 89.47º | 0.87% | 0.62% | - |
| HSV(B) | 89.47º | 0.7% | 0.95% | - |
| XYZ | 47.25 | 71.36 | 17.59 | - |
| YUV | 197.92 | 57.5 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 73 | 0.34 | 0 | 0.70 | 0.05 | 89.47 | 0.87 | 0.62 |
| Hex | 9F | F2 | 49 | 22 | 0 | 46 | 5 | 59 | 57 | 3E |
| Octal | 237 | 362 | 111 | 42 | 0 | 106 | 5 | 131 | 127 | 76 |
| Binary | 10011111 | 11110010 | 1001001 | 100010 | 0 | 1000110 | 101 | 1011001 | 1010111 | 111110 |
Color Harmonies of #9FF249
Complementary color
Monochromatic Colors of #9FF249
Black with #9FF249
Text Example
Text Example
White with #9FF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF249; }
p { color: rgb(159,242,73); }
H1.HeaderClassName
{
color: #9FF249;
}
.AnyTagClassName
{
color: #9FF249;
}
</style>
background-color css
<style>
a { background-color: #9FF249; }
a { background-color: rgb(159,242,73); }
div.DivClassName
{
background-color: #9FF249;
}
.BgClassName
{
background-color: #9FF249;
}
</style>
border-color css
<style>
span { border-color: #9FF249; }
span { border-color: rgb(159,242,73); }
td.TdClassName
{
border-color: #9FF249;
}
.TagClassName
{
border-color: #9FF249;
}
</style>