Shades of Conifer #9FF149
Tints of Conifer #9FF149
RGB
CMYK
RGB Variations
Color information
#9FF149 (or 0x9FF149) is known color: Conifer. HEX triplet: 9F, F1 and 49. RGB value is (159,241,73). Sum of RGB (Red+Green+Blue) = 159+241+73=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FF149 is #600EB6. Grayscale: #C5C5C5. Windows color (decimal): -6295223 or 4845983. OLE color: 4845983.
HSL color Cylindrical-coordinate representation of color #9FF149: hue angle of 89.29º degrees, saturation: 0.86, 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 #9FF149 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 73 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.05 |
| HSL | 89.29º | 0.86% | 0.62% | - |
| HSV(B) | 89.29º | 0.7% | 0.95% | - |
| XYZ | 46.96 | 70.76 | 17.49 | - |
| YUV | 197.33 | 57.83 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 73 | 0.34 | 0 | 0.70 | 0.05 | 89.29 | 0.86 | 0.62 |
| Hex | 9F | F1 | 49 | 22 | 0 | 46 | 5 | 59 | 56 | 3E |
| Octal | 237 | 361 | 111 | 42 | 0 | 106 | 5 | 131 | 126 | 76 |
| Binary | 10011111 | 11110001 | 1001001 | 100010 | 0 | 1000110 | 101 | 1011001 | 1010110 | 111110 |
Color Harmonies of #9FF149
Complementary color
Monochromatic Colors of #9FF149
Black with #9FF149
Text Example
Text Example
White with #9FF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF149; }
p { color: rgb(159,241,73); }
H1.HeaderClassName
{
color: #9FF149;
}
.AnyTagClassName
{
color: #9FF149;
}
</style>
background-color css
<style>
a { background-color: #9FF149; }
a { background-color: rgb(159,241,73); }
div.DivClassName
{
background-color: #9FF149;
}
.BgClassName
{
background-color: #9FF149;
}
</style>
border-color css
<style>
span { border-color: #9FF149; }
span { border-color: rgb(159,241,73); }
td.TdClassName
{
border-color: #9FF149;
}
.TagClassName
{
border-color: #9FF149;
}
</style>